Quantcast
Channel: remote desktop mobile – Windows CE Programming
Viewing all articles
Browse latest Browse all 18

Mobile Development: RDP AutoLogin v5

$
0
0

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:RDP_AutoLogin v5 - (Hits: 361, size: 22 kB)

RDP_Autologin_Settings.exe: DOWNLOAD:RDP_Autologin_Settings - (Hits: 312, size: 24.5 kB)

RDP_Keepbusy.exe: DOWNLOAD:RDP_Keepbusy - (Hits: 268, size: 9 kB)

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

For Windows Mobile/Embedded Handheld 6.5.3 use RDM_KeepBusy!

Source Code


Viewing all articles
Browse latest Browse all 18

Trending Articles