logo
episode-header-image
Mar 2021
8m 29s

How to make a program start at every boo...

Scott Johnson
About this episode

Is there a particular program that you want to run automatically, every time you turn on your computer? Here’s how to make that happen.

 

What we’re talking about today is usually the OPPOSITE of how we discuss this topic. So many programs want to insert themselves into the “startup” process when they have no business being there. I’m constantly removing programs from automatically starting up every time the computer boots up, on client computers and even my own primary PC.

But what about if you actually WANT a program to run every time you turn on or restart your computer? In some situations, that might make sense.

Here’s an example.

A while back (actually it’s been 4 years ago now), I wrote about a program that checks the health of your hard drive. It’s called Crystal Disk Info. Once it’s installed, you can run it whenever you want just to check your hard drive.

For me, I like to check my hard drive regularly – ideally, that would be every time I boot up the computer or restart it. And that is exactly what happens, using the following process.

When you install Crystal Disk Info, it creates a shortcut icon on the desktop.

Then, you hold down the Windows key and tap the letter “r”. That will open a little window with a space to type an instruction. You will type:

shell:startup 

and click OK.

 

That will open a new window. Now, you can just drag (or copy/paste) the Crystal Disk Info shortcut icon into that window. Done!

And you can check it by just restarting your computer. When you get back to Windows, you’ll see Crystal Disk Info pop up and give you your hard drive health report, which should look something like this:

 

Now you can close that window and get on with your work or whatever you need to do. It will show up every time you boot up or restart your computer.

If you want to remove anything from that shell:startup list, just open it up, right click on the item to be removed, and choose Delete.

So whatever program you want to run at each bootup, that’s the process you use.

The post How to make a program start at every bootup first appeared on The Computer Tutor.
Up next
Nov 2021
386 The Norton and McAfee billing scam
I’m still seeing a LOT of these showing up, and clients still contact me to see if they are legitimate. Here’s how to identify this scam. There’s a good chance you’ve gotten one of these emails at some point over the past several months. The scammers have been sending out a LOT o ... Show More
8m 26s
Nov 2021
385 How to download all of your Google Photos images
Do you have all your photos automatically saved to your Google Photos account? What if you want to download all those photos and save them to your computer? Here’s how. Storing all of your photos on Google Photos is a good thing. It’s kind of like an automatic backup for the phot ... Show More
8m 13s
Oct 2021
Blocking Windows 11 from coming in
If your computer is currently running Windows 10, like most Windows computers currently are, there’s a new major update that’s just been released – it’s Windows 11. It’s not something you want yet. For quite some time, Microsoft said that the last version of Windows would be Wind ... Show More
9m 10s
Recommended Episodes
Apr 2025
Intermediate | Computer Problems and Tech Support
We've all been there: you're in the middle of a big project, you're about to save, and... nothing. Your computer is frozen. Nothing to do but shout in anger and beg the tech. department to come over and see what the bigger problem is. A virus? A hardware issue? Tune i ... Show More
13m 51s
Aug 2024
How to Choose The Right Quest
Today, we'll talk through how to identify and pursue the big, consequential ideas - what we'll call Quests. We go through how to identify them, how to wrap our arms around them, and what to do when you (inevitably) feel intimidated. We'll do it with a little help from the 90 Yard ... Show More
25m 45s
Sep 2024
Episode 259: EwK259 - 8 things that can prevent us from starting new projects
September can be a time for new beginnings, although really, we don't need to wait for a certain month to start something new. Still, lots of people are talking about new plans and ideas at the moment and it got me thinking... Some people just get an idea and run with it. For oth ... Show More
17m 49s
Oct 2022
EP 256 // Two Morning Routines To Try This Fall For A More Productive Day As A Work From Home Mom
As the seasons change, our schedules begin to change too. Sometimes when things get busy and we start to fill up our days with different things that we haven't had on our plates from before, the first thing that we think should go is that morning routine. What we want you to walk ... Show More
24m 29s
Sep 2022
5 Tips to Trick Your Mind into Overcoming Procrastination
[[:encoded, "Mind over matter, right? Sometimes, that’s easier said than done. When we’re faced with a laundry list of to-dos and with not enough time in the day, it can be easier to distract ourselves and push things off to the next day. And when more items get added to our list ... Show More
8m 58s
Jul 27
#straightfromcait: How to Change The Habit That Is Keeping You Stuck
Burnout Recovery works better with support. UNFRIED is our small group (5 people max!) coaching program to help guide you through your recovery. Apply now! [http://bit.ly/unfried]Cait Donovan is back with a #straightfromcait episode that gets real about something most of us wrest ... Show More
8m 6s
Jul 2024
The Before We Get Started (rebroadcast)
Hey team, I’ve recently been thinking about task initiation a lot, but while working on the first draft of this episode, I realized that there were a few ideas that were important to explore first. So in this episode, we’re going to be exploring some ideas of executive dysfunctio ... Show More
12 m
Jun 2025
Intern Bootcamp: The First Day
RE-RELEASE This was first published in 2023 but it's so good we are running it back! Buckle up, PGY-1’s! Intern year is starting whether you’re ready or not. Don’t fret, BTK has your back to make sure you dominate the first year of residency. First up, the first day of intern yea ... Show More
15m 43s
Mar 2023
The Startup World in Generative AI! With Or Gorodissky, VP of R&D at D-ID - What's AI Podcast Episode 6
This is an interview with Or Gorodissky, VP of R&D at an amazing generative AI startup called D-ID. This was my first-ever interview! I hope you will still enjoy this mini-series put together and take some good bits of advice out of it... The first part of this interview focuses ... Show More
1h 2m
Sep 2024
When do you use threads?
Fundamentals of Operating Systems Course https://os.husseinnasser.com When do you use threads? I would say in scenarios where the task is either 1) IO blocking task 2) CPU heavy 3) Large volume of small tasks In any of the cases above, it is favorable to offload the task to a thr ... Show More
31m 8s