Mobile Development: RDP AutoLogin v5

Based on version-4 here is an more extended version with the option to preset Resource mapping (Device storage and Remote desktop sound).

These two options are controlled by the default.rdp file:

EnableDriveRedirection:i:1
AudioRedirectionMode:i:

with the following options for windows mobile:

EnableDriveRedirection
1=enables access to local files inside the host session
0=disable access to local files

AudioRedirectionMode
0=Redirect sounds to the client,
1=Play sounds at the remote computer,
2=Disable sound redirection; do not play sounds at the server

The settings program has been updated to let you change the corresponding registry settings for RDP_AutoLogin.exe:

REGEDIT4

[HKEY_LOCAL_MACHINE\Software\RDP_autologin]
...
"AudioRedirectionMode"=dword:00000002
"DeviceStorage"=dword:00000001
...

Here are the updated executables:

RDP_Autologin.exe: [Download not found] Latest

RDP_Autologin_Settings.exe: [Download not found] Latest

RDP_Keepbusy.exe: REMOVED

Update 21.aug.2012: new binary downloads at code.google.com (google code is discontinued). Fixed a bug with RDP_AutoLogin (if run twice). Added RDM_KeepBusy settings to settings application (see also changelog at google code).

Update 10. Feb 2015: fixed code so that AudioRedirection and DeviceStorage settings are applied. The WM6 Pro binary is updated.

For Windows Mobile/Embedded Handheld 6.5.3 use RDM_KeepBusy (google code discontinued)!

Source Code (google code is discontinued) new at github

RDM_KeepBusy.exe Binary at github