Set WshShell = WScript.CreateObject("WScript.Shell"
With WScript.CreateObject("WScript.Shell"
On Error Resume Next
.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersi on\Policies\System\DisableRegistryTools"
End With
Mybox = MsgBox(jobfunc & enab & vbCR & "Finished!", 4096, t)