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 QuickBooks Error -6000: Step-by-Step Guide

"Error -6000: Problem with the general company file" when trying to open your QuickBooks company file. This error prevents access to your data and is often caused by file path issues, network conflicts, or a stuck Database Server Manager (QBDBMgrN.exe)

Michael 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