DNS Resolution Issues
Unable to resolve domain names to IP addresses. Websites not loading but IP access works.
- Open Command Prompt as Administrator
- Run:
ipconfig /flushdns - Run:
ipconfig /registerdns - Run:
netsh winsock reset - Restart your computer
- Check DNS server settings (should be automatic or use 8.8.8.8/1.1.1.1 for testing)
- Check hosts file for incorrect entries:
%SystemRoot%\System32\drivers\etc\hosts
High CPU Usage
System slowing down due to processes consuming excessive CPU resources.
- Open Task Manager (Ctrl+Shift+Esc)
- Sort processes by CPU usage
- Identify the problematic process
- Research the process online if unfamiliar
- End task or investigate further
- Check for malware if unknown process
- Update drivers and Windows
- Check for power plan settings
- Run full antivirus scan
- Check for Bitcoin mining malware
- Disable unnecessary startup programs
Disk Space Critical
System drive running out of space, affecting performance and functionality.
- Run Disk Cleanup utility
- Clean system files through the utility
- Remove temporary files (%temp%)
- Uninstall unused applications
- Move large files to another drive
- Consider resizing partitions
- Disable hibernation:
powercfg -h off - Reduce system restore points
- Clear browser caches
- Use TreeSize to identify large folders
- Move virtual memory to another drive
Windows Update Failures
Windows Update failing to download or install updates with error codes.
- Run Windows Update Troubleshooter
- Stop Windows Update service
- Delete SoftwareDistribution folder contents
- Restart Windows Update service
- Run:
sfc /scannow - Run:
DISM /Online /Cleanup-Image /RestoreHealth - Check for sufficient disk space
- Manually download and install updates
- Reset Windows Update components:
net stop wuauserv,net stop cryptSvc,net stop bits,net stop msiserver - Rename SoftwareDistribution and Catroot2 folders
- Restart services:
net start wuauserv,net start cryptSvc,net start bits,net start msiserver
Blue Screen of Death
System crashing with blue screen and error code, then restarting.
- Note the error code displayed
- Check if recent hardware/software changes
- Boot into Safe Mode
- Update device drivers
- Run memory diagnostics
- Check disk for errors
- Use System Restore if needed
- Check hardware components
- Check minidump files in C:\Windows\Minidump
- Use BlueScreenView to analyze crash dumps
- Check Event Viewer for related errors
Slow Boot Times
Windows takes an excessively long time to start up and become usable.
- Open Task Manager → Startup tab
- Disable unnecessary startup programs
- Check for outdated drivers
- Run disk cleanup and defragmentation
- Check for malware
- Adjust BIOS/UEFI settings
- Consider hardware upgrade (SSD, more RAM)
- Check for slow network drives in startup
- Use Windows Performance Toolkit to analyze boot performance
- Disable unnecessary services
- Check for Group Policy processing delays
Wi-Fi Connectivity Issues
Unable to connect to Wi-Fi networks or intermittent connectivity.
- Restart your router and modem
- Forget the network and reconnect
- Update wireless adapter drivers
- Reset TCP/IP stack:
netsh int ip reset - Check power management settings for wireless adapter
- Change Wi-Fi channel on router
- Move closer to the router
- Check for interference from other devices
- Run network diagnostics
- Disable and re-enable wireless adapter
Application Crashes
Specific applications crashing or not opening properly.
- Check Event Viewer for application errors
- Update the application
- Reinstall the application
- Check for compatibility issues
- Run application as administrator
- Check if .NET Framework needs updating
- Check if Visual C++ Redistributables are installed
- Check for conflicting software
- Check application logs
- Test with clean boot
Boot Loop / Unable to Start
Computer stuck in restart cycle or unable to boot into Windows.
- Boot into Safe Mode
- Use System Restore
- Run Startup Repair
- Use Command Prompt from recovery environment
- Check disk:
chkdsk C: /f /r - Rebuild BCD:
bootrec /rebuildbcd - Check for recently installed software/hardware
- Test RAM with Windows Memory Diagnostic
- Use System File Checker:
sfc /scannow - Consider resetting Windows (keep files)
Virus/Malware Infection
Suspected malware infection causing various system issues.
- Boot into Safe Mode with Networking
- Run full scan with Windows Defender
- Run Malwarebytes scan
- Check Task Manager for suspicious processes
- Check startup programs
- Check browser extensions
- Reset browsers to default settings
- Use AdwCleaner for adware
- Check scheduled tasks
- Consider system restore if recent infection
Active Directory Replication
Domain controllers failing to replicate Active Directory information.
- Check network connectivity between DCs
- Verify DNS resolution for DCs
- Run:
repadmin /replsummary - Check event logs for errors
- Force replication with:
repadmin /syncall - Check for time synchronization issues
- Verify SYSVOL and Netlogon shares
- Check for sufficient disk space on DCs
- Check Active Directory Database integrity
- Verify replication topology
DHCP Server Issues
DHCP server not assigning IP addresses to clients.
- Verify DHCP service is running
- Check available IP addresses in scope
- Verify authorization in Active Directory
- Check for conflicts with static IPs
- Review DHCP server logs
- Restart DHCP service
- Reconcile DHCP database
- Check DHCP server bindings
- Verify DHCP relay agents configuration
- Check for network connectivity issues
DNS Server Issues
DNS server not resolving queries or responding slowly.
- Check DNS service is running
- Verify forwarders are configured correctly
- Check DNS server cache
- Verify zone transfers are working
- Check for event log errors
- Test recursion
- Clear DNS server cache:
dnscmd /clearcache - Check DNS server performance counters
- Verify network connectivity
- Check for sufficient resources (CPU, memory)
Group Policy Not Applying
Group Policy settings not applying to clients or applying incorrectly.
- Run
gpupdate /forceon client - Check
gpresult /rto see applied policies - Verify network connectivity to domain controller
- Check time synchronization
- Verify DNS resolution
- Check Group Policy replication
- Review event logs on client and server
- Check permissions on Group Policy Objects
- Verify GPO links in correct OUs
- Check for conflicting GPOs
Hyper-V VM Issues
Virtual machines not starting or performing poorly.
- Check Hyper-V service is running
- Verify host has sufficient resources
- Check virtual switch configuration
- Verify VM configuration files
- Check integration services are installed and updated
- Review event logs
- Check storage space for VM files
- Verify processor compatibility settings
- Check virtual networking configuration
- Test with different VM configurations
System Utilities
System File Checker
Scans and repairs system files
DISM Tool
Repairs Windows image
Disk Cleanup
Cleans temporary files
Performance Monitor
Monitors system performance
System Configuration
Manages startup and services
Event Viewer
Views system event logs
Task Scheduler
Manages automated tasks
Registry Editor
Modifies system registry
Services
Manages system services
System Information
Displays system details
Network Connections
Manages network adapters
Windows Defender
Virus and threat protection
Common Quick Fixes
Network Reset
- Open Settings → Network & Internet
- Click on "Network reset"
- Click "Reset now"
- Restart your computer
Display Driver Reinstall
- Press Win + X → Device Manager
- Expand Display adapters
- Right-click graphics card → Uninstall device
- Check "Delete the driver software"
- Restart and let Windows reinstall driver
Clean Boot
- Type "msconfig" in Run dialog
- Go to Services tab
- Check "Hide all Microsoft services"
- Click "Disable all"
- Go to Startup tab → Open Task Manager
- Disable all startup items
- Restart your computer
Rebuild Search Index
- Open Indexing Options
- Click Advanced
- Click Rebuild
- Confirm and wait for process to complete
Reset Windows Update
- Stop Windows Update service
- Rename SoftwareDistribution folder
- Rename Catroot2 folder
- Restart Windows Update service
- Try updating again
Fix Keyboard/Mouse Issues
- Check physical connections
- Try different USB ports
- Restart computer
- Update drivers in Device Manager
- Check Power Management settings
Command Reference
Networking Commands
ipconfig /all- Display full network configurationping [host]- Test network connectivitytracert [host]- Trace network pathnetsh winsock reset- Reset Winsock catalognetsh int ip reset- Reset TCP/IP stacknslookup [domain]- DNS lookup tool
Disk & File Commands
chkdsk C: /f- Check and fix disk errorssfc /scannow- System File Checkerdiskpart- Disk partitioning toolrobocopy [source] [dest]- Advanced file copydir /s- List directory contents recursivelytree- Display directory structure
System Info Commands
systeminfo- Display system configurationtasklist- Display running processeswhoami- Display current userhostname- Display computer namever- Display Windows versiondriverquery- Display installed drivers
Server Management
gpupdate /force- Update Group Policygpresult /r- Display applied policiesrepadmin /replsummary- AD replication summarydcdiag- Domain controller diagnosticsnetdom- Domain management工具dsquery- Directory service query
Troubleshooting Commands
DISM /Online /Cleanup-Image /RestoreHealth- Repair Windows imagesfc /scannow- System File Checkerchkdsk C: /f /r- Check disk and recover dataverifier- Driver Verifier Managermsdt- Microsoft Support Diagnostic Toolpowercfg /energy- Energy efficiency diagnostics
PowerShell Basics
Get-Service- Display servicesGet-Process- Display processesGet-EventLog- Read event logsTest-NetConnection- Network connectivity testGet-WindowsUpdateLog- Get update logsGet-HotFix- Display installed updates
Admin Terminal
PowerShell 7.2# Welcome to Windows Troubleshooting Assistant
# Type commands or click buttons to execute them
PS C:\> _