Ben Cohen escribió: > We customize the Default User registry hive in code in our environment -- eg > we've a script like this: > > :: make Thunderbird the default mail client on start menu > todo.pl "reg add HKLM\mnt_default\Software\Clients\mail /ve /f /d \"Mozilla > Thunderbird\"" > todo.pl "reg add HKLM\Software\Clients\mail /ve /f /d \"Mozilla Thunderbird\"" > > :: make Firefox the default internet browser on start menu > todo.pl "reg add HKLM\mnt_default\Software\Clients\StartMenuInternet /ve /f > /d \"FIREFOX.EXE\"" > todo.pl "reg add HKLM\Software\Clients\StartMenuInternet /ve /f /d > \"FIREFOX.EXE\"" > > :: mount the default user registry hive > todo.pl "reg load HKLM\mnt_default \"%ALLUSERSPROFILE%\..\Default > User\NTUSER.DAT\"" > > It can be a pain to figure out what changes to make to the registry -- but > you only have to figure that stuff out once. >
Nice! would be nice to add those here?: https://sourceforge.net/apps/trac/unattended/wiki/Scripts -- Si un programa es inútil, habrá que demostrarlo. -- Cuarta Ley de Programación. ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ unattended-info mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info
