Windows Client
Windows 10 and 11 repair, networking, drivers, deployment, update health, and security.
Technician operations reference
Client and Server commands, PowerShell, Registry repair, Microsoft 365 troubleshooting, known issues, and trusted downloads—organized for working technicians.
Technician coverage
Windows 10 and 11 repair, networking, drivers, deployment, update health, and security.
Server 2016–2025 roles, Active Directory, Group Policy, storage, services, and replication.
Automation-ready cmdlets plus controlled Registry changes with backup and rollback steps.
Identity, activation, Outlook, Teams, Entra registration, licensing, and supported diagnostics.
Command library
ipconfig /allNetworkShow full IP, DNS, DHCP, and adapter configuration.
ipconfig /flushdnsNetworkAdminClear the local DNS resolver cache.
pingNetworkTest whether a host is reachable and measure response time.
tracertNetworkTrace the network path to a destination.
pathpingNetworkCombine route tracing with packet-loss and latency analysis.
nslookupNetworkQuery DNS servers and inspect DNS records.
netstat -anoNetworkAdminList active connections, listening ports, and process IDs.
getmacNetworkDisplay MAC addresses for installed network adapters.
arp -aNetworkDisplay the local ARP cache.
route printNetworkDisplay the IPv4 and IPv6 routing tables.
sfc /scannowRepairAdminScan and repair protected Windows system files.
DISM /Online /Cleanup-Image /RestoreHealthRepairAdminRepair the local Windows component store.
chkdskDiskAdminCheck a volume for file-system errors.
diskpartDiskAdminCautionOpen the disk and partition administration console.
fsutilDiskAdminCautionRun advanced file-system and volume operations.
robocopyFilesReliably copy or mirror files and directory trees.
xcopyFilesCopy files and directory trees using legacy-compatible switches.
takeownSecurityAdminCautionTake ownership of a file or directory.
icaclsSecurityAdminCautionView or modify file and folder permissions.
cipherSecurityCautionView or change EFS encryption and securely overwrite free space.
whoami /allSecurityShow the current identity, groups, privileges, and SID.
systeminfoSystemDisplay operating system, hotfix, memory, and hardware details.
driverquerySystemList installed drivers and their properties.
tasklistProcessesList running processes.
taskkillProcessesCautionStop a process by name or process ID.
sc queryServicesAdminQuery Windows services and driver services.
schtasks /querySystemList scheduled tasks and their status.
gpresultPolicyShow the Resultant Set of Policy applied to a user or computer.
gpupdate /forcePolicyAdminRefresh computer and user Group Policy settings.
wevtutilLogsAdminCautionQuery, export, clear, and configure Windows event logs.
findstrFilesSearch files or command output using text or regular expressions.
whereFilesLocate executables or files using the current path or a pattern.
dirFilesList files and folders in a directory.
treeFilesDisplay a directory structure as a text tree.
assocFilesShow or change file-extension associations.
ftypeFilesShow or change commands associated with registered file types.
setxSystemCautionPersist an environment variable for future sessions.
shutdownSystemCautionShut down, restart, or sign out a local or remote computer.
bcdeditBootAdminCautionView or modify boot configuration data.
manage-bdeSecurityAdminCautionInspect and administer BitLocker Drive Encryption.
pnputilDriversAdminCautionAdd, remove, export, and enumerate driver packages.
powercfgSystemAdminInspect power plans, battery reports, and sleep capabilities.
net userAccountsAdminCautionView and administer local user accounts.
query userAccountsShow interactive user sessions on a computer.
klistSecurityDisplay or purge Kerberos tickets.
certutilSecurityCautionInspect certificates, hashes, and certification services data.
wingetSoftwareSearch, install, upgrade, and remove packages with Windows Package Manager.
Get-NetIPConfigurationPowerShellShow network adapter, address, gateway, and DNS configuration in PowerShell.
Test-NetConnectionPowerShellTest reachability, TCP ports, routes, and name resolution from PowerShell.
Get-WinEventPowerShellAdminQuery modern Windows event logs with efficient filters.
Get-ServicePowerShellList and filter Windows services from PowerShell.
Get-ComputerInfoPowerShellCollect operating system, firmware, hardware, and update information.
Test-ComputerSecureChannelPowerShellAdminCautionTest or repair a workstation's trust relationship with its domain.
Get-WindowsFeatureServerAdminList installed and available Windows Server roles and features.
Install-WindowsFeatureServerAdminCautionInstall Windows Server roles, role services, or features.
dcdiagServerAdminRun domain-controller health and Active Directory diagnostic tests.
repadminServerAdminCautionDiagnose and administer Active Directory replication.
reg queryRegistryRead Registry keys and values locally or remotely.
reg exportRegistryAdminBack up a Registry key to a .reg file before making changes.
reg addRegistryAdminCautionCreate or modify a Registry key or value.
dsregcmd /statusMicrosoft 365Inspect Microsoft Entra join, device registration, SSO, and tenant state.
GetHelpCmd.exeMicrosoft 365AdminCautionRun supported Microsoft 365 troubleshooting scenarios from an elevated terminal.
Try a broader term or choose All categories.
Diagnostic playbooks
Confirm scope, preserve rollback, change one variable, and record the result.
Crashes, missing components, or Windows features failing
Sites fail by name but network connectivity remains
Update errors, stalled downloads, or repeated rollback
Rename, move, or delete reports that the file is in use
A workstation reports that its trust relationship with the domain failed
Microsoft 365 Apps repeatedly request sign-in or report activation problems
A verified vendor or Microsoft fix requires modifying a Registry value
A role, feature, or management tool is missing or partially installed
Copy-ready repairs
Read the impact note first. Every entry links to Microsoft documentation.
Use when protected files or Windows components appear damaged.
DISM.exe /Online /Cleanup-Image /RestoreHealthsfc /scannowRun in this order from an elevated terminal, then restart and retest.
Microsoft procedure ↗Use after documenting the current adapter, VPN, proxy, and static-IP settings.
netsh winsock resetnetsh int ip resetipconfig /releaseipconfig /renewipconfig /flushdnsRestart afterward. Network security, VPN, or proxy software may need repair if it stops working.
Microsoft procedure ↗Use when jobs remain stuck after normal cancellation and a spooler restart.
net stop spoolerdel /Q /F %systemroot%\System32\spool\PRINTERS\*net start spoolerThis removes every queued print job on the computer. Run elevated only after confirming that impact.
Microsoft procedure ↗Create a focused diagnostic view before changing drivers or services.
Get-WinEvent -FilterHashtable @{LogName='System'; Level=1,2,3; StartTime=(Get-Date).AddHours(-24)} | Select-Object TimeCreated,Id,ProviderName,Message | Format-ListPowerShell diagnostic only; it does not modify the machine.
Microsoft procedure ↗Compatibility watch
Status reflects published guidance reviewed August 29, 2026. Re-check the source before field work.
Official installation media
These buttons go to Microsoft landing pages. Microsoft media is not stored or repackaged here.
Installation Assistant, Media Creation Tool, and multi-edition x64 ISO.
Official Arm64 multi-edition ISO for compatible Arm-based PCs.
Official Windows 10 installation media and ISO page; support ended October 14, 2025.
Microsoft Evaluation Center ISO; evaluation editions expire after 180 days.
Microsoft Evaluation Center ISO; evaluation editions expire after 180 days.
Microsoft Evaluation Center ISO; evaluation editions expire after 180 days.
Microsoft Evaluation Center ISO; evaluation editions expire after 180 days.
Preview ISOs for registered Windows Insider members; not for production systems.
Licensing note: an ISO is installation media, not a license. Use a valid entitlement and verify the file or tool comes from Microsoft before deployment.
Trusted downloads
Links open the publisher’s page; this site does not repackage installers.
Microsoft troubleshooting utilities in one official package.
Inspect processes, handles, DLLs, and parent-child relationships.
Capture real-time file system, Registry, and process activity.
Inspect the most complete set of Windows auto-start locations.
Installation Assistant, media creation, and official ISO downloads.
Official drivers, redistributables, developer tools, and updates.
Official cmdlet references, scripting guidance, and supported-version notes.
Official deployment, administration, security, and troubleshooting resources.
Official administrator troubleshooting and supported recovery procedures.
Known issues & updates
Current Windows rollout status, safeguard holds, resolved issues, servicing milestones, and update history.
Trust and transparency
Twan’s WinFix is an independent, technician-focused Windows reference built to shorten troubleshooting time. It is not affiliated with or endorsed by Microsoft.
This release does not require accounts and does not intentionally collect personal information. Standard hosting logs may record technical request data. A consent system will be added before analytics or personalized advertising is enabled.
Corrections will be reviewed against primary sources. Future sponsored material will be clearly labeled and will not control repair conclusions, evidence ratings, or download placement.