Advertisement
mansz81

Enable Regedit.vbs

Mar 26th, 2022
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Set WshShell = WScript.CreateObject(”WScript.Shell”)
  2. With WScript.CreateObject(”WScript.Shell”)
  3. On Error Resume Next
  4. .RegDelete “HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools”
  5. .RegDelete “HKCU\Software\Policies\Microsoft\Windows\System\DisableCMD”
  6. .RegDelete “HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr”
  7. .RegDelete “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\DisableTaskMgr”
  8. End With
  9. Mybox = MsgBox(jobfunc & enab & vbCR & “Restorasi_Berhasil!”, 4096, t)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement