Geeks in Phoenix

Geek Blog


Five things you can do to maintain your Windows 10 or Windows 11 computer

We all want to keep our computers running smoothly, but to do that, we need to perform maintenance periodically. So here are five (5) things you can do to keep your Windows 10 or Windows 11 computer running smoothly.

Five things you can do to maintain your Windows 10 or Windows 11 computer

If you are anything like me, you expect your computer always to be running at 100%, ready to work at a moment's notice. And it is possible to get that level of performance, but it does require regular maintenance.

I use all of the procedures outlined in this article on average of once a month, and I will usually perform these tasks at the end of the workday or on the weekend. That way, I minimize the loss of production time.

Check for corrupt system files

This is the first thing I do when I notice a system not running normally. If fact, this is one of the first things we do when a Windows-based computer comes into the shop. With the number of system files Windows uses, file corruption is quite common.

Check Windows 10 system files with System File Checker

How to check and repair system files in Windows 11

Check for drive errors

The next thing I do is check for errors in the file system. Just like scanning for corrupt system files, checking the rest of the files and folders on the drive is essential. A quick check every month is excellent preventative maintenance.

How to check your drive for errors in Windows 10

How to check your drive for errors in Windows 11

Clean up unnecessary Windows folders and files

Now that we have checked for system/file errors on the drive, let's start cleaning up the unnecessary files that accumulate. A couple of different programs built into Windows can do a great job of cleaning up Windows 10 or Windows 11.

Clean up Windows 10 with Disk Cleanup

Clean up your Windows 10 computer using the Storage feature

Clean up Windows 11 with Storage Sense and Disk Cleanup

Clear out your browser cache

Once we clean up all of the miscellaneous Windows files, we need to clean up our browser(s). Internet browsers, like Google Chrome and Microsoft Edge, use a cache of websites they have visited to speed up browsing.

But the problem is the browsers do not empty the cache automatically, so left unattended, a browser cache can become extremely large. Periodic clearing of your browser cache is highly recommended.

There is a benefit to cleaning out your browser cache; you will be removing any old website data. This can help if you have difficulty logging into a website, as any saved website data will be purged.

How to clean up and reset Google Chrome

How to clean up and reset Mozilla Firefox

How to clean up and reset Microsoft Edge

Defragment and optimize your drive

And finally, after checking for errors and cleaning up files, we need to ensure that the files and folders are in their correct location. If you use the advanced way of running Defrag, you can optimize the boot performance.

How to defragment and optimize your drive in Windows 10

How to defragment and optimize your drive in Windows 11

Clean up Windows 11 with Storage Sense and Disk Cleanup

Are you running out of free space on your Windows 11 computer? Or maybe you would like to clean up all the clutter that can build up over time? If so, here is how to clean and free up space on Windows 11 using Storage Sense and Disk Cleanup.

Clean up Windows 11 with Storage Sense and Disk Cleanup

Windows 11 has two (2) built-in programs that you can use to clean up Windows 11; Storage Sense and Disk Cleanup. They both have similar features, and they both can be run manually or automatically.

Note: Both of these programs will permanently delete files on your computer, so you need to be careful what you decide to clean up. Remember, once you delete a file or files with either one of these programs, you cannot get them back.

Storage Sense

The Storage Sense feature inside of Windows 11 Settings

Storage Sense is relatively new, as it first appeared in Windows 10 version 1809. It is relatively simple to use, as it only has a few settings that you can change.

Storage Sense can be run automatically when your computer starts to run out of free space or every day, week, or month. It can delete files in your Recycle Bin and Downloads folder based on how long those files have been there. You can run Storage Sense manually too.

How to open Storage Sense in Windows 11

  1. Left-click on the Start Windows logo key button to bring up the Start menu.
  2. In the list of pinned apps on the Start menu, left-click on Settings.
  3. Scroll down the right-hand column and left-click on Storage.
  4. In the right-hand column, left-click on Storage Sense.

Disk Cleanup

The Disk Cleanup program inside of Windows 11

Disk Cleanup has been inside Windows for some time now and has far more options for cleaning up Windows 11. And there are two (2) ways to run Disk Cleanup, which I refer to as Standard and Advanced.

Disk Cleanup can clean up user and system files, ranging from the Recycle Bin and temporary Internet files for users to Windows Update and thumbnails for the system.

The Standard way to run Disk Cleanup

  1. Left-click on the Start button Windows logo to bring up the Start menu.
  2. In the upper right-hand corner of the Start menu, left-click on All apps.
  3. Scroll down the list of programs and left-click on Windows Tools.
  4. Left-click on Disk Cleanup.

or

  1. Open File Explorer using one of the following:
    • Left-click on the File Explorer icon (manilla folder) on the Taskbar.
    • Press the Windows logo key Windows logo + E at the same time.
    • Use the Power User menu by right-clicking on the Start Windows logo button and selecting File Explorer.
  2. In the left-side column, left-click on This PC.
  3. In the right-side column, right-click on the drive you want to optimize and select Properties.
  4. On the General tab, left-click on the Disk Cleanup button.

If you started Disk Cleanup from the Windows Tools shortcut and have more than one (1) drive inside your computer, you may be prompted for which drive you want to clean up.

From the dialog box that appears, you will see a list of user files that can be deleted. If you are looking to clean up your user profile, select the files you want to delete and left-click on the OK button.

If you want to clean up system files, then left-click on the Clean up system files button. If this is the drive with Windows installed on it, you will have several more file options to choose from. Select the files you want to clean up and left-click on the OK button.

The Advanced way to run Disk Cleanup

Using the advanced way of starting Disk Cleanup will give you all of the user and system settings options. And you can also use Task Scheduler to run the advanced Disk Cleanup settings on a schedule you set.

The first thing you need to do is open a Command Prompt with Administrator privileges. Note: The full name of Disk Cleanup is cleanmgr.exe, but you only need to use cleanmgr in the Admin Command Prompt.

How to open a Command Prompt with Administrator privileges in Windows 11

In the Admin Command Prompt, type the following and then press Enter.

cleanmgr

This will start Disk Cleanup, just like starting it from the Windows Tools shortcut. But you can use command-line switches to get all of the options (user and system). You can use several different command-line switches with cleanmgr, but you will only need to use two; /sageset:n and /sagerun:n.

cleanmgr /sageset:n

/sageset:n - This switch displays the Disk Cleanup settings dialog box and creates a registry key to store the settings you select. The n value is stored in the registry and allows you to specify different tasks for Disk Cleanup to run. The n value can be any integer value from 0 to 65535. To get all the available options when using the /sageset switch, you may need to specify the drive letter that contains the Windows installation.

cleanmgr /sagerun:n

/sagerun:n - This switch runs the specified tasks assigned to the n value using the /sageset switch. All drives in the computer will be enumerated, and the selected profile will be run against each drive.

How to create a Scheduled Task to run Disk Cleanup

First, you will need to have created a preset configuration using the /sageset:n switch. Then open Task Scheduler and create a new task.

  1. Left-click on the Start button Windows logo to bring up the Start menu.
  2. In the upper right-hand corner of the Start menu, left-click on All apps.
  3. Scroll down the list of programs and left-click on Windows Tools.
  4. Left-click on Task Scheduler.
  5. In the right column labeled Actions, select Create Basic Task. The Create a Basic Task Wizard will appear.
  6. Give the task a name and description, and then select Next.
  7. Select when you want it to run (trigger).
  8. When prompted for what task you want to perform, select Start a program, then select Next.
  9. When prompted for a program/script to start, select Browse and navigate to C:\Windows\System32\ and select cleanmgr.exe.
  10. In the Add arguments section, type /sagerun:n and then select Next.
  11. Then select Finish, and you're all set.

You can also create a shortcut with the cleamgr /sagerun:n command, that way, you can run it manually whenever you want.

Clean up your Windows 10 computer using the Storage feature

Have you ever gotten a low disk space warning on your Windows 10 computer? Do you wish you could quickly and easily clean up the unwanted temporary files and the recycle bin? If so, look no further than the Storage feature inside of Windows 10.

