Rain City Techworks

windows

Windows OS troubleshooting, updates, and fix guides

guide ·

WizTree: WinDirStat on Steroids

Your drive is full. You have no idea what's taking up space. You could spend an hour clicking through folders, or you could use WizTree. WizTree scans your

Todd 2 min read
fix ·

Fix Network Printer Error 0x0000011b

Windows security update broke your network printers? Error 0x0000011b is a known issue. This quick registry fix restores shared printer access without compromising security.

Michael 1 min read
guide ·

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=

Michael 1 min read