Search This Blog

Wednesday, November 11, 2009

Windows Mobile Programming Tips

How to start the Windows Mobile Emulators from the command line.

"C:\Program Files\Microsoft Device Emulator\1.0\DeviceEmulator.exe"   "C:\Program Files\Windows Mobile 6 SDK\PocketPC\Deviceemulation\0409\PPC_USA.BIN" /memsize 128 /s "d:\EmulatorState_prof.dess"

"C:\Program Files\Microsoft Device Emulator\1.0\DeviceEmulator.exe"   "C:\Program Files\Windows Mobile 6 SDK\Smartphone\Deviceemulation\0409\SP_USA_GSM_QVGA_LS_VR.bin" /memsize 128 /s "d:\EmulatorState_std.dess"

Monday, November 02, 2009

How to use the same server session with the Terminal Server's

1. First try to run the command mstsc /v:fmwbde
(If you are lucky you will be connected to the same session)
2. If you are not able to connect to the same session then run the command mstsc /v:fmwbde /admin
This will connect to the admin server console.
3. Open the terminal service manager and select a particulr session and try to connect to this session.