iolocal.ini Driver File Contents (4NHCT_Update.exe)

;---------------------------------------------------------------------------
;
; iostress.ini
; ------------
;
; This file specifies the iostress tests.  The format of this file is
; a super-set of the public stress.ini .ini format.
;
; Here are the most important settings & issues to be aware of.  But
; please see plans\ntbaset\io\iostress.doc for more information.
;
; BUGBUG: document these
; 
;---------------------------------------------------------------------------

[binary-servers]
    i386server=%testhost%\i386
    alphaserver=%testhost%\alpha

[registration-servers]
    server=%computername%

[execute-first]
    parallel-execute=net stop browser
    serial-execute=cmd.exe /c "%testhost%\iowrapcp.cmd"


;
; These types are used by iostress for stats.  The groups that compose
; each of the types are the same.  It's dup'ed like this only because
; it is necessary for getting the stat report we want.
;

[types]
    type=NTFS
    type=CNTFS
    type=FAT
    type=RDR

[NTFS]
    group=required_group -1
    group=iotests 15 25
    Debugger=ntsd

[CNTFS]
    group=required_group -1
    group=iotests 15 25
    Debugger=ntsd

[FAT]
    group=required_group -1
    group=iotests 15 25
    Debugger=ntsd

[RDR]
    group=required_group -1
    group=iotests 15 25
    Debugger=ntsd

[NWCompat]
    group=required_group -1
    group=iotests 15 25
    Debugger=ntsd

[groups]
    group=required_group
    group=iotests


;
; These are the groups for iotests.  The only reason that there are 2
; is because we want a required_group which stressui always selects to
; run.  i.e. we always want the iostress_init selected.
;
; When adding a test, you must add a reference to it in both the [iotests]
; section and the [tests] section.  A "group" ([iotests] in this example)
; is a sub-set of ALL tests listed in the [tests] section.  Defining
; groups in this way is our only means of specifying how many tests
; to randomly select and for getting a required_group.  Sorry, I can't
; avoid having to have you add the reference to your new test in 2 places.
;

[required_group]
    test=iostress_init 

[iotests]
    test=mktropcl
    test=floppystress
    test=tcdel
    test=datachk
    test=fileiostress
    test=ntfs_acl
;    test=allfs_strs
    test=memfile
    test=syscache
    test=ole_storage
    test=unbuff_io
    test=lots_files
    test=fs_compression
    test=compstrs
    test=cmpr_uncmpr_srvr
    test=posix_fileio
    test=linky
    test=posixmem
    test=tunnel
    test=cdstrs
    test=lockmem
    test=heapstress
    test=diskload
    test=fragment
    test=query_gibraltar
    test=iocpstrs
    test=cancelio
    test=grow_shrink
;    test=scsistrs
;    test=lresstrs
;    test=copyex
;    test=asynccrc
;    test=dskstrss
;    test=w32dsk
;    test=property
;    test=query_cursor
;    test=query_usn
;    test=query_cat
;    test=ofsdrt
;    test=data_integrity
;    test=ci_priority
;    test=cmsstress

;
; This is a list of ALL tests.  Stressui requires it.  Note that if you add
; a test, you must update this section AND the [iotest] section.
;

[tests]
    test=iostress_init 
    test=mktropcl
    test=floppystress
    test=tcdel
    test=datachk
    test=fileiostress
    test=ntfs_acl
;    test=allfs_strs
    test=memfile
    test=syscache
    test=ole_storage
    test=unbuff_io
    test=lots_files
    test=fs_compression
    test=compstrs
    test=cmpr_uncmpr_srvr
    test=posix_fileio
    test=linky
    test=posixmem
    test=tunnel
    test=cdstrs
    test=lockmem
    test=heapstress
    test=diskload
    test=fragment
    test=query_gibraltar
    test=iocpstrs
    test=cancelio
    test=grow_shrink
;    test=scsistrs
;    test=lresstrs
;    test=copyex
;    test=asynccrc
;    test=dskstrss
;    test=w32dsk
;    test=property
;    test=query_cursor
;    test=query_usn
;    test=query_cat
;    test=ofsdrt
;    test=data_integrity
;    test=ci_priority
;    test=cmsstress

