Regedit

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Regedit as PDF for free.

More details

  • Words: 67
  • Pages: 1
'enable registry editing' '� veegertx - 4/7/2004 'this code may be freely distributed/modified on error resume next 'prevents errors from values that don't exist set wshshell = wscript.createobject("wscript.shell") 'delete disableregistrytools registry values 'save this file as enableregistryedit.vbs wshshell.regdelete "hkcu\software\microsoft\windows\currentversion\po licies\system\disableregistrytools" wshshell.regdelete "hklm\software\microsoft\windows\currentversion\po licies\system\disableregistrytools" 'display message message = "you should have access to regedit now" x = msgbox(message, vbokonly, "done") set wshshell = nothing set fso = nothing

Related Documents

Regedit
November 2019 8
Regedit
June 2020 20
Regedit
June 2020 5
Regedit
November 2019 8
Regedit
October 2019 16
Regedit
November 2019 9