schede

16 dicembre 2007

impostazioni di applicazione resa portatile

Tratto dal forum del sito vuplayer.com:

Re: Possibility of a portable version/modification?
by Kreator on Sun Nov 04, 2007 7:02 pm

As far as I know, there's no portable version of VUPlayer. But you can use registry import/export operations to load/save the player settings.Make 2 files on your removable drive:

Save.bat:
reg export HKCU\Software\VUPlayer Settings.reg
reg delete HKCU\Software\VUPlayer

Load.bat
:
reg import Settings.reg

That's one simple way to carry your
setting from one PC to another. If you don't want to erase the player settings
forom the registry, delete the second line of Save.bat file.

Utile suggerimento, da provare con altre applicazioni...