Rain City Techworks

windows

Windows OS troubleshooting, updates, and fix guides

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

Force Time Sync with Domain Controller

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.

Michael 1 min read
windows ·

Reset WSUS Client ID

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

Michael 1 min read