Page 1 of 1

converting .reg file into .ini file

Posted: 15 Jan 2016 16:40
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

Re: converting .reg file into .ini file

Posted: 15 Jan 2016 17:13
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

Re: converting .reg file into .ini file

Posted: 16 Jan 2016 16:08
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

Re: converting .reg file into .ini file

Posted: 16 Jan 2016 16:34
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...