472,353 Members | 1,660 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

How to launch an application at boot time?

I would like to run an application that I've built at boot time on Windows 10. I would like it to launch regardless of the user logging into the system.

How would i do this?
Nov 8 '20 #1
3 3440
Karen,

One of the best ways to do this is to use Task Scheduler that is built into the operating system.
  1. Open Start
  2. Search for Task Scheudle
  3. On the left you should see sub-window with a list of task folders.
  4. Right click the Task Scheduler folder and select New Folder
  5. Type a name for the folder. For Example, Startup Items
  6. Expand the "Task Scheduler Library" and select the Startup Items folder
  7. On the menubar, click on the Action Menu
  8. Select the Create Basic Task option
  9. In the Task Wizard you will start the process of creating your task

Check out Microsoft's docs to learn more about Task Scheduler
https://docs.microsoft.com/en-us/win...ler-start-page
Nov 8 '20 #2
Niheel
2,452 Expert Mod 2GB
Another option is to use the startup folder in Windows 10

Open the Run function dialog box by pressing the Windows key + R key simultaneously.

The All Users Startup Folder requires the following path:
Shell:common startup

The Current User Startup Folder requires:
Shell:startup

You can place the application you want to start in those folders and on boot the applications will load.
Nov 9 '20 #3
SioSio
272 256MB
Another way is to register it in the registry.

Start "regedit" from "RUN ..." in the start menu and add the application to the following registry key.

When applying to all users:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run

When applying to individual users:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curre ntVersion\Run

Specify the full path of the application you want to register in "New".
Nov 10 '20 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Konrad | last post by:
Hi How using VS.NET installer launch application after instalation? Thanks Konrad
0
by: Per Bergland | last post by:
After many woes, I finally managed to get a stack dump of my System Service (written in C#) that insists on crashing when launched at system boot...
1
by: Leonid Finis | last post by:
Hi, I’m trying to launch application after it was installed. I created a Windows App Deployment project. I added to “End” phase of “User...
5
by: Alexander Inochkin | last post by:
Hello. I have a working ASP.NET service. I am using .NET Framework 1.1; IIS V6.0. (web garden not used) When I change web.config file or load...
4
by: Frank Walsh | last post by:
Hi, I'm experiencing a problem when my asp.net 1.1 application starts. It appears that when the application has not been used for 12 hours or...
4
by: Joe | last post by:
I created a CustomAction for this but I don't think I have it in the right place. I tried both Install and Commit but neither allow it to get to the...
0
by: Bruceneedshelp | last post by:
My application starts logging and executes shell commands on startup. The application runs fine, except when it executes at boot time. In other...
2
by: JDeats | last post by:
When a user double clicks on file item in Windows Explorer, Windows tries to open the document with whatever application is related to it's file...
1
by: Visu | last post by:
Hi All! How to find the application idle time in VB.NET windows application? We can get the windows Idle time Private Declare Function...
3
by: rameshjumgam | last post by:
Hi i am running my shell script daemon, OS :Linux Linux cv-codc-embu 2.6.18-194.el5PAE #1 SMP Tue Mar 16 22:00:21 EDT 2010 i686 athlon i386...
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.