Q: How do I add items to the Run... dropdown list so they are available immediately after a system reset?
You can add items to the dropdown list by adding subkeys to the following registry key in ADSLOAD.REG:
[HKEY_LOCAL_MACHINE\Explorer\RunHistory]
The subkeys names should be numbers, starting with zero, and the values should be strings.
Example
To add 'repllog.exe / remote' and 'regedit.exe' to the list, add the following to ADSLOAD.REG:
[HKEY_LOCAL_MACHINE\Explorer\RunHistory]
"0"="repllog.exe /remote"
"1"="regetit.exe"
-----------------
Chris Tacke, eMVP
Applied Data Support