Windows: Get saved WiFi Passwords
To get a list of currently saved profiles run: netsh wlan show profile After noting the profiles name use the following to show…
To get a list of currently saved profiles run: netsh wlan show profile After noting the profiles name use the following to show…
A tool I first discovered in my early days on Mac OS X, which would prove useful to me for years was called "rmate". rmate [https:…
When using MSBuild.exe to compile a project, I got the following warning in some cases: There was a mismatch between the proce…
The following code compiles fine but throws an Exception at runtime. Microsoft is aware of this issue but decided not to fix it as…
Boot Window Installation Media (CD or USB). Once the setup is loaded and asks for language, keyboard, etc. hit Shift+F10 to open…
List all services: ´sc queryex type= service state= all´…
Moving from Google Authenticator to WinAuth or wan't to have the same keys in both apps? Here's how to extract the secret keys fro…
Every now and then I noticed that the Start Menu in Windows 10 stops working for no apparent reason. This mostly happens after a b…
Update Since I moved back to Firefox (a few months ago when Quantum was in beta), I'm now using the following Add-Ons: Enhancer f…
When I tried to remote debug a windows service I was wondering why VisualStudio kept telling me that my BreakPoints wouldn't be hi…