Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 15-02-2007, 10:09 PM   #1 (permalink)
Broken In
 
uchiha.sasuke's Avatar
 
Join Date: Nov 2006
Posts: 159
Question Windows Registry problem..........

I have disabled my registry by making this file:

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......
uchiha.sasuke is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 15-02-2007, 10:18 PM   #2 (permalink)
Security Exp
 
47shailesh's Avatar
 
Join Date: Apr 2006
Posts: 733
Default Re: Windows Registry problem..........

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
47shailesh is offline  
Old 15-02-2007, 10:28 PM   #3 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: Windows Registry problem..........

Why not go thru this:

SOLUTION: Folder Options not available in Tools Menu!
__________________
http://www.AskVG.com/
Vishal Gupta is offline  
Old 15-02-2007, 10:35 PM   #4 (permalink)
Security Exp
 
47shailesh's Avatar
 
Join Date: Apr 2006
Posts: 733
Default Re: Windows Registry problem..........

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
47shailesh is offline  
Old 15-02-2007, 10:45 PM   #5 (permalink)
ANGEL OF DEATH
 
NIGHTMARE's Avatar
 
Join Date: Dec 2006
Location: Kanpur
Posts: 1,861
Question Re: Windows Registry problem..........

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
__________________
Dell 15z + WD 2TB
Dell Studio 1555 + WD 1TB
iPhone 4 32 GB
Samsung Galaxy S2 White
Good Desktop Power Of C2D + 4850
NIGHTMARE is offline  
Old 15-02-2007, 10:45 PM   #6 (permalink)
Broken In
 
uchiha.sasuke's Avatar
 
Join Date: Nov 2006
Posts: 159
Default Re: Windows Registry problem..........

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...
uchiha.sasuke is offline  
Old 15-02-2007, 10:50 PM   #7 (permalink)
Security Exp
 
47shailesh's Avatar
 
Join Date: Apr 2006
Posts: 733
Default Re: Windows Registry problem..........

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
47shailesh is offline  
Old 15-02-2007, 10:57 PM   #8 (permalink)
Broken In
 
uchiha.sasuke's Avatar
 
Join Date: Nov 2006
Posts: 159
Default Re: Windows Registry problem..........

@47shailesh

thanx dude..........sorry i did't figured it out..........
uchiha.sasuke is offline  
Old 15-02-2007, 11:00 PM   #9 (permalink)
Security Exp
 
47shailesh's Avatar
 
Join Date: Apr 2006
Posts: 733
Default Re: Windows Registry problem..........

^^ Ur welcome my friend
__________________
We Love Once, And When We do We do it Well
47shailesh is offline  
Old 15-02-2007, 11:00 PM   #10 (permalink)
Human Spambot
 
Arsenal_Gunners's Avatar
 
Join Date: May 2005
Posts: 3,055
Exclamation Re: Windows Registry problem..........

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
Lol why there is a space in policies.
Arsenal_Gunners is offline  
Old 15-02-2007, 11:05 PM   #11 (permalink)
Security Exp
 
47shailesh's Avatar
 
Join Date: Apr 2006
Posts: 733
Default Re: Windows Registry problem..........

@vimal_mehrotra every time i copy paste it... it automatically generates a space in between
__________________
We Love Once, And When We do We do it Well
47shailesh is offline  
Old 15-02-2007, 11:07 PM   #12 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: Windows Registry problem..........

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
__________________
http://www.AskVG.com/
Vishal Gupta is offline  
Old 15-02-2007, 11:15 PM   #13 (permalink)
Broken In
 
uchiha.sasuke's Avatar
 
Join Date: Nov 2006
Posts: 159
Default Re: Windows Registry problem..........

what does /v parameter signify here???
uchiha.sasuke is offline  
Old 15-02-2007, 11:19 PM   #14 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: Windows Registry problem..........

/v stands for "Value name" which will be added in the mentioned key.
__________________
http://www.AskVG.com/
Vishal Gupta is offline  
Old 23-02-2007, 08:52 PM   #15 (permalink)
Broken In
 
uchiha.sasuke's Avatar
 
Join Date: Nov 2006
Posts: 159
Smile Re: Windows Registry problem..........

@vishal gupta

thanx dude...
uchiha.sasuke is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 05:26 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2