Was on a training course the other day, learning about a piece of Windows Mobile software. The presenter was controlling his Windows Mobile PDA from his desktop.
How cool is that? Seriously cool.
With this software, I can connect my PDA to my computer and remotely control my PDA. Such as send SMS messages from my desktop, using my normal keyboard.
Other things the software can do is:
- Record what you are doing for later playback.
- Macro support, for automating repetitive tasks.
- Access to the Windows “clipboard” on both the desktop PC and the PDA.
You can get Pocket Professional Pro here.

Via the Greek Guru, Peter Kammas:
In case you didn’t already know it, you can use .reg files to also REMOVE registry keys and/or values…
To do so, create a .reg file as follows:
Removing a registry key:
REGEDIT4
[-HKEY_LOCAL_MACHINE\SOFTWARE\DANADAWG]
(note the minus sign before the key name… this will remove the entire key, including subkeys and values, without prompting: so be careful)
Removing a registry value:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\DANADAWG]
"Kennel Patch Install Date"=-
(note the minus sign after the equals sign on the value(s) you want to remove… this will only remove the value(s) specified)
Then it’s just a simple matter of executing the changes with a regedit /s <.reg file>
Note: Microsoft have documented this in How to add, modify, or delete registry subkeys and values by using a registration entries (.reg) file

THIS IS A WORK IN PROGRESS
- Install Windows 2008 Server Core
- When finished, logon to console with Administrator / <no password>
You will be prompted to change the password.
- Install the RealTek network driver, with the command
pnputil -i -a <path to extracted driver files>netrtx32.inf
- Configure a (static) IP address
- Enable Remote Firewall Management. This will allow you to manage the firewall from a client PC
netsh advfirewall set currentprofile settings remotemanagement enable
- Enable Remote Desktop Access, by typing the following commands on the Server 2008 Core console
cscript C:\Windows\System32\Scregedit.wsf /ar 0
netsh advfirewall firewall set rule group=”Remote Desktop” new enable=yes
- Apply any patches from Windows Update
Fermin Sanchez Central – How to patch Windows Server 2008 Core
Ingredients
References
TO DO
Installing PHP / MYSQL / WordPress
Some sort of free Proxy software

Recent Comments