;
; Note that iostress_init must always be selected and that it copies down
; commonly used files that can be shared by several tests.
;
; This also causes each harddisk & remote drive to be passed after the
; /init.  Note that commandline does not point to an entry point.  Iostress
; *always* prefixes your commandline with either iowrap.cmd /run, or
; iowrap.cmd /dir.  The former is what is done if IoExpand=FALSE, the
; latter is done otherwise.
;
; The resulting iowrap.cmd /run /init drive_letters causes iowrap.cmd to
; copy the binaries to each drive.  All other iowrap.cmd /run and
; iowrap.cmd /dir commands done by the actual tests themselves will block
; until these copies are completed.
;
; This test must not be de-selected by the user.
;

[iostress_init]
    IoExpand=FALSE
    IoDriveLetters=TRUE
    IoMinVersion=NT3.1
    IoValidFileSystems=NTFS,FAT,NWCompat
    IoValidDriveTypes=DISK,REMOTE
    testid=1
    delay=2
    maxinst=16
    home=
    commandline=/init
    file=.\iowrap.cmd
    file=.\iowrapcp.exe
    file=.\eltimer.exe
    file=.\ini.exe
    file=.\delnode.exe
    file=.\sleep.exe
    file=.\ntlog.dll
    file=.\iosysmon.exe

[mktropcl]
;   Owner = PankajL
    IoExpand=TRUE
    IoValidFileSystems=NTFS,FAT,NWCompat
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT3.1
    testid=4
    delay=2
    maxinst=16
    home=
    commandline=mkt.bat
    file=.\mkt.bat
    file=.\mktropcl.exe

[tcdel]
;   Owner = PankajL
    IoExpand=TRUE
    IoValidFileSystems=NTFS,FAT,NWCompat
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT3.1
    testid=5
    delay=2
    maxinst=16
    home=
    commandline=tcdel.bat
    file=.\tcdel.bat

[datachk]
;   Owner = PankajL
    IoExpand=TRUE
    IoValidFileSystems=NTFS,FAT,NWCompat
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT3.1
    testid=6
    delay=2
    maxinst=16
    home=
    commandline=datachk.exe
    file=.\datachk.exe

[fileiostress]
;   Owner = PankajL
    IoExpand=TRUE
    IoValidFileSystems=NTFS,FAT,NWCompat
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT3.1
    testid=7
    delay=2
    maxinst=16
    home=
    commandline=fileio.cmd
    file=.\fileio.cmd
    file=.\tilt.exe
    file=.\mktropcl.exe
    file=.\lockmany.exe

[ntfs_acl]
;   Owner = PankajL
    IoExpand=TRUE
    IoValidFileSystems=NTFS
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT3.1
    testid=8
    delay=2
    maxinst=1
    home=
    commandline=ntfsstrs
    file=.\ntfsstrs.exe

;[allfs_strs]
;   Owner = pankajl
;    IoExpand=TRUE
;    IoValidFileSystems=FAT,NTFS,NWCompat
;    IoDriveLetters=FALSE
;    IoValidDriveTypes=DISK,REMOTE
;    IoMinVersion=NT3.1
;    testid=9
;    delay=2
;    maxinst=1
;    home=.\allfs_strs
;    commandline=ntiout.cmd
;    file=.\allfs_strs\cmp.bat
;    file=.\allfs_strs\cmprs.cmd
;    file=.\allfs_strs\cmprstst.cmd
;    file=.\allfs_strs\contest.exe
;    file=.\allfs_strs\crun.cmd
;    file=.\allfs_strs\cstrs.cmd
;    file=.\allfs_strs\deldir.bat
;    file=.\allfs_strs\lr.cmd
;    file=.\allfs_strs\msg.exe
;    file=.\allfs_strs\n
;    file=.\allfs_strs\norm.cmd
;    file=.\allfs_strs\normtst.cmd
;    file=.\allfs_strs\ntiout.cmd
;    file=.\allfs_strs\run.cmd
;    file=.\allfs_strs\usedisk.exe
;    file=.\allfs_strs\y

