Geeks in Phoenix

Geek Blog


Things to do before and after upgrading your computer to Windows 11

Are you planning on upgrading from Windows 10 to Windows 11? Before you do, there are a few things you should do to ensure a smooth transition. In this article, we'll look at a few things to do before and after upgrading your computer to Windows 11.

Things to do before and after upgrading your computer to Windows 11

Before upgrading to Windows 11

Check hardware compatibility

This is the first thing you need to do. Windows Update will typically prompt you to upgrade Windows 10 to Windows 11 if it sees that your computer has a Trusted Platform Module (TPM) version 2.0 enabled. This is the only hardware requirement that has changed between Windows 10 and Windows 11.

If your computer was built after 2018, it more than likely has a TPM 2.0 component. The problem is that manufacturers disabled the TPM prior to the release of Windows 11, as they felt it was not required for Windows 10, so why have it enabled by default?

So, computers built between 2018 and 2021 have a TPM 2.0 component included but not enabled. To enable the TPM 2.0 component, you will need to turn it on inside your system's BIOS (Basic Input/Output System). A quick check inside Windows 10 will tell you if the TPM component is enabled and what version it is.

Using a Run dialog box (Windows logo key Windows logo+ R) or Search box (Windows logo key Windows logo + S), you can check the status of the TPM component inside your system. Just type TPM.MSC into a Run dialog box and select OK, or type TPM.MSC into a Search box and choose tpm.msc Microsoft Common Console Document.

TPM status inside of Windows 10

When the TPM Management console opens, it should display the TPM's status and version. If you get a message stating that a compatible TPM cannot be found and your computer was manufactured between 2018 and 2021, you should check the website of the manufacturer of your computer/motherboard for a user manual to find instructions on how to enable the TPM.

Geek tip: If you ever have to replace the CMOS battery in your computer, the BIOS can reset itself to factory defaults. If the factory defaults had the TPM turned off, then things like Bitlocker drive encryption will not work correctly.

Check your drive for errors

You should definitely check the drive that has Windows installed on it for errors. You want to make sure the folders and files contained on it aren't damaged. There is nothing worse than getting halfway through the upgrade process only to get an error that causes the upgrade to fail.

How to run a standard disk check in Windows 10

  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 check and select Properties.
  4. Left-click on the Tools tab.
  5. Under Error checking, left-click on Check.
  6. Left-click on Scan drive.

If you want to run an advanced disk check, follow the link below.

How to check your drive for errors in Windows 10

Backup your computer

As the old saying goes, "It's always better to be safe than sorry," and this couldn't be more true when it comes to your computer. Having a good 'bare metal' backup is essential when it comes to an operating system upgrade.

Yes, 99.99% of the time, nothing goes wrong with an in-place upgrade, but there is always the possibility. A full backup will definitely bring a greater degree of safety to the whole upgrade process.

Backup your files with File History and Windows Backup in Windows 10

If you decide to do a full 'bare metal' backup, you will definitely want to create a recovery drive just in case.

How to create a recovery drive in Windows 10 and Windows 11

Clean up the junk

Whether or not you upgrade your operating system, giving it a good cleaning can do wonders for your computer's performance, not to mention making the upgrade process a little bit simpler.

Removing temporary folders and files, emptying the recycle bin, and clearing out your downloads folder are just a few ways to prepare your computer before upgrading to Windows 11. Windows 10 has two (2) different programs built in to help with cleaning out junk.

Clean up your Windows 10 computer using the Storage feature

Clean up Windows 10 with Disk Cleanup

Uninstall unnecessary programs/apps

Over time, you may have installed programs that you no longer use. Before upgrading to Windows 11, it's a good idea to uninstall any unnecessary programs to free up space on your computer. This can also speed up the upgrade process and ensure Windows 11 runs smoothly.

How to uninstall a program or app 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 Apps category.
  3. In the right-hand column, you will find a list of installed programs (App & features).
  4. Scroll down the list of apps and left-click any program you would like to remove, and select Uninstall.

Uninstall or disable your anti-virus

If you are using any anti-virus program other than Microsoft Windows Defender, you should disable or remove it before upgrading to Windows 11. I have seen anti-virus programs slow down an upgrade and even cause it to fail.

