Windows 8 – Run Script on Startup

bootscriptwindows 8

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?

Best Answer

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/

Related Question