Clean up your Windows 10 computer using the Storage options

For years now, I have been using the Disk Cleanup program inside of each version of Windows. It has been an easy way to clean up the junk (temporary files, Internet cache, recycle bin, etc.) that can build up in Windows.

But finding the Disk Cleanup program to run it can be a little tricky. There are multiple ways to run it when you find it, which can get confusing for a novice computer user.

Thankfully, Microsoft has integrated most of the functionality of Disk Cleanup into the Storage feature inside the Windows 10 Settings program. And getting to the Storage feature could not be any easier.

The Storage feature inside of Windows 10 Settings

How to get to Storage feature in Windows 10

  1. Left-click on the Start Windows logo menu and left-click on the Gear (Settings) icon. It should be the second icon up from the bottom.
  2. Left-click on the System category
  3. In the left-hand column, left-click on Storage. All of the storage options will appear in the right-hand column.

Note: All files removed using the Storage feature are permanently deleted, so be careful what files you choose to delete. Remember that once you delete a file, it is gone for good.

There are two (2) sections under the Storage area. The first is Storage Sense, with only a slider switch to turn it on or off and a button to bring up the configuration page.

Introduced in Windows 10 version 1809, Storage Sense is a simple 'Set and Forget' utility that can automatically clean out files you do not need anymore, like files in your Downloads folder and the recycle bin.

Storage Sense can automatically clean out a user's Downloads folder and recycle bin on a preset schedule. You can set it up to run automatically every day, every week, every month, or only when you start to run out of free disk space. You can also run it manually whenever you need to free up some disk space quickly.

The second section is part of the Storage Reserve. Storage Reserve allocates space to facilitate proper performance and successful updates to Windows 10. This section lists the drives currently attached to your computer and how that storage is being distributed. That includes all fixed or removable HDDs, SSDs, and USB external drives.

Every drive has a status bar that shows the used / free space. Below the drive status bar, you will find the categories of different types of files that can be safely deleted. You may have to click on the 'Show more categories' button to view all available categories.

The list of categories is pretty extensive, so it may take some time to go through each one. The categories range from system & reserved, apps & features, and all of the special folders (Desktop, Documents, Downloads, Music, Pictures, and Videos).

Each category has also has a status bar that shows how much space those particular files are taking up. When you click on a category listed under a drive, you will be taken to another page with more options for that category.

Now when you click on the Temporary files category, you will be presented with a selection of options of which files you want to clean up. These are similar to the categories used in Disk Cleanup.

Remember that the majority of the items listed under Temporary files can be safely deleted. You may not want to remove all the files you have in your Downloads folder, so you might think about cleaning that folder up manually with File Explorer.

Also, if you choose the Windows Update Cleanup option, the clean-up process will happen the next time you reboot your computer. So be prepared for a longer boot time the next time you restart your computer.

How to quickly free up space on your hard drive

Are you getting a low disk space warning in Windows? Or maybe you have been prompted to delete a previous version of Windows to gain some disk space? If so, here's how to quickly free up space on your drive.

How to quickly free up space on your hard drive

We have all been there. You are working along, and all of a sudden, a little dialog box pops out and tells you that you are low on disk space. It used to happen a whole lot more years ago when drives were smaller. But it is scary when it does pop up.

Disk Cleanup

Disk Cleanup user options in Windows 10

Now one way to free up some disk space quickly is to use the built-in Disk Cleanup utility. If you click on the Low Disk Space warning, it brings up Disk Cleanup with default settings.

The default settings for Disk Cleanup are pretty good and will do the job. But there are more advanced settings that can clean up even more files; you have to know how to get to them. You can also run Disk Cleanup as a Scheduled Task. Check out the links below.

Clean up Windows 7 with Disk Cleanup
Clean up Windows 8.1 with Disk Cleanup
Clean up Windows 10 with Disk Cleanup

Manually delete temporary files

The Run dialog box inside of Windows 10

If you are looking to delete the temporary files/folders quickly on your computer, here's a down-and-dirty quick way to do it. All you have to do is bring up a Run dialog box.

How to open a Run dialog box

