解決工作管理員被病毒停用的方法
下下面虛線中的文字,貼到記事本,存成fix_cmdregedit.zip.vbs就可以使用了喔
-----------------------------------------------------------------------------------------------
Set WshShell = WScript.CreateObject("WScript.Shell")
With WScript.CreateObject("WScript.Shell")
On Error Resume Next
.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
.RegDelete "HKCU\Software\Policies\Microsoft\Windows\System\DisableCMD"
.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr"
.RegDelete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\DisableTaskMgr"
End With
Mybox = MsgBox(jobfunc & enab & vbCR & "Finished!", 4096, t)
-----------------------------------------------------------------------------------------------
轉貼於:
http://tw.myblog.yahoo.com/shu-wei/a...=167&l=a&fid=8
小弟我有做一個壓縮檔案給各位,如果比較不想照上面步驟的話,下載這個檔案即可...