Rain City Techworks

Michael

Security consultant at Rain City Techworks. OSCP, CCNP, CompTIA Security+ certified. CVE analysis and network security hardening.

Seattle-Tacoma, WA

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
how-to ·

Fix Microsoft 365 Error 0xCAA70007: We'll Need the Internet

Fix Microsoft 365 Error 0xCAA70007: We'll Need the Internet. You see error 0xCAA70007, "We'll need the internet for this," when activating or signing into Microsoft 365 Apps. This indicates a connectivity or authentication failure blocking access to Microsoft's activation servers.

Michael 2 min read