I am trying to get my program to start minimized when set to load when windows loads. Is there a way to find out if it started from a shortcut?

There aren't any additional arguments when starting through a .lnk to look for as tested with Environment.GetCommandLineArgs()

------------------------
EDIT: Or is there an easy way to know if Windows is just starting?