Jump to content

Featured Replies

Posted

Dear Friends,

Please tell me that how can i put .reg files in my new xp so that they will silently get added to the registry after the install.The reg files will enable run.control panel in my computer.

I want to add only reg files and not programs.Plzz specify the proper way and help me.

Waiting for ur replies.

Edited by cool1234

Here is an addon with those tweaks you posted

http://www.mediafire.com/?774p3cdn5eof9dr

- Its easy to make, use reg2inf to convert the .reg file to .inf

- Create a Entries_<whatever>.ini file with the following basic stuff

[general]
builddate=<date>
description=<describe the addon>
language=Multilanguage
title=<addon name>
version=<version>
website=<optional>

- Under that you create a section called [registry_addreg] (or delreg depending on what you want to do, more info here) and add the converted from reg2inf regtweaks

[registry_addreg]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{2559A1F0-21D7-11D4-BDAF-00C04F60B9F0}",,0x10
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{D20EA4E1-3957-11D2-A40B-0C5020524153}",,0x10
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{21EC2020-3AEA-1069-A2DD-08002B30309D}",,0x10
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{871C5380-42A0-1069-A2EA-08002B30309D}",,0x10
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{7007ACC7-3202-11D1-AAD2-00805FC1270E}",,0x10
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}",,0x10
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}",,0x10
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{2559A1F3-21D7-11D4-BDAF-00C04F60B9F0}",,0x10

- Zip, rar, cab or 7z the Entries_<whatever>.ini file (make sure to NOT use the word "Entries" in the addon filename) and integrate it

To verify your tweaks have been added, after integration go to I386 and look/expand NLITE.IN_ and see if your tweaks are in there

  • Author

Here is an addon with those tweaks you posted

http://www.mediafire.com/?774p3cdn5eof9dr

- Its easy to make, use reg2inf to convert the .reg file to .inf

- Create a Entries_<whatever>.ini file with the following basic stuff

[general]
builddate=<date>
description=<describe the addon>
language=Multilanguage
title=<addon name>
version=<version>
website=<optional>

- Under that you create a section called [registry_addreg] (or delreg depending on what you want to do, more info here) and add the converted from reg2inf regtweaks

[registry_addreg]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{2559A1F0-21D7-11D4-BDAF-00C04F60B9F0}",,0x10
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{D20EA4E1-3957-11D2-A40B-0C5020524153}",,0x10
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{21EC2020-3AEA-1069-A2DD-08002B30309D}",,0x10
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{871C5380-42A0-1069-A2EA-08002B30309D}",,0x10
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{7007ACC7-3202-11D1-AAD2-00805FC1270E}",,0x10
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}",,0x10
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}",,0x10
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{2559A1F3-21D7-11D4-BDAF-00C04F60B9F0}",,0x10

- Zip, rar, cab or 7z the Entries_<whatever>.ini file (make sure to NOT use the word "Entries" in the addon filename) and integrate it

To verify your tweaks have been added, after integration go to I386 and look/expand NLITE.IN_ and see if your tweaks are in there

A million thanks to u bro.

M speechless for ur help.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...