[data_integrity]
;   Owner = PankajL
;   os2-based, so only works on x86
    testid=10
    delay=2
    maxinst=1
    home=sfs
    exclude=mips,alpha,ppc
    manualonly=1
    init=ls.exe
    commandline=extend.bat
    file=.\sfs\sfs-poke.exe
    file=.\sfs\sfs-gate.exe
    file=.\sfs\sfs-page.exe
    file=.\sfs\scripts\extend
    file=.\sfs\scripts\append
    file=.\sfs\extend.bat
    file=.\sfs\append.bat

[memfile]
;   Owner = PankajL
    IoExpand=TRUE
    IoValidFileSystems=NTFS,FAT,NWCompat
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT3.1
    testid=12
    delay=2
    maxinst=16
    home=
    commandline=memfile.exe -t20 -i20
    file=.\memfile.exe

[asynccrc]
;   Owner = PankajL
    testid=13
    delay=2
    maxinst=1
    home=
    commandline=asyncsts
    file=.\crcchk.exe
    file=.\asyncsts.cmd
    file=.\asynclow.cmd

[dskstrss]
;   Owner = PankajL
    testid=14
    delay=2
    maxinst=1
    home=
    commandline=dskstrss
    file=.\dskstrss.exe

[w32dsk]
;   Owner = PankajL
    testid=15
    delay=2
    maxinst=1
    home=
    commandline=w32dsk
    file=.\w32dsk.exe

[diskload]
;   Owner = PankajL
    IoExpand=FALSE
    IoValidFileSystems=NTFS,FAT,CDFS,NWCompat
    IoDriveLetters=TRUE
    IoValidDriveTypes=DISK,REMOTE,CDROM
    IoMinVersion=NT3.1
    testid=16
    delay=2
    maxinst=1
    home=
    commandline=iodload.cmd
    file=.\diskload.exe
    file=.\iodload.cmd

[syscache]
;   Owner = benl
    IoExpand=TRUE
    IoValidFileSystems=NTFS,FAT,NWCompat
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT3.1
    testid=17
    delay=2
    maxinst=1
    home=syscache
    commandline=cachstrs
    file=.\syscache\readwrit.exe
    file=.\syscache\chkfile.exe
    file=.\syscache\cachstrs.cmd

[property]
;   Owner = benl
    IoExpand=TRUE
    IoValidFileSystems=NTFS,FAT
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT4.0
    testid=77
    delay=2
    maxinst=1
    home=property
    commandline=propstrs
    file=.\property\doprbvt.bat
    file=.\property\doprl2.bat
    file=.\property\prbvt.bat
    file=.\property\prl2.bat
    file=.\property\propstrs.bat
    file=.\property\prstgbvt.exe
    file=.\property\prstgl2.exe

[floppystress]
;   Owner = PankajL
    IoExpand=FALSE
    IoValidFileSystems=FAT
    IoValidDriveTypes=FLOPPY
    IoDriveLetters=TRUE
    IoMinVersion=NT4.0
    testid=19
    delay=2
    maxinst=16
    home=
    commandline=ioflop.cmd
    file=.\ioflop.cmd
    file=.\flopstrs.cmd
    file=.\tilt.exe
    file=.\*.wmf

[cdstrs]
;   Owner = pankajl
    IoExpand=FALSE
    IoValidFileSystems=CDFS
    IoDriveLetters=TRUE
    IoValidDriveTypes=CDROM
    IoMinVersion=NT3.1
    testid=20
    delay=2
    maxinst=16
    home=
    commandline=cdstrst.cmd
    file=.\cdstrs.exe
    file=.\cdstrst.cmd

[ofsdrt]
;   Owner = terryla
    testid=69
    delay=2
    maxinst=1
    home=
    commandline=ofsdrtla
    file=.\ofsdrtla.exe

[lockmem]
;   Owner = PankajL
    IoExpand=FALSE
    IoValidFileSystems=
    IoDriveLetters=FALSE
    IoValidDriveTypes=
    IoMinVersion=NT3.51
    testid=79
    delay=2
    maxinst=1
    home=
    commandline=lockmem.cmd
    file=.\lockmem.cmd
    file=.\eatres.exe

