Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #windows Commands
- #show all saved wifi access points
- netsh wlan show profile
- #show wifi passwords
- netsh wlan show profile "<SSID>" key=clear
- #dump all wifi passwords that are stored
- https://pastebin.com/rwsWgNPL
- #mount a directory as a drive
- subst s: "c:\folder"
- #unmount directory
- subst /d s:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement