REM this is a batch file for MS-DOS REM remove microsoft "nasty virus" netbios client from net setup REM http://www.wensley.org.uk/netbtzap REM then remove these keys and these files.... rem regedit /D HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VxD\DFS rem regedit /D HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VxD\VREDIR rem regedit /D HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VxD\VNETSUP rem regedit /D HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VxD\VNETBIOS echo REGEDIT4>%TEMP%\temp.reg echo [-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VxD\DFS]>>%TEMP%\temp.reg echo [-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VxD\VREDIR]>>%TEMP%\temp.reg echo [-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VxD\VNETSUP]>>%TEMP%\temp.reg echo [-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VxD\VNETBIOS]>>%TEMP%\temp.reg regedit /s %TEMP%\temp.reg rem remove microsoft "nasty virus" netbios del C:\WINDOWS\SYSTEM\vredir.vxd del C:\WINDOWS\SYSTEM\vnetsup.vxd del C:\WINDOWS\SYSTEM\dfs.vxd del C:\WINDOWS\SYSTEM\rpcltc1.dll del C:\WINDOWS\SYSTEM\msab32.dll del C:\WINDOWS\SYSTEM\mssp.vxd del C:\WINDOWS\SYSTEM\msnp32.dll del C:\WINDOWS\SYSTEM\mspp32.dll del C:\WINDOWS\SYSTEM\lmscript.exe del C:\WINDOWS\SYSTEM\lmscript.pif del C:\WINDOWS\SYSTEM\net.exe del C:\WINDOWS\SYSTEM\net.msg del C:\WINDOWS\SYSTEM\neth.msg REM C:\WINDOWS\rundll.exe setupx.dll,InstallHinfSection DefaultInstall 132 C:\WINDOWS\INF\NETCLI.INF