Windows Notes

View your stored wifi passwords

netsh wlan show profile * key=clear

Delete your default v6 route

I use Hurricane Electric for v6. Microsoft treats HE like a VPN and won’t let you do things like install Windows or access Azure/365 portals.

When installing Windows 11 it fails during network detection, even though networking is just fine. The way I worked around this was by deleting the default v6 route that my router hands out.

Press Shift-F10 to get to a cmd prompt and run:

netsh int ipv6 del route ::/0 * store=active

v6 networking will come back on the next reboot.

PowerShell Modules

List all available PowerShell modules

Get-Module -ListAvailable

List Modules installed via PowerShellGet

Get-InstalledModule

List Currently Loaded Modules

Get-Module