首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > windows >

每次打开u盘时小弟我都要右键-资源管理器.

2012-03-19 
每次打开u盘时我都要右键--资源管理器... - Windows专区 / 非技术区.......[解决办法]autorun 病毒 ,藏看

每次打开u盘时我都要右键--资源管理器... - Windows专区 / 非技术区
.......

[解决办法]
autorun 病毒 ,藏看隐藏文件是否有autorun.inf
[解决办法]

探讨

autorun 病毒 ,藏看隐藏文件是否有autorun.inf

[解决办法]
BatchFile code
@echo offecho 清除autorun.inffor %%i in (a: b: c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) do (    del "%%i\autorun.inf" /a /f /q    del "%%i\autorun.exe" /a /f /q)echo 清除MountPoints2reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2" /fecho 关闭自动播放reg add "HKEY_Local_Machine\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoDriveTypeAutoRun /t reg_dword /d 255 /freg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoDriveTypeAutoRun /t reg_dword /d 255 /fecho 清理完毕pause>nul
[解决办法]
存在病毒
[解决办法]
顶帖,学习.

热点排行