You can save yourself a headache or two by at least disabling your anti-virus software. Although uninstalling is the best option, disabling should work just as well.

Upgrade to Windows 11

So, if you haven't yet been prompted to upgrade to Windows 11 through Windows Update and your computer has a TPM 2.0 component enabled, you can manually upgrade your computer using the Windows 11 Installation Assistant. Just download it and run it.

Windows 11 Installation Assistant

After upgrading to Windows 11

Now that you have a new operating system, you will want to ensure you have all of the latest and greatest drivers for the components inside your computer. First, you should check for driver updates on the website of your computer or motherboard manufacturer. After that, if you have a dedicated graphics card, you should look for updated drivers for it. This will help ensure that your computer runs Windows 11 smoothly and efficiently.

How to repair the Start menu inside of Windows 11

The Start menu has been an essential component of Windows since Windows 95, helping users navigate the various programs and features. But what do you do when it does not work? Here is how to repair the Windows 11 Start menu.

How to repair the Start menu inside of Windows 11

You only realize how much you depend on the Start menu once it does not work correctly. And trying to fix it without being able to access any of the apps on it is hard. But there are ways to get to the tools required to fix the Start menu.

In this article, I want to show you some of the different things you can do to fix a broken Start menu in Windows 11. Most of the apps required for the following procedures can be found in the Control Panel under Windows Tools.

Since the Start menu is not functioning correctly, you must use an alternative way of getting to the Control Panel. Here is the easiest and fastest way to get there.

  1. Open a Run dialog box by pressing the Windows logo key Windows logo key + R (click here for more ways to open a Run dialog box).
  2. Type in Control and then left-click on OK.
  3. If viewing the Control Panel by Category, left-click on System and Security, then left-click on Windows Tools. If viewing by Large/Small Icons, left-click on Windows Tools.

Now that you have access to the Windows Tools, let's start with the solution that works most of the time, the PowerShell script.

Use PowerShell to repair the Windows 11 Start menu

1. In the Windows Tools folder, right-click on the Windows PowerShell shortcut and select Run as Administrator from the context menu that appears.

2. Copy and paste the following script into the Powershell prompt and press Enter.

Get-AppxPackage -AllUsers Microsoft.Windows.ShellExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

If you get an error message stating the action could not be performed because the ShellExperienceHost is running, copy and paste the following script and press Enter to end the ShellExperienceHost task.

taskkill /ID ShellExperienceHost.exe /F

Then rerun the first script.

3. You must restart your computer for the changes to take effect. Since the PowerShell is open, copy and paste the following into the Powershell and press Enter to restart your computer immediately.

shutdown.exe -r -f -t 00

Check your drive for errors

If the Start menu is still not working correctly after running the PowerShell script, it may be time to check your drive for errors. There are several ways to run a disk check, but the easiest way is through File Explorer.

  1. Press the Windows logo key Windows logo + E keys simultaneously to bring up 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 check and select Properties.
  4. Left-click on the Tools tab.
  5. Under Error checking, left-click on Check.
  6. Left-click on Scan drive.

For all of the different ways to run a disk check, check out 'How to check your drive for errors in Windows 11'.

Check for corrupt system files

If the Start menu is still not working, you might want to check for corrupt system files. To run the System File Checker (SFC), you must use either a Command Prompt or PowerShell with administrative privileges. Open the Windows Tools folder, right-click on the Command Prompt or Windows PowerShell shortcut, select Run as Administrator from the context menu, Copy and paste the following into it, and then press Enter.

SFC /SCANNOW

If the scan finds corrupt files and fixes them, restart your computer. If it finds errors but cannot fix them, check out our article 'How to check and repair system files in Windows 11' for more in-depth ways to repair system files.

Repair Windows 11 with an in-place upgrade

If all else fails to fix the Start menu, performing an in-place upgrade might be the thing to do. I have seen in-place upgrades fix some of the most annoying problems with Windows. Check out our article 'How to perform a repair upgrade of Windows 11'.

Reset Windows 11

