It is not often that I write a article about the Windows operating system . In this case it is about be about Windows 10. From time to time there is a need for a Windows laptop I borrow from a pool. It is only needed to run certain applications that are bound to the operating system. I still have not found a working, 64 bit version of the webex plugin to run on a Linux host natively.

I was really amazed I have found such a nice solution for the cmd.exe. I wanted to delete WLAN password.

Now how does it works on a windows 10 host? To show available WLAN profiles on the machine use following command:

netsh wlan show profiles

To delete a profile use following command, where "Home" is the name of a certain WLAN profile

netsh wlan delete profile name=Home