dos batch file

asad

Member
Apr 28, 2003
56
0
0
hi to all
how can i made a batch file to save changes i have made to any windows application.
in other words suppose i want to change some setting in tools menu in windows media player
how can i save these setting in a batch file .
thanks in advance
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
It is all or nothing. You will copy the registry files and get everything.

The only way that you can get indivigual settings it to the use the registry editory and export all the setting that you need to be saved.
 

Beau

Lifer
Jun 25, 2001
17,730
0
76
www.beauscott.com
You could set media player how you want it then close it. Then open regedit (start->run->regedit), go to hkey_current_user/Software/Microsoft, locat the folder "MediaPlayer", right click and go to export, then save the tree as a .reg file. You can then double click the reg file and it will automatically be inserted into the registry of the machine you want it on. Keep in mind that there may be some unique keys generated based on your user account on that machine, and they won't be transfered to another machine or installation.
 

asad

Member
Apr 28, 2003
56
0
0
thanks every one
not all setting i have made exported to hkey_current_user/Software/Microsoft /MediaPlayer in my own machine .
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
There must be settings set in a different key then.
 

asad

Member
Apr 28, 2003
56
0
0
is there a way to know all keys and values effected after a make my changes to the setting of any program.