-1

I need to run a certain script each time Windows goes up.

How could I execute it when starting Windows (that is, in boot)?

Pointer
  • 352

1 Answers1

3

Put a shortcut to the script in your Start Menu, Startup folder.

https://scottiestech.info/2015/10/23/where-is-the-startup-folder-in-windows-10/

Press Winkey R (or otherwise open Run window). Type shell:startup. Click OK button. Drag a shortcut to it.

Pointer
  • 352