Thanks for the list, it may or may not come in handy!You can also use Powershell:
Get-CimInstance -ClassName Win32_StartupCommand | Format-List -Property Description, Name, Command, Location, User
P.S. That key
HKU\S-1-5-21-1306650121-2680712903-2278055684-1005\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Is your specific user account information. When you are actually logged on, it is transmogrified into HKEY_CURRENT_USER, which is far easier to deal with than trying to figure out your personal account "id", particularly on a multi-user system.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

I'm confused about that key. You are using it and saying it gets turned into HKEY_CURRENT_USER, so why not just use that instead of the "id" you mention?
Statistics: Posted by sl23 — Yesterday, 9:10 pm