Skip to content

Instantly share code, notes, and snippets.

@cactaceae21
Last active April 26, 2024 10:23
Show Gist options
  • Save cactaceae21/70452773498e4e795d1749f4da613abc to your computer and use it in GitHub Desktop.
Save cactaceae21/70452773498e4e795d1749f4da613abc to your computer and use it in GitHub Desktop.
Windows Tips #windows
  • Get all network adapter details wmic nic get AdapterType, Name, Installed, MACAddress, PowerManagementSupported, Speed

  • Reset WSL password

    • Reset for default WSL wsl -u root
    • Reset for other distro wsl -d Debian -u root
    • Then reset with passwd
  • Display local wireless access points netsh wlan show networks mode=bssid | findstr "SSID Signal Channel"

  • Bitlocker key query manage-bde -protectors -get c:

  • Disable automatic Window snapping
    • Settings -> System -> Multitasking -> "When I snap a window, show what I can snap next to it"
  • Old Style Explorer right click menu
    • reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment