PDA

View Full Version : Restriction?



fayex2
08-12-2000, 03:11 PM
Hi all......

If a do a restriction to restrict user from using the file regedit.exe. Then how can I turn the setting back to the original one(ie. to delete the restriction from user)???

thx

reghakr
08-13-2000, 03:21 AM
Users can't start regedit.exe, but importing a reg file is still an option.

Copy and paste the following into Notepad, save it as enableregedit.reg
=========BEGIN CUT=================
REGEDIT4

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\Cur rentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
==============END CUT===================

reghakr