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