;------------------------------------------------------------------------- ; TosDPJNF.INF -- ; ; Copyright (c) Toshiba Corporation. All rights reserved. ;------------------------------------------------------------------------- [version] Signature = "$Windows NT$" Class = NetService ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318} Provider = %Msft% DriverVer =04/01/2007,1.0.0000.0 [Manufacturer] %Msft%=MSFT,NTx86,NTia64,NTamd64 [MSFT.NTx86] %NdisLwf_Desc%=Install, TosDPJNdisLWF [MSFT.NTia64] %NdisLwf_Desc%=Install, TosDPJNdisLWF [MSFT.NTamd64] %NdisLwf_Desc%=Install, TosDPJNdisLWF ;------------------------------------------------------------------------- ; Installation Section ;------------------------------------------------------------------------- [Install] AddReg=Inst_Ndi Characteristics=0x40000; | NCF_HIDDEN NetCfgInstanceId="{D1D17981-D5DB-4ac5-8539-72C18BC4D1C1}" Copyfiles = ndislwf.copyfiles.sys [SourceDisksNames] 1=%NdisLwf_Desc%,"",, [SourceDisksFiles] TosDPJNF.sys=1 [DestinationDirs] DefaultDestDir=12 ndislwf.copyfiles.sys=12 [ndislwf.copyfiles.sys] TosDPJNF.sys,,,2 ;------------------------------------------------------------------------- ; Ndi installation support ;------------------------------------------------------------------------- [Inst_Ndi] HKR, Ndi,Service,,"TosDPJNF" HKR, Ndi,CoServices,0x00010000,"TosDPJNF" HKR, Ndi,HelpText,,%NdisLwf_HelpText% HKR, Ndi,FilterClass,, diagnoses HKR, Ndi,FilterType,0x00010001,0x00000001 HKR, Ndi\Interfaces,UpperRange,,"noupper" HKR, Ndi\Interfaces,LowerRange,,"nolower" HKR, Ndi\Interfaces, FilterMediaTypes,,"ethernet" HKR, Ndi,FilterRunType, 0x00010001, 1 ;this filter must run before any protocol can bind to the below miniport ;------------------------------------------------------------------------- ; Service installation support ;------------------------------------------------------------------------- [Install.Services] AddService=TosDPJNF,,TosDPJNF_Service_Inst [TosDPJNF_Service_Inst] DisplayName = %NdisLwf_Desc% ServiceType = 1 ;SERVICE_KERNEL_DRIVER StartType = 3 ;SERVICE_DEMAND_START ErrorControl = 1 ;SERVICE_ERROR_NORMAL ServiceBinary = %12%\tosdpjnf.sys LoadOrderGroup = NDIS Description = %NdisLwf_Desc% AddReg = Common.Params.reg [Install.Remove.Services] DelService=TosDPJNF,0x200 [Common.Params.reg] HKR, FilterDriverParams\DriverParam, ParamDesc, , "Driverparam for lwf" HKR, FilterDriverParams\DriverParam, default, , "5" HKR, FilterDriverParams\DriverParam, type, , "int" HKR, FilterAdapterParams\AdapterParam, ParamDesc, , "Adapterparam for lwf" HKR, FilterAdapterParams\AdapterParam, default, , "10" HKR, FilterAdapterParams\AdapterParam, type, , "int" [Strings] Msft = "Toshiba" NdisLwf_Desc = "Toshiba NDIS Helper Filter" NdisLwf_HelpText = "Toshiba NDIS Helper Filter"Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.