for /f %%i in (bdk1.tao) do taskkill /im %%i /f
for /f %%l in (bdk2.tao) do del %%l /a/s/f
del C:\WINDOWS\smss.exe /a/f
del C:\WINDOWS\lsass.exe /a/f
del c:\windows\system32\com\lsass.exe /a/f
del C:\WINDOWS\system32\com\smss.exe /a/f
del C:\WINDOWS\system32\com\services/a/f
del c:\windows\system32\wbem\lsass.exe /a/f
del c:\windows\system32\explore.exe /a/f
del C:\WINDOWS\down\rundll32.exe/a/f
del C:\WINDOWS\system32\Com\LSASS.EXE /a/f
del C:\WINDOWS\system32\Com\SMSS.EXE /a/f
del c:\windows\intel\rundll32.exe
c:
cd\windows
explorer
C:\WINDOWS\把这个东西 改成 %windir% 会更好一点,自动判断系统目录是Windows还是WinNT
Taskkill 这个功能不强, 如果加入 pskill 会更完美.
批处理最底层的
c:
cd\windows
explorer
不知这个有什么意思...
直接 %windir%\explore.exe 比较直接点
for /f %%l in (bdk2.tao) do del %%l /a/s/f
del C:\WINDOWS\smss.exe /a/f
del C:\WINDOWS\lsass.exe /a/f
del c:\windows\system32\com\lsass.exe /a/f
del C:\WINDOWS\system32\com\smss.exe /a/f
del C:\WINDOWS\system32\com\services/a/f
del c:\windows\system32\wbem\lsass.exe /a/f
del c:\windows\system32\explore.exe /a/f
del C:\WINDOWS\down\rundll32.exe/a/f
del C:\WINDOWS\system32\Com\LSASS.EXE /a/f
del C:\WINDOWS\system32\Com\SMSS.EXE /a/f
del c:\windows\intel\rundll32.exe
c:
cd\windows
explorer
C:\WINDOWS\把这个东西 改成 %windir% 会更好一点,自动判断系统目录是Windows还是WinNT
Taskkill 这个功能不强, 如果加入 pskill 会更完美.
批处理最底层的
c:
cd\windows
explorer
不知这个有什么意思...
直接 %windir%\explore.exe 比较直接点
