registry editing has been disabled by your Administrator

M

Max

It says registry editing has been disabled by your Administrator. I am the
Admin!!!! lol! Help!
Something I installed recently has hijacked my computer... I'm lucky if this
sends out...

-Max
 
T

Torgeir Bakken (MVP)

Max said:
It says registry editing has been disabled by your Administrator. I am the
Admin!!!! lol! Help!
Something I installed recently has hijacked my computer... I'm lucky if this
sends out...

Hi

Put the vbscript code below in a file with .vbs as file extension name and
double click on it.


Set oShell = CreateObject("WScript.Shell")
sRegValue = "HKCU\Software\Microsoft\Windows\" _
& "CurrentVersion\Policies\System\DisableRegistryTools"
oShell.RegWrite sRegValue, "0", "REG_DWORD"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top