regedit恢复使用
有的时候登录编辑器不能用,要怎样恢复使用呢
复制下面的文字放到新增文字文件另存新文件,扩展名请取*.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)
按下新增出来的vb就能恢复使用
wwp13欢迎光临我的图书馆 !喜欢就请点收
|