An Easy Way To Run A Powershell Script On System Startup

An Easy Way To Run A Powershell Script On System Startup

If you have some apps which you open immediately every time you sign into your Windows account, it’s possible to configure these applications to launch automatically to get to them faster. On Windows , you can easily control app startup behavior via scheduled tasks or by placing shortcuts in the Startup folder or using Registry run key. Each method has advantages and disadvantages , for example creating a scheduled task is a bit complicated for novice users and involves many steps. There is a free and portable application that does the counted methods with one click. Below are details on how to use the software

How to Launch Apps and scripts During Startup on Windows

( You can watch the how to video which located at the end of the article)

Auto Start Tool

The Auto start tool v1.1 supports all scripts and software, One of the conveniences of the tool is that it supports powershell scripts (.Ps1) . this means that you can run a Powershell script automatically at system startup with all 3 methods.

1. Use scheduled task :

Allows you to start a software or script at system startup with the help of scheduled tasks , just clik on it and choose the file.

Use scheduled task

Then give Name the task to run at startup and use Ok button a popup window will show “when the user logs on “startchromebrowser” Task will run automatically” message then task manager will open to check the task existence.

Use scheduled task

To delete the Task you can right click the task and choose delete or you can use Delete the task Button on software GUI.

delete scheduled task

2. Add to Startup folder :

Automate the process of creating shortcuts to the Startup folder which you can do it manually by type shell:startup In Run.

Add to Startup folder

To delete it , open startup folder and right click the shortcut thats all
Note: Applications and scripts that require administrator privileges will not work with this method.

3. Use Run registry key :

This method allows you to automatically run software or scripts at system startup with the help of the Run key in the registry. click the button and Choose the file then “file will be executed on system start up” message will poppup.

Use Run registry key

To delete the startup file from registry use Delete the key button and choose the file again.

Auto Start Tool DOWNLOAD-1

Auto Start Tool DOWNLOAD-2

Auto Start Tool DOWNLOAD-3

Published on: Mar 2, 2022-23-03-2024





2 thoughts on “An Easy Way To Run A Powershell Script On System Startup”

  1. Thanks to the software that simplified the whole process I did in many manual steps and your site that helped me find this software.

    Reply

Leave a Comment