

This will create a new shortcut to your exe file. Also, you can drag and drop an executable file, but hold the Alt key presses while you are dragging it.Copy a shortcut to an app to this location to make it start with Windows 11.This shell command will open the Startup folder for you. Press Win + R on the keyboard and type shell:startup into the Run box.The folder is physically located at the following path: C:\Users\Your user name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup. The best way to add an app to the startup is to put its shortcut to the Startup folder. Using them, you can simply disable or enable auto-starting programs with a couple of clicks. Windows 11 have startup related options in Task Manager and Settings. Also, they can be used to auto-start apps for all users or for the current user only. These locations can also be used to prevent apps from running automatically. Most common places to make some app to start automatically are the Start menu's Startup folder, and Registry. If the program is not in your system PATH then be sure to add the full path name within the quotes.Manage Windows 11 Startup apps with Sysinternals Autoruns Add or Remove Startup Apps in Windows 11

It also allows you to easily specify more than one program to start on each weekday. This is easier than the Task Scheduler as it doesn't require going through the wizard for each task and only requires simple editing of one file. Set WshShell = CreateObject("WScript.Shell") This is based on this microsoft technet answer. To open your startup folder, open the Run window ( Win+R) and type shell:startup. To do that you can write a simple VBS script called something like "ExecuteByDayOfWeekOnStartup.vbs" and put it in your Startup folder. Task Scheduler can start a program by day of week OR login but does not appear to allow you to specify both. However, the OP appears to be asking how to start a program by day of week on login/startup.

If you want to use Task Scheduler to do this and your program doesn't need to start on login the steps would be the following: Win-> type Task Scheduler->Action->Create Basic Task ->Fill in Name-> Next->Weekly->Check day of week-> Next->Start Program->select Browse and select your program-> Next-> Finish As mentioned, in Windows 10, Task Scheduler can be used to schedule a program by day of week.
