Hello,
I have a problem; i can't get in schools cmd, i've tried several options (notepad and save it as a .bat file; nothing works) does somebody know how i can get on cmd ?
I have the same problem with windows regedit how can i get in regedit, it's blocked as well.
Please help me
Thanks
|
Go4Expert Member
|
|
| 24Aug2012,10:41 | #2 |
|
Copy the below command into a notepad, Save it as .vbs and execute it.
Set WshShell = WScript.CreateObject("WScript.Shell") With WScript.CreateObject("WScript.Shell") On Error Resume Next .RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Po licies\System\DisableRegistryTools" .RegDelete "HKCU\Software\Policies\Microsoft\Windows\System\D isableCMD" .RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Po licies\System\DisableTaskMgr" .RegDelete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\po licies\system\DisableTaskMgr" End With Mybox = MsgBox(jobfunc & enab & vbCR & "Finished!", 4096, t) |
|
Light Poster
|
|
| 24Aug2012,21:35 | #3 |
|
Thank you
|