This would be the last resort to getting the Start menu running correctly again. The following article, 'How to reset Windows 11', will guide you through the steps you must take to reset Windows 11.

How to manually upgrade Windows 10 to Windows 11

Are you thinking about upgrading your computer from Windows 10 to Windows 11? Does your computer meet the Windows 11 hardware requirements? If you answered yes to both questions, consider performing a manual in-place upgrade from Windows 10 to Windows 11.

How to manually upgrade Windows 10 to Windows 11

Upgrading Windows has never been a really popular undertaking, but rather a chore that we put off as long as we can. In the corporate IT world, you usually do not deploy a new operating system until the second version is released.

The reasoning behind waiting for the second version is that all of the major bugs should be worked out by then. And it also gives software developers more time to perfect their software for Windows 11.

With the release of Windows 11 22H2, we now have the second version of Windows 11, which should be ready for the corporate environment. And if it is good enough for corporate, it should be good enough for you and me.

Microsoft recommends using Windows Update to perform the upgrade, but some people like myself want to decide when it will happen. I don't particularly appreciate getting an alert from Windows Update about an update waiting to be installed, only to find out that it is to Windows 11 (it has happened twice to me now).

When I started working with computers, upgrading your version of Windows was an all-day ordeal. Insert the floppy disk, read the floppy disk, eject the floppy disk, and repeat until complete. I still have the thirteen (13) floppy disks for upgrading to Windows 95.

Yes, in the past, upgrading the versions of Windows has been tedious. At least the process has gotten a little easier, but the steps to getting there are still the same. I still follow the same procedures upgrading Windows now as I did years ago; check for hardware compatibility, backup the drive that contains Windows, clean up Windows, check the Windows drive for errors, and then upgrade.

Since Windows 11 was built on the code of Windows 10, all of the programs you have currently installed in Windows 10 should work perfectly fine in Windows 11. But remember that there may be apps presently installed that you would not be able to reinstall on Windows 11, Quickbooks 2021, and earlier versions, for example.

Consider taking note of a few things that have changed in Windows 11 before upgrading. If you use pinned apps/websites or tablet mode, these features have been removed from Windows 11.

Check for hardware compatibility

The PC Health Check app running on Windows 10

The minimum hardware requirements for Windows 10 and Windows 11 are similar but do have differences. The significant hardware requirement for Windows 11 is TPM (Trusted Platform Module) version 2.0. If your computer was manufactured between 2018 and now, it probably has TPM 2.0 and may need to be enabled. Motherboard manufacturers disabled this feature by default before the release of Windows 11.

Since then, manufacturers now enable TPM by default. If your computer fails the PC Health Check (link below), and is only a couple of years old, check with the manufacturer of your system/motherboard on how to enable the TPM, as each platform uses a different name for TPM (Intel has PTT, AMD has fTPM) .

Also, if your computer has less than 4 GB of memory or is running a 32-bit version of Windows 10, you will not be able to upgrade to Windows 11. A good rule of thumb is that any computer built before 2018 will not be compatible with Windows 11.

To be on the safe side, Microsoft has a tool called PC Health Check that you can use to check Windows 11 compatibility. Once you verify compatibility, you can proceed to the next step.

PC Health Check

Backup your Windows 10 drive

The Backup and Restore app running on Windows 10

As I said before, the upgrade from Windows 10 to Windows 11 is pretty simple, but you never know what can happen. So as the old saying goes, "An ounce of prevention is worth a pound of cure," so backing up the drive where Windows 10 is installed is suggested but not required.

Backup your files with File History and Windows Backup in Windows 10

Clean up Windows 10

The Disk Cleanup app running on Windows 10

A little general cleaning is highly recommended to help to ensure nothing goes wrong with the upgrade and to facilitate a faster upgrade process. Clearing out temp files, Internet caches, and Windows Update can also free up some disk space.

Clean up your Windows 10 computer using the Storage feature

Clean up Windows 10 with Disk Cleanup

Check your Windows 10 drive for errors

A quick check of the disk with Windows installed on it is recommended to ensure the upgrade goes without any problems. It is better to find any errors now instead of during the upgrade. Remember, taking a few minutes now to check the drive can save you from having to use the backup you created earlier.

