Friday, September 20, 2019

Forgot your Wifi Password - Thank you Reddit

If you ever forget your WiFi password or you want to get your school WiFi password etc. Just type this command into the command line of a computer already connected to that WiFi: netsh wlan show profile WiFi-name key=clear

No comments:

How to Optimize C# Performance

Understanding C# Performance Fundamentals Overview of C# Runtime and Execution C# is a modern, object-oriented programming language that...