My Account






Lost Password?

Quote of the Day

Don't anthropomorphize computers - they hate it. ~Author Unknown

Updated every day - our quotes are the best in Orlando!

gareth
avatar Admin
 
Re:Regedit Disabled in Win98 - 2007/12/31 14:50 Save the following as delpol.reg:

---cut---
Code:

 REGEDIT4 [-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies] [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies]


---cut---

Reboot into safe mode (hit F8 when booting) and run the file to erase all policies in effect on the system.

Alternatively, boot to command prompt (F5) and enter:
Code:

 regedit /D HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies regedit /D HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies



You should back up your registry before performing the above sequence:

Code:

 cd \windows regedit /L:system.dat /R:user.dat /E Full.reg



Good luck!

If you mess up you can restore the old registry with:
Code:

 cd \windows regedit /L:system.dat /R:user.dat /C Full.reg

  | | You must log in or register to post a reply.

    Topics Author Date
  thread link
Regedit Disabled in Win98
chris88 2007/12/31 14:47
  thread link
thread linkthread link Re:Regedit Disabled in Win98
gareth 2007/12/31 14:50