Posts

Showing posts from July, 2013

How to Enable Windows Registry 2nd Method

How to Enable Windows Registry 2nd Method This method is by Anthony P Click on Start. Go to Run. Users running Windows 8, Windows 7 or Vista, go to Search. Type gpedit.msc and press Enter. Navigate to User Configuration/ Administrative Templates / System. In the work area, double click on "Prevent Access to registry editing tools". In the popup window, encircle Disabled and click on OK

Another easy method to enable windows registry

Mo Bahjat.  HI, first, I have to give the credit to CombatFreakCA1 because he's the one who showed me this method. Let's get started how to enable windows registry, I haven't tried this on windows 8 But works perfectly with  with windows 7 and Xp. First, open a Notepad, then copy the code and paste it in the Notepad. Save the notepad  as XYX.VBS.  THE CODE STARTS BELOW Option Explicit 'Declare variables Dim WSHShell, rr, rr2, MyBox, val, val2, ttl, toggle Dim jobfunc, itemtype On Error Resume Next Set WSHShell = WScript.CreateObject("WScript.Shell") val = "HKCU\Software\Microsoft\Windows\Current Version\Policies\System\DisableRegistryT ools" val2 = "HKLM\Software\Microsoft\Windows\Current Version\Policies\System\DisableRegistryT ools" itemtype = "REG_DWORD" jobfunc = "Registry Editing Tools are now " ttl = "Result" 'reads the registry key value. rr = WSHShell.RegRead (val) rr2 = WSHShell.R