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\CurrentVersion\Policies\System\DisableRegistryTools" val2 = "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools" itemtype = "REG_DWORD" jobfunc = "Registry Editing Tools are now " ttl = "Result"