All versions of Windows:
On the keyboard, press the Windows logo key Windows logo key + R

Windows 8, Windows 8.1, and Windows 10:
Right-click on the Windows logo Windows logo key on the Start Menu or press the Windows logo key Windows logo key + X and then select Run

In the Run dialog box that appears, cut and paste or type either:

  • %temp%
    (user temp folder)
  • %systemroot%\temp
    (system temp folder)
and then select OK. If you get a prompt telling you that you do not currently have permission to access the folder, click on the Continue button. File Explorer will open and display the contents of that folder.

Now highlight one of the files and then press the CTRL + A keys at the same time to select all of the files/folders. Right-click on them and select Delete. If you get a prompt about permanently deleting the files, left-click on Yes. If you get a prompt telling that a file is still in use, make sure the Do this for all current items checkbox is selected and then left-click on Skip.

Turn off hibernation

Turn of hibernation

If you still need to free up some space, you can disable hibernation and delete the hilberfil.sys file. That should give you a few more gigabytes of free space. You will need an administrative command prompt to run these.

How to open a Command Prompt with Administrator privileges in Windows 7
How to open a Command Prompt with Administrator privileges in Windows 8
How to open a Command Prompt with Administrator privileges in Windows 10

Once you have an administrative command prompt open, just cut and paste or type the following into it:

  • powercfg.exe /hibernate off
    (turn off hibernation)
  • powercfg.exe /hibernate on
    (turn on hibernation)

Graphic Visualization Tools

Now when it comes to finding large files or folders, nothing can beat an excellent visual treemap. Instead of the usual file/folder data like you see in File Explorer, a graphic visualization tool shows file/folder information using blocks. The larger the square, the bigger the file/folder.

SpaceMonger version 1.4.0

Years ago, I started using a graphic visualization tool when I had a client that all of the desktops began running out of disk space. Using a visualization tool, I found the network deployed anti-virus clients were downloading new virus definitions, but they were not deleting previous versions.

Now there are a couple of different graphic visualization tools out there. I first started using SpaceMonger but have since moved over to SpaceSniffer. It does not require any installation (unzip and go) and is entirely free (but donations are recommended).

SpaceSniffer Version 1.2.0.2

Now right out-of-the-box SpaceSniffer can be a bit overwhelming with all of the information it provides. But with a couple of changes to the configuration, SpaceSniffer can open up just the way you like.

Now be careful not to go crazy and start deleting folders/files in the Windows folder. I know that it is one of the largest folders on the C: drive, but resist the urge to delete anything inside of the Windows folder. I would focus on the size of the user(s) folders/files. For more information on SpaceSniffer and how to use it, follow the link below.

SpaceSniffer, find lost disk space the easy way

Clean up Windows 10 with Disk Cleanup

There are a lot of programs out there that can clean up your Windows 10 computer. But did you know that one of the best ones comes with Windows 10? Here's how to clean up your Windows 10 computer with Disk Cleanup.

Clean up Windows 10 with Disk Cleanup

Disk Cleanup has been included with Windows since Windows XP and is part of my regular scheduled maintenance. Disk Cleanup can be run two (2) different ways and can have three (3) different sets of options. The first way to run it is from any of the shortcuts built into Windows (Start menu or disk properties). When you use a built-in shortcut, you will have two (2) different sets of options, user and system.

Disk Cleanup user options in Windows 10
Disk Cleanup user options in Windows 10
Disk Cleanup system options in Windows 10
Disk Cleanup system options in Windows 10

When you run Disk Cleanup with user options, you can clean up user-specific files such as downloaded program files, temporary Internet files, and the recycle bin. With system options, you can also clean up Windows system files like Windows temporary files, device driver packages, and previous installations of Windows, just to name a few.

Disk Cleanup command line options in Windows 10
Disk Cleanup command line options in Windows 10

Disk Cleanup can also be run using command line switches. When you do this, you get the maximum options available. But you will have to run it at an administrative command prompt to configure these options. These options include all user and system options plus a few more, like old chkdsk files, Windows Update Cleanup, and Windows ESD installation files.

