PDA

View Full Version : How to compile a .reg file?


The Unknown
11-03-2007, 12:28 PM
How to compile a .reg file so that i can share my registry hacks wth my frnds? I pmed Vishal Gupta but he has not replied yet.

uchiha.sasuke
11-03-2007, 12:48 PM
just use "export" option in regedit to save your reg hack ......

The Unknown
11-03-2007, 01:08 PM
just use "export" option in regedit to save your reg hack ......
i meant the syntax to write in a text editor.

uchiha.sasuke
11-03-2007, 01:18 PM
open any reg file .......there u can check the syntax

Pathik
11-03-2007, 01:24 PM
yea just export any similar value from the registry and check the syntax in a reg file..

The Unknown
11-03-2007, 01:36 PM
yea just export any similar value from the registry and check the syntax in a reg file..
good idea Pathik Shah

Vishal Gupta
11-03-2007, 01:39 PM
Sorry for not replying coz my Inbox was full of PMs and I wasnt able to reply all of them. :(
Regarding to compiling the reg file, the best way is to export the desired code from regedit.
Otherwise, open any registry file, as pathiks suggested and change the required values, like key names, value names, etc and save it. :)

The Unknown
11-03-2007, 01:48 PM
Sorry for not replying coz my Inbox was full of PMs and I wasnt able to reply all of them. :(
Regarding to compiling the reg file, the best way is to export the desired code from regedit.
Otherwise, open any registry file, as pathiks suggested and change the required values, like key names, value names, etc and save it. :)
OK. Suppose a key doesn't exist so can a .reg file create it?

uchiha.sasuke
11-03-2007, 01:52 PM
yes .reg can create it...

The Unknown
11-03-2007, 01:54 PM
yes .reg can create it...
how?

Pathik
11-03-2007, 01:54 PM
yup... just double click the reg file and the data in it ll b imported to the registry...

The Unknown
11-03-2007, 01:56 PM
yup... just double click the reg file and the data in it ll b imported to the registry...
Syntax Buddu Syntax. I mean how to write a new key to a .reg file. :razz:

uchiha.sasuke
11-03-2007, 03:51 PM
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\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...................:):):)

The Unknown
11-03-2007, 04:00 PM
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\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 :D :)

uchiha.sasuke
11-03-2007, 04:09 PM
so got the answer of ur question..............

The Unknown
11-03-2007, 04:19 PM
so got the answer of ur question..............
ya. if any prob i face, thinkdigit is there na! :D :razz: :lol:

uchiha.sasuke
11-03-2007, 04:25 PM
yaa definitely...............:):):)