dreamstama.blogg.se

Open internet options as administrator
Open internet options as administrator





Disabling the tools takes effect immediately. This change is made in HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System.

open internet options as administrator

If the value was found, it will be toggled to its opposite state and you will be informed that you need to log off/back on or restart your computer. The VB Script file will check for the appropriate value and if not found will create it. Usage: Download regtools.vbs Save the file to the folder of your choice. © Doug Knox - rev This code may be freely distributed/modified. Regtools.vbs - Disable/Enable Registry Editing tools in Windows Mybox = MsgBox(jobfunc & "enabled.", 4096, ttl) Mybox = MsgBox(jobfunc & "disabled.", 4096, ttl) Jobfunc = "Registry Editing Tools are now " Val2 = "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools" Val = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools" Set WSHShell = WScript.CreateObject("WScript.Shell") VBS SCRIPT(select everything and copy into notepad and save as regtool.vbs):ĭim WSHShell, rr, rr2, MyBox, val, val2, ttl, toggle And save it as regtool.vbs on your desktop. Open Notepad and copy this script into it. Getting into the registry editor by making a vbs script in notepad: If you click on the icon fast enough, it should let you get in.Īfter you close it though, it will not open unless you redo step 3 and 4. The system does not check for policies until a few seconds after it booted up.

  • STEP4.As soon as you see your desktop, double click on the shortcut.
  • open internet options as administrator

  • STEP2.Create a new shortcut on your desktop, point it to "C:\Windows\regedit.exe".
  • Remove programs from your startup folder and such, so as not to lag down the bootup process. Disable as much as you can from your startup.

    open internet options as administrator

    Then it will also come up with the question: Value DisableRegistryTools exists, overwrite (Y/N)? Type yes and hit Enter. REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 Then a prompt will come up with this question: Value DisableRegistryTools exists, overwrite (Y/N)? Type yes and hit Enter.Īfter u did that also type this command in the run box and hit enter.

    open internet options as administrator

    REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 Type this command in Run box and press Ok. Click Start -> Run -> gpedit.msc -> User Configuration -> Administrative Templates -> System -> Prevent access to registry editing tools -> Right Click Properties -> Set it to Not Configured.Ĭlick Start -> Run.







    Open internet options as administrator