Good things and good friends, share!

删除启动项和删除文件的批处理

上一篇 / 下一篇  2008-01-01 21:36:09 / 个人分类:BAT


--------------------------------------------------------------------------------
@echo off
reg delete HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v upxdnd /f
taskkill /f /im upxdnd.exe /t>nul 2>nul
attrib "%WINDOWS%\upxdnd.exe" -h -s -r
attrib "%system%\upxdnd.dll" -h -s -r
if exist "%WINDOWS%\upxdnd.exe" del /q /f "%WINDOWS%\upxdnd.exe"
if exist "%system%\upxdnd.dll" del /q /f "%system%\upxdnd.dll"
--------------------------------------------------------------------------------


TAG:

 

评分:0

我来说两句

显示全部

:loveliness: :handshake :victory: :funk: :time: :kiss: :call: :hug: :lol :'( :Q :L ;P :$ :P :o :@ :D :( :)

数据统计

  • 访问量: 5227
  • 日志数: 5
  • 文件数: 2
  • 书签数: 5
  • 建立时间: 2007-12-29
  • 更新时间: 2008-03-11

RSS订阅

Open Toolbar