| Forum |
|
|||||||
| Software Q&A Having trouble with software? Find solutions here |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Broken In
Join Date: Nov 2006
Posts: 159
|
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System] "DisableRegistryTools"=dword:00000001 So now, how to enable it again,as when I put value 1 here and click on it ......it doesn't work as my registry is already disabled...... |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
Security Exp
Join Date: Apr 2006
Posts: 733
|
Use either of them
http://www.dougknox.com/security/scr...c/regtools.htm OR http://www.symantec.com/security_res...050614-0532-99 __________ __________ in run prompt add : REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
__________________
We Love Once, And When We do We do it Well Last edited by 47shailesh; 15-02-2007 at 10:19 PM. Reason: Automerged Doublepost |
|
|
|
|
#4 (permalink) |
|
Security Exp
Join Date: Apr 2006
Posts: 733
|
neways crux is:
Code:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
__________________
We Love Once, And When We do We do it Well |
|
|
|
|
#5 (permalink) | |||||
|
ANGEL OF DEATH
Join Date: Dec 2006
Location: Kanpur
Posts: 1,861
|
my restart option is not working properly after saving all setting then monitor appear black screen but when i press restart button from cabinet it working so wat can i do
__________________
|
|||||
|
|
|
|
#6 (permalink) |
|
Broken In
Join Date: Nov 2006
Posts: 159
|
I have tried this command line trick but its not working.....is restart is required for it?????
Anyway VbScript is working...thanx 47shailesh for that......but other two r not working... |
|
|
|
|
#7 (permalink) |
|
Security Exp
Join Date: Apr 2006
Posts: 733
|
Dude in
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f remove space between "poli cies" and use in run window....
__________________
We Love Once, And When We do We do it Well |
|
|
|
|
#12 (permalink) |
|
Microsoft MVP
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
|
If u'll use [Code] tag, then it'll not insert spaces, like this:
Code:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|