News

If its the search box, create a shortcut for cmd, set it to start as an admin and make sure the name of the shortcut starts with CMD. Hitting Windows then typing cmd+enter will run that shortcut.
Look into 'cmd /k.' Make a shortcut to the exe that you're running, and then go into its properties. Instead of running the exe directly, use "cmd /k {exe}." ...