converting .reg file into .ini file

Discuss and share scripts and script files...
Post Reply
kotlmg
Posts: 298
Joined: 30 Jun 2010 17:14

converting .reg file into .ini file

Post by kotlmg »

hello sir
i want to convert the registry information into .ini file. is is possible to do that with xyplorer script.

or is it possible to import registry information of a specific program into .ini file.

with regards,
m.k.rao

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: converting .reg file into .ini file

Post by highend »

It ... depends...

How should the content of such an .ini file look like exactly (after the conversion)?

Show examples of:
1. An exported .reg file that contains the stuff
2. The final .ini file with all converted settings
One of my scripts helped you out? Please donate via Paypal

kotlmg
Posts: 298
Joined: 30 Jun 2010 17:14

Re: converting .reg file into .ini file

Post by kotlmg »

sir,
ini format i don't know how it will look like.
1.is it possible to import .reg content into the system without administrative rights.
or
i want to my registry information to be loaded into the system when the program is being run and it should remove the imported registry content once the program is exited.

or
i need to import two lines of registry code without adminstrative rights. i need this facility for portability.

with regards

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: converting .reg file into .ini file

Post by highend »

That depends...
For e.g. HKLM (hkey local machine) -> No, admin permissions are necessary
HKCU (hkey local user) can be written without admin permissions

Whatever "your program" may be...
One of my scripts helped you out? Please donate via Paypal

Post Reply