[heapstress]
;   Owner = PankajL
    IoExpand=FALSE
    IoValidFileSystems=
    IoDriveLetters=FALSE
    IoValidDriveTypes=
    IoMinVersion=NT3.51
    testid=89
    delay=2
    maxinst=1
    home=
    commandline=launheap
    file=.\launheap.exe
    file=.\heaptest.exe

[tunnel]
;   Owner = benl
    IoExpand=TRUE
    IoValidFileSystems=NTFS,FAT
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT4.0
    testid=99
    delay=2
    maxinst=1
    home=
    commandline=tunstrs.cmd /q
    file=.\tnltest.exe
    file=.\tunstrs.cmd
    file=.\lnk.exe

[ole_storage]
;   Owner = johnfu
    IoExpand=TRUE
    IoValidFileSystems=NTFS,FAT,NWCompat
    IoDriveLetters=TRUE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT4.0
    testid=21
    delay=2
    maxinst=1
    home=ctolecom\storage
    commandline=sstress.bat
    file=.\ctolecom\storage\*

[unbuff_io]
;   Owner = Narrieta
    IoExpand=TRUE
    IoValidFileSystems=NTFS,FAT,NWCompat
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT3.5
    testid=22
    delay=2
    maxinst=1
    home=.
    commandline=runbufw.cmd
    file=.\runbufw.cmd
    file=.\unbufw.exe


[lots_files]
;   Owner = PankajL
    IoExpand=TRUE
    IoValidFileSystems=NTFS,FAT,NWCompat
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK
    IoMinVersion=NT3.1
    testid=23
    delay=2
    maxinst=1
    home=.
    commandline=runlots.cmd
    file=.\runlots.cmd
    file=.\lotsfile.exe
    file=.\lfnames.dll

[fs_compression]
;   Owner = Narrieta
    IoExpand=TRUE
    IoValidFileSystems=NTFS,FAT,NWCompat
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT3.51
    testid=24
    delay=2
    maxinst=1
    home=
    commandline=runfscmp.cmd
    file=.\runfscmp.cmd
    file=.\fscmprsn.exe

[compstrs]
;   Owner = Narrieta
    IoExpand=TRUE
    IoValidFileSystems=NTFS
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT3.51
    testid=25
    delay=2
    maxinst=1
    home=
    commandline=runcstrs.cmd
    file=.\runcstrs.cmd
    file=.\compstrs.exe

[cmpr_uncmpr_srvr]
;   Owner = KPeery
    IoExpand=FALSE
    IoValidFileSystems=
    IoDriveLetters=FALSE
    IoValidDriveTypes=
    IoMinVersion=NT3.51
    testid=26
    delay=2
    maxinst=1
    home=
    commandline=runcsrvr.cmd %chost%
    file=.\runcsrvr.cmd
    file=.\mytail.exe

[query_cursor]
;   Owner = TerryLa
    testid=27
    delay=2
    maxinst=1
    home=
    commandline=runquery.cmd
    file=.\runquery.cmd
    file=.\iqstress.exe

[posixmem]
;   Owner = TimC
    IoExpand=FALSE
    IoValidFileSystems=
    IoDriveLetters=FALSE
    IoValidDriveTypes=
    IoMinVersion=NT3.51
    testid=28
    delay=2
    maxinst=2
    home=posmem
    manualonly=1
    commandline=cmd /c start /B posrun.cmd
    file=.\msgbox.exe
    file=.\posmem\posrun.cmd
    file=.\posmem\posmem.exe

[posix_fileio]
;   Owner = timc
    IoExpand=TRUE
    IoValidFileSystems=NTFS,FAT,NWCompat
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT3.51
    testid=29
    delay=2
    maxinst=1
    home=posix
    commandline=filpos.cmd
    file=.\posix\posstrs.exe
    file=.\posix\filpos.cmd

[linky]
;   Owner = timc
    IoExpand=TRUE
    IoValidFileSystems=NTFS,NWCompat
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT3.51
    testid=30
    delay=2
    maxinst=2
    home=linky
    commandline=linkfil.cmd
    file=.\linky\linky.exe
    file=.\linky\linkfil.cmd

