SOLUTION 1:
----------------------------
Start->Run=>gpedit.msc
OR
C:/windows/system32/
find gpedit.msc double click on that
goto user Configuration
select Administrative Templates
select System
on the right pane double click on "prevent access to registry editing tools"
in the popup select "disabled" click on apply
then ok......
SOLUTION 2:
----------------------------------------
-----------
Message: “Registry editing has been disabled by your administrator”
Click on Start >> Run and in the Open box type:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
Click OK.
Run is disabled by adminstrator???
----------------------------------------
Following is the key which is responsible for it to work or not work
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
OR
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
Look for 'NoRun' its a DWORD with default value of 00000000 (0).
In your case it could have been changed.
Change it to original default value...!
Suggestion: U can do it also by gpedit.msc!
Steps:
1. Open Run n type gpedit.msc n hit enter...!
2. Go to the left pannel : "User Configuration > Administrative Templates > Start Menu and Taskbar > "
3. Towards ur right u'll find several options ....serach for.."Remove Run menu from Startmenu"...!
4. Disable it and if it is already set as not configured , enable it and then disable it .. !
5. U r now done....!
0 comments:
Post a Comment