The Windows 8 Desktop (not Metro!) App Certification Requirements state
10.2 Your app must avoid starting automatically on startup. For example, your app should not set any of the following;
- Registry run keys HKLM and, or HKCU under Software\Microsoft\Windows\CurrentVersion
- Registry run keys HKLM, and or HKCU under Software\Wow6432Node\Microsoft\windows\CurrentVersion
- Start Menu AllPrograms > STARTUP `
I agree that lots of autostart background processes are unneccessary and this should be avoided if possible, but some apps (like mine) sit in the system tray and the user explicitly wants them to auto-start on boot.
Is there anything that's allowed to make the app auto-start?