[ci_priority]
;   Owner = terryla
    testid=32
    delay=2
    maxinst=1
    home=
    commandline=cmd /K ci_high.cmd
    file=.\ci_high.cmd
    file=.\ci_norm.cmd
    file=.\iqhighci.exe

[cmsstress]
;   Owner = johnfu
    testid=33
    delay=2
    maxinst=1
    home=
    commandline=cmstype.cmd
    file=ofsgen.exe
    file=isvol.exe
    file=sleep.exe
    file=cmstype.cmd
    file=cms_mbx
    file=cms_pset
    file=cre_del
    file=cre_del1
    file=deeptree
    file=del_used
    file=few_mbxs
    file=fld100
    file=fldcopy
    file=levels
    file=msg_mdfy
    file=ofs_pset
    file=prop100
    file=propplay
    file=propread
    file=propsets
    file=proptype
    file=pset_del
    file=pset_few
    file=try_1st

[query_usn]
;   Owner = TerryLa
    testid=34
    delay=2
    maxinst=1
    home=
    commandline=runiqusn.cmd
    file=.\runiqusn.cmd
    file=.\iqusn.exe

[query_cat]
;   Owner = TerryLa
    testid=35
    delay=2
    maxinst=1
    home=
    commandline=runiqcat.cmd
    file=.\runiqcat.cmd
    file=.\iqcat.exe

[fragment]
;   Owner = TerryLa
    testid=36
    IoExpand=TRUE
    IoValidFileSystems=NTFS,FAT
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK
    IoMinVersion=NT4.0
    delay=2
    maxinst=16
    home=
    commandline=.\fragger.cmd
    file=.\fragger.cmd
    file=.\frag.exe

[query_gibraltar]
;   Owner = TerryLa
    testid=37
    IoExpand=FALSE
    IoValidFileSystems=
    IoDriveLetters=FALSE
    IoValidDriveTypes=
    IoMinVersion=NT3.51
    delay=2
    maxinst=1
    home=
    commandline=.\gqstress -l0 -t5
    file=.\gqstress.ini
    file=.\gqstress.exe
    file=.\genprops.exe

[lresstrs]
;   Owner = Johnfu
    testid=39
    IoExpand=TRUE
    IoValidFileSystems=NTFS,FAT
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK
    IoMinVersion=NT4.0
    delay=10
    maxinst=1
    home=lresstrs
    commandline=.\testit.cmd
    file=.\lresstrs\lresdll.dll
    file=.\lresstrs\lresdll.exp
    file=.\lresstrs\lresdll.lib
    file=.\lresstrs\lresdll.obj
    file=.\lresstrs\lresdll.res
    file=.\lresstrs\lresstrs.exe
    file=.\lresstrs\lrestst.exe
    file=.\lresstrs\link.exe
    file=.\lresstrs\link32.exe
    file=.\lresstrs\mspdb41.dll
    file=.\lresstrs\ntdll.lib
    file=.\lresstrs\kernel32.lib
    file=.\lresstrs\msvcrt.lib
    file=.\lresstrs\msvcrt40.dll
    file=.\lresstrs\lrestest.cmd
    file=.\lresstrs\makeit.cmd
    file=.\lresstrs\makeit.dat
    file=.\lresstrs\testit.cmd
    file=.\lresstrs\resfiles\*.dll

[iocpstrs]
;   Owner = johnfu
    testid=40
    IoExpand=FALSE
    IoValidFileSystems=
    IoDriveLetters=FALSE
    IoValidDriveTypes=
    IoMinVersion=NT3.51
    delay=5
    maxinst=4
    home=
    commandline=.\iocpstrs.cmd
    file=.\iocptest.dll
	file=.\iocpsrv.exe
	file=.\iocp1.s
	file=.\std.exe
	file=.\scoredll.dll
	file=.\iocpstrs.cmd
        file=.\util.dll

