How to List Installed Drivers in Windows (PowerShell CMD)
The importance of drivers in Windows
In Windows, you need drivers for everything. In fact, finding and installing drivers has become a major problem in previous versions of Windows. However, in Windows 10, the system can automatically install all the necessary drivers, as long as they are connected to the Internet.
Of course, you'll also need to manually install important drivers like the graphics drivers to make sure they're up to date and compatible. After installing the driver, you can get details about the installed driver from Device Manager . Actually, you can also uninstall, restore or update the driver from Device Manager .
While you can get driver details such as version number, vendor, boot control, installation date, etc. from Device Manager , you must manually select each device and open its properties. it to see those details. However, with a simple PowerShell command, you can get the complete list of Windows drivers on one screen.
I will show you how to list all the drivers installed in Windows using PowerShell command.
The PowerShell command lists the installed drivers
Since you are dealing with drivers, admin privileges are required for a complete list of installed Windows drivers. Just follow the steps as follows.
Step 1. First, open PowerShell as admin.
Step 2. In the PowerShell window, execute the command below by copying and pasting.
Quick tip : After copying the command, right-click in the PowerShell window to paste.
Get-WindowsDriver -Online -All
Step 3. Immediately after you execute the command, the relevant cmdlet will scan your system and list all installed drivers, as well as their details.
Step 4. Once you have the driver list, you can copy it to a text file for access anytime you want without having to execute cumbersome commands. To do that, select the full list with your mouse and right click to copy. Next, create a new text file and press the Ctrl
+ keyboard shortcut V
to paste the copied list. Press Ctrl
+ S
to save the text file.
Another way is to use the following command to automatically save the PowerShell output to a text file. Modify the file path according to your needs.
Get-WindowsDriver -Online -All | Out-File -FilePath D:driverlist.txt
Step 6. Now you can close the PowerShell window either by clicking on the X icon or by entering a command exit
.
It's simple to get the list of installed drivers in Windows with a simple PowerShell command.
Hope you are succesful.
You should read it
- How to Find and Update Drivers
- How to update drivers windows 10
- 5 basic ways to update, update drivers for computers
- How to create a list of installed programs on Windows
- Steps to fix corrupted drivers on Windows 10
- How to root out old Windows 10 drivers?
- Fix old driver duplicate settings on Windows Update
- How to use 3DP Chip to update or install missing drivers for the computer
May be interested
- How to check PowerShell version in Windows 10powershell is one of the extremely useful command tools for advanced windows 10 users.
- How to create a list of installed programs on Windowsreinstalling the windows operating system is one of the great solutions to troubleshoot problems on your computer. however, before reinstalling windows, you should save the list of programs and applications you have installed to reinstall the applications and programs on the new operating system.
- How to identify and install the correct driver missing for Windows?windows device manager is a very important tool in windows operating system, it lists all the list of hardware devices recognized by windows, including problems related to device drivers not recognized yet.
- How to Find and Update Driversthis wikihow teaches you how to update your computer's drivers. drivers are pieces of software which help your computer connect to hardware items such as speakers, usb drives, and so on. drivers are typically installed and updated...
- Next time, Microsoft will release PowerShell updates via Windows Update Windowsmicrosoft is making it easier to update powershell on windows 10 and windows server devices by releasing updates via microsoft update in the future.
- How are Command Prompt (cmd) and PowerShell different?windows 7 has added powershell, a more powerful command line and script language. since windows 7, powershell has become more prominent, even becoming the default choice in windows 10. how is it different from command prompt?
- How to use PowerShell's default parameter to change the command behaviormany people like to use powershell because it allows them to do things that can't be done with the windows gui. however, it is undeniable that some powershell cmdlets can be tedious or complicated. but what if there is a way to edit these cmdlets and get them to 'behave' the way you want?
- How to add 'Open PowerShell window here as administrator' to the right-click menu on Windows 10windows 10 comes with windows powershell 5.0. windows powershell is a task-based command-line shell and scripting language specifically designed for system administration. this tutorial will show you how to add or remove 'open powershell window here as administrator' on windows 10 right-click menu.
- 10 PowerShell commands help you manage the remote computer most effectivelywindows powershell is a command executive command system and script scripting language that you can use to manage your system. in the following article, network administrator will show you 10 powershell commands to manage your computer remotely effectively.
- What is PowerShell Basic commands in PowerShellwhat is powershell basic commands in powershell. first of all, to understand it briefly, powershell is a command-line interface similar to cmd, it can do everything cmd can do and even more. powershell is gradually becoming the default