Windows 10+ Useful commands & Keybinds
Keybinds
Windows Key + Tab = Opens Taskview (Let’s you have extra desktops to multi-task)
Windows Key + Shift + Left/Right = Moves active window to your next or previous monitor
Home / End = Scrolls to the top / Bottom of a window
Commands
Back up Drivers
- The first step is to open a command-line prompt with administrator privileges
- Right-click on the Windows start button and select CMD Prompt (With Admin) or Windows PowerShell (with Admin) from the menu that appears
- Create a directory to back up the driver into. Type the following command, followed by hitting the Enter key:
md C:\X (Where X is the folder name you chose.)
- Type the following command, followed by hitting the Enter key:
dism /online /export-driver /destination:C:\X (Where X is the folder name you created.)
- Using the Windows Explorer tool, navigate to the folder you created, to see all the drivers you exported to the folder
Restore the Drivers
- Open the Device Manager utility
- Click the Windows start button and type Device Manager and select the utility when it appears on the menu
- Right-click on the selected unknown driver and choose Update Driver Software from the menu that appears
- Select Browse my computer for driver software and then select the directory that you created in the previous guide
- Select Next and the PC will find and install the appropriate driver from those in the directory you created
- Repeat steps 2 – 4 for any additional unknown drivers or devices