怎么做删除系统游戏的批处理文件

2024-12-28 06:09:49
推荐回答(2个)
回答1:

系统游戏?
批处理?
系统游戏是指?蜘蛛纸牌之流?
跟批处理有什么关系???

====

c:
cd c:\windows\system32
del /f /s /q sol.exe
del /f /s /q spider.exe
del /f /s /q mshearts.exe
del /f /s /q freecell.exe
del /f /s /q winmine.exe
del /f /s /q C:\"Documents and Settings"\"All Users"\"「开始」菜单"\"程序"\"游戏"\*.lnk

存为1.bat文件 双击运行,autorun放u盘我不建议。。进去点一下嘛 别偷懒,万一给杀毒软件删了你就哭吧 方法给你:
在U盘根目录下做一个文本文件,名字叫做autorun.inf,内容为:
[Autorun]
open=1.bat

回答2:

c:
cd c:\windows\system32
del /f /s /q sol.exe
del /f /s /q spider.exe
...
del /f /s /q C:\"Documents and Settings"\"All Users"\"「开始」菜单"\"程序"\"游戏"\*.lnk