ActiveSync

activesync.bat

:: OPTIONAL: Install ActiveSync 4.1
:: script contributed by Gerhard Hofmann, gerhard.hofmann@planat.de
:: download installer from 
:: http://www.microsoft.com/windowsmobile/downloads/activesync41.mspx

todo.pl ".reboot"
:: registry hack is necessary to deactivate ActiveSync connection
:: wizard after reboot
todo.pl "regedit /s %z%\packages\activesync\activesync.reg"
todo.pl "%z%\packages\activesync\setup_activesync41.exe /s /V\"/qb! REBOOT=ReallySuppress\""

activesync.reg

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"H/PC Connection Agent"=""

last edited 2006-03-05 15:36:15 by Gerhard Hofmann