
- Turn Developer Mode on via Settings > Update & security > For developers
- Click the Start button , click Control Panel, click Programs, and then click Turn Windows features on or off.
- Enable Windows Subsystem for Linux (Beta)
- To get Bash installed, open Command Prompt and type “bash”
That’s it ,now open command prompt and type bash and press enter
Note:Bash feature is available in build 14316 and newer, 64 bit only.


If you have Lost your Windows license key again have you? If it’s not written on a sticker on your computer’s case then you can find it by typing “wmic path softwarelicensingservice get OA3xOriginalProductKey” into the command prompt window and hitting Enter.
The command “ipconfig” shows your network connection status (the gateway is your router, if you need to know its IP), but you can also use “ipconfig /release” and then “ipconfig /renew” to reset your internet connection, which can solve multiple issues.You can also use “ipconfig /flushdns” to clear DNS cache.
You can get your computer to shut down at some point in the future with the “shutdown” command. Add “-t xxx” to shut down with xxx being the number of seconds (from 0 to 315,360,000, which is ten years) and “-f” to force close any ‘you’ve got unsaved work’ dialog boxes. So if you wanted to shut your computer down in 636 seconds you would type “shutdown -f -t 636”.
