Click here to Skip to main content
15,867,453 members
Articles / Programming Languages / C#

Mobile Development: RDP AutoLogin v5

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
23 Aug 2012CPOL 13.7K   1   3
Based on version-4, here is a more extended version with the option to preset Resource mapping (Device storage and Remote desktop sound)

Based on version 4, here is a 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:

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

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionAutoLogin Pin
scan_man7326-Jul-13 1:34
scan_man7326-Jul-13 1:34 
AnswerRe: AutoLogin Pin
hjgode26-Jul-13 2:25
hjgode26-Jul-13 2:25 
GeneralMy vote of 5 Pin
Christian Amado23-Aug-12 9:02
professionalChristian Amado23-Aug-12 9:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.