Registry Access Disabled! can't get into registry to get it back

J

Jimmy

I did something stupid:
I downloaded a file that contained a .reg file.
I ran the file without looking at what it did and it
disabled registry access. It contained the following
entries:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersi
on\Policies\System]
"DisableRegistryTools"=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVers
ion\Policies\System]
"DisableRegistryTools"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\Main]
"Window Title"="THE NET Gamers Guild"
If you know how to help me without charging $35 like
microsoft please email me.
Jimmy Amadei
 
T

Tom Porterfield

Jimmy said:
I did something stupid:
I downloaded a file that contained a .reg file.
I ran the file without looking at what it did and it
disabled registry access. It contained the following
entries:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersi
on\Policies\System]
"DisableRegistryTools"=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVers
ion\Policies\System]
"DisableRegistryTools"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\Main]
"Window Title"="THE NET Gamers Guild"
If you know how to help me without charging $35 like
microsoft please email me.
Jimmy Amadei

Copy and paste the following into a reg file:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Sy
stem]
"DisableRegistryTools"=dword:00000000

Save the file to the root of your C drive, naming it regfix.reg. Open
a command prompt window (start, run, cmd.exe) and enter the following
command:

regedit -s c:\regfix.reg

Type in that command in hit the enter key. You should then be able to
run regedit.

--
Tom Porterfield
MS-MVP Windows XP & Smart Display
http://mywebpages.comcast.net/tp.porterfield/support

Please post all follows to the newsgroup only
 

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