How to check your drive for errors in Windows 10

Upgrade Windows 10 to Windows 11

Windows 10 upgrading to Windows 11

Microsoft currently has two (2) ways to upgrade Windows 10 to Windows 11 manually; the Installation Assistant or installation media. The Installation Assistant is the easiest way to go, but the complete instructions on using both methods are on the Windows 11 download page.

Download Windows 11

How to perform a repair upgrade of Windows 11

Are you having some problems with your computer and wish you could reinstall Windows 11 without losing your files and apps? Maybe you want to upgrade to the latest version of Windows 11, and Windows Update is not offering it. Here is how to perform a repair upgrade installation of Windows 11.

How to perform a repair upgrade of Windows 11

There is one thing every Windows user fears, and that is reinstalling Windows. The fear of losing your files and installed programs will deter most people until the problem becomes too bad to ignore.

But with Windows 11, you can do a repair upgrade reasonably easily. So what is a repair upgrade? It is reinstalling Windows 11 using the same version (repair) or a newer version (repair/upgrade). It is often called an in-place repair or upgrade.

Now I have repaired several Windows computers using this method, which works most of the time. I remember one laptop with issues with being unable to right-click using the touchpad or mouse, and an in-place repair installation fixed the problem.

We first need to download the latest version of Windows 11 from Microsoft (see the link below). We will be downloading an ISO file that we will use to reinstall Windows 11. An ISO file is the format for optical disks (CD, DVD, BD).

Download Windows 11

When you reach the Windows 11 download page, scroll down until you find Download Windows 11 Disk Image (ISO). You can also create an ISO file using the Create Windows 11 Installation Media, which involves a few more steps.

Once you have the ISO file downloaded, you will need to make it a virtual DVD drive. Locate the ISO file in File Explorer and right-click on it.
Mounting an ISO file as a virtual drive in Windows 11
From the context menu that appears, select Mount. If you receive a security warning, left-click on Open. It will now appear as a DVD drive inside File Explorer.

Click on the DVD drive to display the contents. In the list of files and folders, you will find a program named Setup.
Running Windows 11 Setup with administrator privileges
To ensure we are running the install with the correct privileges, right-click on Setup and select Run as administrator from the context menu that appears. This will start the repair upgrade installation.

The first window that appears is the Windows 11 Setup screen. Usually, you would click on the Next button and proceed with the installation.
The Windows 11 Setup main screen
But if you are performing a repair installation, you may want to change whether or not to download updates, drivers, and features at this time by clicking on the Change how Setup downloads updates link.
Select whether or not to download updates and drivers before installing Windows 11
I have found that delaying downloads until after the installation is complete works best for repairing Windows.

Next, you will get the EULA (End User License Agreement), click on Accept and continue. On the next screen, you can change if you keep your files and apps or remove them.
Select whether or not to save your personal files and apps
By default, both files and apps are saved. When you are ready to start the installation, click on Install.

Once the repair upgrade starts, it can take some time to finish.
The different stages of the repair upgrade of Windows 11
Grab something to drink and find something to do. Your computer will restart several times during the installation.

How to repair the Windows 10 Start menu apps

When it comes to using Windows 10, the Start menu app tiles are a popular way to open some of your favorite programs. But what happens if the app tiles stop functioning correctly? Here is how to repair the Start menu apps.

How to repair the Windows 10 Start menu apps

The Start menu apps are not standard desktop Windows programs; they are Universal Apps, UWP (Universal Windows Platform), to be exact. They are designed to run on all Microsoft devices, including Xbox, Surface Hub, and HoloLens. Microsoft has set quite a few of them as default apps in Windows 10 for opening photos, videos, music, etc.. So when they stop working, it can be a significant problem.

The steps outlined in this article should be taken in the order listed. Remember to restart your computer between each step so that changes have a chance to take effect. The links to the blogs referenced in each stage are highly detailed and will open in new browser tabs. That way, you don't have to worry about trying to get back to this article.

Reinstall the Start menu apps

This step is one of the most straightforward procedures and should fix the Start menu apps most of the time. All you have to do is copy a string of text and paste it into an Administrative PowerShell console.

There are several ways to open an Administrative PowerShell. Here are a few of the most popular

  1. Open an Administrative PowerShell using one of the following procedures.
    • Bring up the Start menu by left-clicking on the Start Windows logo button.
    • Scroll down to the Windows PowerShell folder and left-click on it.
    • Right-click on Windows PowerShell and select Run as Administrator on the context menu that appears.
    or
    • Bring up the Power User menu by right-clicking on the Start Windows logo button.
    • Left-click on the Windows PowerShell (Admin) link.
    or
    • In the search box to the right of the Start Windows logo button type PowerShell.
    • In the right-hand column of the search results, left-click on Run as Administrator directly below Windows PowerShell.
  2. You will get a prompt stating Do you want to allow this app to make changes to your device? Left-click on Yes.
  3. Copy and paste the following text into the PowerShell window.
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  4. When the script is done running, close the PowerShell window by typing exit and press enter.
  5. Restart your computer.

Don't worry if a couple of errors are generated while running the PowerShell command. It happens even on a clean Windows 10 installation. If numerous errors are generated, then you may need to proceed with the following steps.

I once had a system that the Start menu apps would not reinstall because the Windows Security Service would not start. I had to repair it before I could get the Start menu apps working again. Remember that once you complete any of the following procedures, restart your computer and rerun the PowerShell command.

Check the drive for errors

There is a possibility that the Start menu apps are not functioning correctly because there are errors on your C:\ drive. Running a quick standard disk check may be just the thing your computer needs to get the Start menu apps running again.

And even if it doesn't fix the problem with the apps, it is always an excellent procedure to do before the next step. Here's how to run a standard drive check in Windows 10.

  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 check and select Properties.
  4. Left-click on the Tools tab.
  5. Under Error checking left-click on Check.
  6. Left-click on Scan drive.

If you get an error when trying to run a standard drive check, you may have to perform an advanced check. Here are all of the details on how to do it.

How to check your drive for errors in Windows 10

Check system files for corrupt or missing files

Now some of the files the Start menu apps require to operate correctly may be missing or gotten corrupted. Windows 10 has a utility called System File Checker (SFC) that can detect and repair problems with files required by Windows 10 for properly operation.

Let me forewarn you that you may have to run SFC more than once to fix some of Windows 10 files. You may even have to start your computer in safe mode to get SFC to repair Windows 10. Here's how to run a basic SFC scan:

  1. Open an Administrator Command Prompt using one of the following.
    1. Left-click on the Start Windows logo button.
    2. Scroll down the program list and then left-click on the Windows System folder to expand.
    3. Right-click on Command Prompt.
    4. On the context menu that appears, hover your cursor over More and then left-click on Run as administrator. If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
    or
    1. In the search box next to the Start Windows logo button, type Command Prompt.
    2. In the list of results, the Command Prompt should be highlighted.
    3. In the right-hand column under Command Prompt, there is an options menu. Left-click on Run as administrator. If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
  2. Type sfc /scannow into the Admin Command Prompt and press enter.

And in the worst-case scenario, you may have to replace a corrupt file or two manually. Luckily there is a way to determine what files SFC repairs and what ones it cannot. The following article has all of the details on how to go about using SFC to its fullest potential.

Check Windows 10 system files with System File Checker

Perform an in-place upgrade of Windows 10

The next step to getting the Start menu apps to working again involves doing an in-place upgrade of Windows 10. Even though it sounds kind of scary, it is relatively simple.

When performing an in-place upgrade, your documents, pictures, and videos stay perfectly safe. And you can keep all of the installed programs too. The only downside is the default programs for specific file types revert to Windows 10 defaults. To me, that is no biggie. The following article gives all of the details on how to do an in-place upgrade.

How to repair Windows 10 by doing an in-place upgrade

Reset Windows 10

This step is the completely last resort to fixing the Windows 10 Start menu apps. I defiantly don't recommend it, but I do have to suggest it (reluctantly) as an option. With resetting Windows 10, you can keep all of your documents, pictures, and videos. But all of the programs that did not come with Windows 10 will be gone. The following article gives all the details on how to reset Windows 10.

How to reset Windows 10

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