Reveal Saved WiFi Passwords in PowerShell
Run as Administrator: (netsh wlan show profiles) | Select-String 'All User Profile' | ForEach-Object { $profile = ($_ -split ':')[1].Trim() $key = (netsh wlan show profile name="$profile" key=
Windows OS troubleshooting, updates, and fix guides
Run as Administrator: (netsh wlan show profiles) | Select-String 'All User Profile' | ForEach-Object { $profile = ($_ -split ':')[1].Trim() $key = (netsh wlan show profile name="$profile" key=
Need to silently uninstall software via script or find a specific application's GUID? This PowerShell command queries the registry to list all installed applications, their display names, and
After upgrading to Windows 11 22H2 or newer, network printers vanish and you get "Operation could not be completed (error 0x00000709)" when trying to add them.
Encountering error 0x8007007E (ERROR_MOD_NOT_FOUND) during Windows or Microsoft 365 updates is a common issue that can stop updates or break Outlook. This error means a required system
Fix error 0x8007000E "not enough memory resources" - usually caused by service dependencies, not actual RAM shortage. Quick PowerShell fixes included.
Need to track monitor assets without physically checking each screen? This PowerShell command can remotely retrieve the serial number of connected monitors, often hidden from standard Device Manager views. The
There's a hidden folder in Windows that gives you instant access to over 200 settings, all in one place. It's called "God Mode," and
Time drift between a client machine and the Domain Controller can cause "Trust relationship failed" errors, Kerberos authentication issues, and other domain-related problems. This forces an immediate resynchronization.
Fix Intune Enrollment Error 80180003 "User Not Authorized"
Outlook or Teams shows error AADSTS50053 with message "Your account is locked" or "Sign-in blocked." Azure AD Smart Lockout has temporarily locked the account after too
Forgot to enable RDP on a newly deployed Windows machine? Instead of physically going to the console, use this PowerShell command to enable Remote Desktop and open the necessary firewall
When cloning VMs, multiple machines can appear as the same client in WSUS, preventing proper reporting and updates. Resetting the client ID forces the machine to re-register with a unique