View Single Post
Old 11-03-2007, 04:00 PM   #14 (permalink)
The Unknown
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: How to compile a .reg file?

Quote:
Originally Posted by uchiha.sasuke
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000000
This is the key for enabling key task manager if it has been disabled by some means mostly my worms and trojan.........now taking it as a example.....
here DisableaskMgr named key value creates in this case with value data "o" in case of decimal integers of dword type...........now this .reg file automatically create this value.....and in case if its already there then in dat case this reg file changes its value to the one given in the file.........

Hope this 'll help u some...........if not then feel free to ask agn...................
thanks. reps when possible
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline