How to Use Windows 11 Quick Assist for Help
Discover how to use Windows 11 Quick Assist for seamless remote support. Learn step-by-step setup, troubleshooting, and tips to help friends or family with tech issues instantly.
Windows has powerful built-in command line troubleshooting tools, but remembering all of them can be difficult when you don't use them often. The Windows Maintenance Tool simplifies things by consolidating these tools into one easy-to-use menu.
Table of Contents
Windows Maintenance Tool is a free and open source all-in-one maintenance toolkit for Windows. Written entirely in Batch and PowerShell , it is not a new tool in itself but a smart way to access all the advanced tools provided by Microsoft from a centralized place with a structured menu.
Getting started is easy! After downloading the file from GitHub , unzip the folder and navigate to the Previous Versions folder . At the time of writing, the latest versions ( 2.9.8 and 2.9.9 ) don't work properly, so use version 2.9.7 instead. Right-click Windows_Maintenance_Tool_V2.9.7.bat and select Run as administrator .
When you run the tool, you’ll see a text menu organized into sections like Windows Updates, System Health Checks, Network Tools , and Cleanup & Optimization . Each option is numbered from 1-24 for easy navigation. Just type the corresponding number and press Enter to access features like Windows Updates, SFC Scans, Disk Cleanup, or Advanced Registry Optimization.
Since this is a batch file, you can easily customize it to your needs. Just right-click and select Edit to view and modify the code. This allows you to add your own commonly used commands, remove unnecessary options, or adjust how specific tools execute.
Let's look at some practical ways to use these tools.
Whenever you encounter a blue screen of death, your computer starts crawling, or a Windows feature stops working, corrupted system files are often the cause. Common fixes include scanning your system with the System File Checker utility and repairing system files with the DISM command . The Windows Maintenance Tool lets you run these tools simply by entering a corresponding number from the menu.
Under the System Health Checks section , you will find options 2 (SFC Scan) and 3 (Windows Check Health) . The SFC (System File Checker) scan will search for corrupted Windows files and automatically replace them with fresh copies.
If the problem persists, option 4, Restore Windows Health , goes one level deeper. It uses DISM (Deployment Image Servicing and Management) to fix problems that SFC can't handle. DISM can repair the Windows image itself, fixing problems that prevent SFC from running properly.
The real appeal here is that you don't need to remember any commands; just select the correct option and the tool will do the rest for you.
We've all been in a situation where your Internet connection suddenly stops working and you're not sure if it's your computer, your router , or your ISP. The Network Tools section (options 5-8) provides everything you need to troubleshoot your network.
Selecting option 5 will clear your DNS cache, which often fixes websites that won't load despite a working Internet connection. The DNS cache stores website addresses, and sometimes this information becomes outdated or corrupted. Option 6 shows you detailed network information, which is useful when you need to check your IP address or network settings for more detailed troubleshooting.
Restart Network Adapters (option 7) does exactly what it says: restarts all network adapters, whether Wi-Fi or Ethernet. This often fixes issues like slow Wi-Fi speeds, limited connectivity, or when your computer shows you're connected but nothing loads. It's much faster than restarting your entire computer.
For a hands-off approach, choose the Automatic Network Repair option. This option automatically runs a variety of fixes, including resetting your network adapter, refreshing your IP address, and clearing network settings that may be causing the problem. Instead of Googling random network fixes and trying them one by one, this will do everything in order.
To apply the changes, you will need to restart your computer once. Press Y and then press Enter to restart your system.
PC cleaners and optimizers promise to speed up your PC, but often add more junk and pester you to upgrade to a paid plan. For regular maintenance, you don't need these third-party tools. Cleanup & Optimization uses Windows' own cleaning tools to safely free up space and delete unnecessary files.
Option 9 runs Disk Cleanup , which deletes temporary files, old Windows updates, and other junk that builds up over time. Option 11 goes further with System Optimization, which cleans up temporary files more aggressively and can even reset some Windows services that can slow down your PC.
Advanced Registry Cleanup (option 12) may be worth a try if you have installed and uninstalled a lot of programs. It removes leftover registry entries that can slow down your system. However, don't rely too much on registry cleaners . Only use this option if you have trouble reinstalling a particular application. Always create a restore point before messing with the Windows Registry.
The Utilities & Extras section completes the toolkit with advanced diagnostic and repair capabilities that would normally require searching through Windows menus or memorizing specific commands.
Show Installed Drivers displays all system drivers in one comprehensive list. This is handy for quickly identifying missing or outdated drivers when hardware stops working properly, without having to click into Device Manager for each device.
If a Windows update gets stuck or shows up as failed, Windows Update Repair will automatically run multiple fixes. It will stop update services, clear caches, and re-register multiple components at once.
For more persistent issues, you have the Windows Update Utility & Service Reset option . This will reset the core Windows Update components (wuauserv, cryptsvc, appidsvc, bits) to their default state, clearing all policies and history. This essentially lets you start over with updates when other fixes fail.
Another useful option is Generate Full System Report , which allows you to create a detailed snapshot of your hardware, software, and system configuration. Whether you’re documenting your setup before making a major change or need to share system specs for troubleshooting, this option pulls it all together in one detailed report.
The last option in the menu is View Network Routing Table . During everyday use, you don't need to worry about your computer's network routing table because Windows will automatically handle this in the background.
However, if you're using a VPN, running a virtual machine, or connected to both Wi-Fi and Ethernet, your routing table determines the path your internet traffic takes. This is a more advanced feature, but when something goes wrong, like a website not loading or your VPN blocking access to a shared drive, checking your routing table can help you figure out what's wrong and how to fix it.
The Windows Maintenance Tool is one of those utilities that every PC user should have in their troubleshooting toolkit. It's not something you'll use every day, but when your system slows down, starts crashing, or you just want to check the health of your computer, it can help you troubleshoot your computer with the right tools.
This is a simple, effective and smart first step to help you diagnose and fix the problem yourself.
Discover how to use Windows 11 Quick Assist for seamless remote support. Learn step-by-step setup, troubleshooting, and tips to help friends or family with tech issues instantly.
Struggling with dual monitor lag on Windows 11? Discover proven troubleshooting fixes to eliminate stuttering, delays, and performance issues for seamless multi-monitor setups. Step-by-step guide inside.
Struggling with the frustrating Windows 11 "Startup Settings" blank error? Discover proven, step-by-step fixes to restore your boot options quickly and get your PC running smoothly again. No tech expertise needed!
Discover how to activate Windows 11 Enterprise using KMS effortlessly. This comprehensive guide covers everything from requirements to troubleshooting, ensuring seamless activation for your business needs.
Struggling with the dreaded KMODE EXCEPTION NOT HANDLED error on Windows 11? Discover proven, step-by-step fixes to resolve this blue screen nightmare quickly and get your PC running smoothly again. No tech expertise needed!
Struggling with Windows 11 "Motherboard" Driver Error? Discover proven troubleshooting steps to fix it fast and get your PC running smoothly again. Easy, step-by-step guide for beginners.
Struggling with ping spikes on Windows 11 over Wi-Fi? Discover proven fixes to stabilize your connection, reduce lag, and enjoy smooth gaming or streaming. Step-by-step solutions for instant results.
Accidentally deleted precious photos? Discover proven methods to recover deleted photos in Windows 11 effortlessly. Step-by-step guides, tools, and tips to restore your images safely.
Discover how to use Windows 11 Terminal instead of CMD for a modern, efficient command-line interface. Learn installation, setup, and tips to boost your productivity with tabs, themes, and more.
Discover safe, legitimate ways to activate Windows 11 Pro without a product key. Learn step-by-step methods using built-in tools and official Microsoft options to get your OS up and running smoothly. No risks, no hassle – just pure productivity.