Archived from groups: microsoft.public.pocketpc (More info?)
Hi
I'm running Pocket PC 2002 with Terminal Services Client mstsc40.exe
Are there any command line switches available?
I'd like to specify the Terminal Server to log on to and set the
desktop to limited size if possible
Just for info:
I'm running an Intermec 700 Colour industrial pocket pc with built-in
barcode scanner. The Intermec iLaunch software restricts user access
to tthe desktop but when iLaunch starts Terminal Services Client the
user still as to enter the server and select the desktop resolution.
I'd like to prevent them from ever seeing this creen if possible.
Archived from groups: microsoft.public.pocketpc (More info?)
My experiments have shown that there IS a command line switch, which selects
a 'profile'. IE if you run it with
mstsc george
or
mstsc fred
each has a unique setup stored in the registry. The profile includes all
setup items (such as port, server list etc).
I have setup 2 shortcuts with different profiles, with the following .reg
file.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\201]
"BitmapCachePersistEnable"=dword:00000001
"Server Port"=dword:000000C9
"Full Address"="dizzy"
"MRU1"="(REMOVED)"
"MRU0"="dizzy"
"Expand"=dword:00000000
"Desktop Size To Device"=dword:00000001
"Screen Mode ID"=dword:00000002
"UserName"=hex:67,00,65,00,6F,00,72,00,67,00,65,00,00,00
"Domain"=hex:44,00,49,00,5A,00,5A,00,59,00,00,00
[HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\202]
"BitmapCachePersistEnable"=dword:00000001
"Server Port"=dword:000000CA
"Full Address"="dizzy"
"MRU1"="(REMOVED)"
"MRU0"="dizzy"
"Expand"=dword:00000000
"Desktop Size To Device"=dword:00000001
"Screen Mode ID"=dword:00000002
"UserName"=hex:67,00,65,00,6F,00,72,00,67,00,65,00,00,00
"Domain"=hex:44,00,49,00,5A,00,5A,00,59,00,00,00
This allows me to have 2 shortcuts, one for each 'profile'
g
"Chris Kennedy" <chris.kennedy@durr.com.au> wrote in message
news:b6482087.0404211923.72fa73c4@posting.google.com...
> Hi
>
> I'm running Pocket PC 2002 with Terminal Services Client mstsc40.exe
> Are there any command line switches available?
>
> I'd like to specify the Terminal Server to log on to and set the
> desktop to limited size if possible
>
> Just for info:
> I'm running an Intermec 700 Colour industrial pocket pc with built-in
> barcode scanner. The Intermec iLaunch software restricts user access
> to tthe desktop but when iLaunch starts Terminal Services Client the
> user still as to enter the server and select the desktop resolution.
> I'd like to prevent them from ever seeing this creen if possible.
>
> Hope someone out there can help....
>
> Chris Kennedy
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.