解決工作管理員被病毒 停用 的方法
下下面虛線中的文字,貼到記事本,存成fix_cmdregedit.zip.vbs就可以使用了喔
-----------------------------------------------------------------------------------------------
Set WshShell = WScript.CreateObject("WScript.Shell")
With WScript.CreateObject("WScript.Shell")
On Error Resume Next
.RegDelete "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystemDisableRegistryTools"
.RegDelete "HKCUSoftwarePoliciesMicrosoftWindowsSystemDisableCMD"
.RegDelete "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystemDisableTaskMgr"
.RegDelete "HKLMSOFTWAREMicrosoftWindowsCurrentVersionpoliciessystemDisableTaskMgr"
End With
Mybox = MsgBox(jobfunc & enab & vbCR & "Finished!", 4096, t)
---------------------------------------------------------------------------------------
如果不想這麼麻煩的話也可以直接下載本人以製作好的東西







