How to enable Bash on Windows 10

  1. Turn Developer Mode on via Settings > Update & security > For developers
  2. Click the Start button , click Control Panel, click Programs, and then click Turn Windows features on or off.
  3. Enable Windows Subsystem for Linux (Beta)
  4. To get Bash installed, open Command Prompt and type “bash”

enter image description here Enable Windows Subsystem for LinuxThat’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.

How to Enable Copy paste in CMD – Windows

Step 1: Open CMD, Just type CMD in search or Press Win + X key to select Command Prompt.
Step 2: Right Click on the Title of the CMD window and Select Properties just like its shown in the below Picture
Enable Copy paste in CMD
Step 3: You will see a Pop up Window coming up, Now on the Right hand side, Under Edit Options, Just Check Quick Edit Mode and click OK
Step 4: Everything is Done, Now just Copy any Text from Here or Anywhere else Using CTRL + C keys and just Right click using your mouse on CMD. You will see that the text is been pasted automatically in CMD. Please Understand that Using CTRL + C to Copy text is Important.
And if you wish to Copy Text from CMD to paste elsewhere then Just Select the Text in CMD and Again just Right Click with the mouse. Your Text is Copied and ready to Paste it in any Document you want.

How to Fix internet connection error problems

 

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.

How to Shut down your computer later 

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”.

How to View all installed drivers on windows pc

View all installed drivers

If you’re troubleshooting hardware problems or just want to know if something’s installed successfully, seeing a list of installed drivers can help:open command prompt & type “driverquery”, hit Enter, and you get a list of all the current Windows drivers, alongside install dates and display names.