Here are a few more... \hkey_current_user\security LockTimeout Allows you to set custom timeouts beyond 60min.
One minute is 60000. So 10 hours is 36,000,000. Long enough to lock overnight but
not be bothersome during the day.
\hkey_current_user\controlpanel Lockedtimeout Sets the amount of time the screen stays on
when the phone is locked. Default is a short 2 seconds. Browse around the Control
Panel section for lots of other useful ones.
\hkey_classes_root is where the file associations are. Look for entries like
\hkey_classes_root\xlsfile\shell\open\command or opendoc. See the existing entries and
it will be obvious how to modify them. Some programs like "%1" param.
Others just %1. Ignore .xls entries as they refer to xlsfile |