Windows 8 Run script on startup

10

4

Recently installed the Win8 RTM on my MacBook air and made a short AutoHotkey script to reverse the scrolling to be like MacOSX Lion.

My question is... how do you run a script at startup on Windows 8, since the startup folder has been removed?

Aidan

Posted 2012-08-18T08:17:21.937

Reputation: 103

Answers

9

The Startup folder still exists.

In order to quickly navigate to Startup folder, open Windows Explorer and input the following path in address bar with your user profile folder name, and then press Enter.

C:\Users\<User Profile folder name>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

Source: http://www.addictivetips.com/windows-tips/where-is-startup-folder-how-to-edit-startup-items-in-windows-8/

user3463

Posted 2012-08-18T08:17:21.937

Reputation:

5Another way to write this path would be: %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup This should work even if the user's profile folder is on a remote server, or Windows is installed on a different drive. – Jack M. – 2014-06-16T14:56:53.380

14

To open the Startup folder press Start-R, then enter: shell:startup

fviktor

Posted 2012-08-18T08:17:21.937

Reputation: 250

2Shell commands to access the special folders on Windows – fviktor – 2014-07-20T00:29:30.603

To clarify, if I paste an actual .bat file here, it won't run, but if I paste a shortcut to a .bat file, it will run? – stevec – 2019-07-10T11:56:35.017

2That's a heck of a shortcut. Are there any more like it? – Jack M. – 2014-06-16T14:57:21.647