How to run Disk Cleanup from the Start menu

  1. Left-click on the Start Windows logo button.
  2. Scroll down to Windows Administrative Tools and left-click to expand.
  3. Left-click on Disk Cleanup. If you have more than one (1) drive, you will be prompted on which drive you want to clean up.

Disk Cleanup will scan your system for files that it can remove and open with the available user options. You can now choose which user files you would like to delete. To activate the system options, you will need to select Clean up system files in the lower left-hand corner. When you do this, Disk Cleanup will close and rescan your computer.

This time Disk Cleanup will now include system files that can be removed. It will also have a second tab on top called More Options. Under More Options, you will find other options, Programs and Features and System Restore and Shadow Copies.

Programs and Features will take you to the Control Panel, where you can uninstall programs or add/remove Windows features. Selecting System Restore and Shadow Copies will delete all but the most recent restore point. Use this carefully, as you cannot get back any restore points once they are deleted.

How to run Disk Cleanup from an administrative command prompt

You can run Disk Cleanup with or without command-line switches. When you run Disk Cleanup without any switches, it opens with the system options selections. When you run it with switch /sageset:n, you will get even more options than the system settings.

The first thing you will need to do is open an Administrative Command Prompt.

How to open a Command Prompt with Administrator privileges in Windows 10

Then type the following into the command prompt to run Disk Cleanup.

cleanmgr

Disk Cleanup can also be used with command-line switches, further expanding on its features. And when used with the /sageset:n and /sagerun:n switches, you can save multiple configurations that can be used in a shortcut or as a scheduled task. Here's an explanation of the /sageset:n and /sagerun:n switches.

cleanmgr /sageset:n

/sageset:n - This switch displays the Disk Cleanup settings dialog box and creates a registry key to store the settings you select. The n value is stored in the registry and allows you to specify different tasks for Disk Cleanup to run. The n value can be any integer value from 0 to 65535. To get all the available options when using the /sageset switch, you may need to specify the drive letter that contains the Windows installation.

cleanmgr /sagerun:n

/sagerun:n - This switch runs the specified tasks assigned to the n value by using the /sageset switch. All drives in the computer will be enumerated, and the selected profile will be run against each drive.

How to run Disk Cleanup as a Scheduled Task

First, you will need to have created a preset configuration using the /sageset:n switch. Then open Task Scheduler and create a new task.

  1. Left-click on the Start Windows logo button.
  2. Scroll down to Windows Administrative Tools and left-click to expand.
  3. Left-click on Task Scheduler.
  4. In the right column labeled Actions, select Create Basic Task. The Create a Basic Task Wizard will appear.
  5. Give the task a name and description and then select Next.
  6. Select when you want it to run (trigger).
  7. When prompted for what task you want to perform, select Start a program, then select Next.
  8. When prompted for a program/script to start, select Browse and navigate to C:\Windows\System32\ and select cleanmgr.exe.
  9. In the Add arguments section, type /sagerun:n and then select Next.
  10. Then select Finish, and you're all set.

Free computer diagnostics

Repairing a PC can sometimes be expensive, and that is why we offer free basic in-shop diagnostics. Give one of our professional and experienced technicians a call at (602) 795-1111, and let's see what we can do for you.

Check out our reviews

Geeks In Phoenix LLC, BBB Business Review

Customer service is #1

Here at Geeks in Phoenix, we take pride in providing excellent customer service. We aim to give the highest quality of service  from computer repair, virus removal, and data recovery.

Bring your computer to us and save

Repairing a computer can be time-consuming. That is why we base our in-shop service on the time we work on your computer, not the time it takes for your computer to work! From running memory checking software to scanning for viruses, these are processes that can take some time.

Contact us

If you have any questions, please feel free to give us a call at (602) 795-1111  and talk with one of our Geeks. Or you can send us a message from our contact page contact page , and one of our Geeks will get back to you as soon as possible. Or you can stop by and see us. Here are our hours and location.

Like Geeks in Phoenix on Facebook

Follow Geeks in Phoenix on Twitter

Watch Geeks in Phoenix on YouTube