Reputation: 43
So I created this program to launch overwatch and chrome when i open it.
@echo off
start Overwatch.exe
start Chrome.exe www.youtube.com
timeout 2 > exit
Can I somehow make it run automatically after turning on my pc?
Upvotes: 4
Views: 31012
Reputation: 245
Here's the site you might want to look at:
https://www.computerhope.com/issues/ch000322.htm
Basically you want
Run a batch file at boot in Windows 8 and 10 users
Create a shortcut to the batch file.
Once the shortcut has been created, right-click the file and select Cut.
Press the Start button and type Run and press enter.
In the Run window, type shell:startup to open the Startup folder.
Upvotes: 9