Rain City Techworks Blog

windows

windows ·

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
windows ·

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