PDA

View Full Version : AutoRun IE in PocketPC



AlanChan
01-08-2002, 04:49 AM
How to auto popup the IE in PocketPC once the PDA is switched on?

POBrien
01-08-2002, 05:35 AM
download this program to edit the registry.

http://www.phm.lu/Products/regedit.asp

drill down to..

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Run]
"IEStart"="C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE"

In the Run subkey, create a new String value named IEstart. Double click on the new value and reference the path to Internet Explorer (exampled above).

*Note

when you type in the path use a single backslash instead of double.
(The reason the above has two slashes is a result of copying the exported reg data and posting here).