[cancelio]
;   Owner = Narrieta
    IoExpand=TRUE
    IoValidFileSystems=NTFS,FAT,NWCompat
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT4.0
    testid=41
    delay=2
    maxinst=1
    home=
    commandline=runcncl.cmd
    file=.\runcncl.cmd
    file=.\cancel.exe

[scsistrs]
;   Owner = KPeery
    IoExpand=TRUE
    IoValidFileSystems=NTFS,FAT,NWCompat
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT3.51
    testid=42
    delay=2
    maxinst=1
    home=
    commandline=runscsi.cmd
    file=.\runscsi.cmd
    file=.\scsistrs.exe

[ntsd]
;   Debugger entry has 2 keys: cmd and file
;       cmd  gives the command line to start debugger.
;       file gives a list of files required for debugger.  It should be in the format:
;
;       file=[<pathtocreate>\]filename <srcroot> <destroot> <failexists (true means don't copy)>
   cmd=ntsd -p -1 -g -G -s -e %ld
   file=imagehlp.dll %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR%\System32 f
   file=ntsd.exe     %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR%\System32 f
   file=*exts.dll    %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR%\System32 f
   file=*kdx.dll     %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR%\System32 f
   file=bde.dll      %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR%\System32 f
   file=ntvdm.dll    %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR%\System32 f
   file=symbols\acm\imaadp32.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\acm\ms*.dbg       %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\vba*          %IoSymbols%\%PROCESSOR_ARCHITECTURE%\excel %WINDIR% f
   file=symbols\dll\*cirrus.dbg   %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\*srv.dbg      %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\*svc.dbg      %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\*ga*.dbg      %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\8514a.dbg     %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\advapi32.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\ati.dbg           %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\avifil32.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\browser.dbg   %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\comctl32.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\crtdll.dbg    %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\eventlog.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\framebuf.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\gdi32.dbg     %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\hp*.dbg       %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\kbdus.dbg     %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\kernel32.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\local*.dbg    %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\mci*.dbg      %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\midimap.dbg   %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\mmdrv.dbg     %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\mpr.dbg           %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\ms*.dbg       %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\msv1_0.dbg    %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\mvaudio.dbg   %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\netapi32.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\netlogon.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\ntdll.dbg     %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\ntlmssps.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\ntvdm.dbg     %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\nwsap.dbg     %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\nwwks.dbg     %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\ole*.dbg      %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\pscr*.dbg     %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\print*.dbg    %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\qv.dbg            %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\rasdd*.dbg    %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\rpc*.dbg      %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\s3.dbg            %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\shell*.dbg    %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\sndblst.dbg   %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\sndsys32.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\spoolss.dbg   %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\user32.dbg    %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\w32.dbg           %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\weitekp9.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\win32spl.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\winmm.dbg     %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\winprint.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\wow*.dbg      %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\dll\ws*.dbg           %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\drv\winspool.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\exe\explorer.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\exe\*ss.dbg           %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\exe\cmd.dbg           %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\exe\ntvdm.dbg     %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\exe\printman.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\exe\ras*.dbg      %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\exe\scm.dbg           %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\exe\services.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\exe\winlogon.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f
   file=symbols\exe\winsadmn.dbg  %IoSymbols%\%PROCESSOR_ARCHITECTURE%\%BLDNUM%.%BLDTYPE% %WINDIR% f

[copyex]
; owner benl
    testid=38
    IoExpand=TRUE
    IoValidFileSystems=NTFS
    IoDriveLetters=TRUE
    IoValidDriveTypes=REMOTE
    IoMinVersion=NT4.0
    delay=2
    maxinst=1
    home=
    commandline=.\copystrs.cmd
    file=.\copyex.exe
    file=.\copystrs.cmd

[grow_shrink]
;   Owner = igorp
    IoExpand=TRUE
    IoValidFileSystems=NTFS, FAT
    IoDriveLetters=FALSE
    IoValidDriveTypes=DISK,REMOTE
    IoMinVersion=NT4.0
    delay=2
    maxinst=unlimited
    home=.
    manualonly=1
    commandline=cmd.exe /c lrgfile.exe -r -v30 -u -g -s
    file=.\lrgfile.exe
Download Driver Pack

How To Update Drivers Manually

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.

server: web5, load: 0.67