Generate a List of Installed Drivers from the Command Line Gumawa ng isang Listahan ng mga nai-install driver mula sa Command Line
We've already covered how to take a quick look at the Na Nasakop namin kung paano gumawa ng isang mabilis na pagtingin sa list of installed drivers using DriverView listahan ng mga naka-install sa mga driver gamit DriverView , but what if you are on a machine that doesn't already have that software installed? , Ngunit kung ano ang kung ikaw ay sa isang machine na hindi mayroon na software na naka-install? There's a command line utility that comes bundled with Windows Vista or XP that gives you similar output. May isang utos utility na linya na nanggagaling bundled na may Windows Vista o XP na nagbibigay sa iyo ng mga katulad na output.
It's also useful if you are a command line junkie and have cygwin installed… you can just pipe the command through grep and quickly see exactly what you are looking for. Ito ay kapaki-pakinabang din kung ikaw ay isang command Junkie linya at may naka-install na cygwin ... maaari ka na lamang ng pipe ang utos sa pamamagitan ng grep at mabilis na makita kung ano ang iyong hinahanap.
Running the command with no parameters will give you the default output: Tumatakbo ang mga utos na walang mga parameter ay magbibigay sa iyo ang default na output:

To get verbose output you can use the /v parameter: Upang makakuha ng masyadong masalita output maaari mong gamitin ang / v parameter:
driverquery /v driverquery / v
Or to output in list or csv format instead of the default table format, you can use the /FO switch O sa output sa listahan o csv format na sa halip na ang default na format ng talahanayan, maaari mong gamitin ang / PARA lumipat
driverquery /FO [list, table, csv] driverquery / PARA [listahan, mesa, csv]
So for instance, if you ran the following command to give you verbose information in list format: Kaya halimbawa, kung ka tumakbo ang mga sumusunod na command upang bigyan kayo ng masyadong masalita impormasyon sa listahan ng mga format:
driverquery /FO list /v driverquery / PARA listahan / v
You should see output similar to this: Dapat mong makita ang output na katulad nito:

If you have cygwin installed you could pipe this through grep, but you should be able to pipe the output into a file, for instance like this: Kung cygwin iyong na-install mo maaaring tubo ito sa pamamagitan ng grep, ngunit dapat mong ma-pipe ang output sa isang file, halimbawa tulad nito:
driveryquery > test.txt driveryquery> test.txt

Always useful to know how to use the command line! Laging kapaki-pakinabang na malaman kung paano gamitin ang command na linya!

Daily Email Updates Araw-araw na Updates Email
You can get our how-to articles in your inbox each day for free. Maaari kang makakuha ng aming kung-paano na mga artikulo sa iyong inbox sa bawat araw para sa libre. Just enter your name and email below: Ilagay lamang ang inyong pangalan at email sa ibaba:



After i type in “driverquery /v” it runs successfully but i cant enter in any more lines after that. Pagkatapos i-type sa "driverquery / v" ito ay matagumpay na nagpapatakbo ngunit ako cant ipasok sa anumang karagdagang mga linya ng matapos na. (its like my command prompt doesnt respond) (tulad nito ang aking mga command prompt doesn't tumugon)
Thank you for sharing, very useful Salamat sa pagbabahagi, lubhang kapaki-pakinabang
XP has a grep like util called findstr.exe, very useful when combined with the pipe. XP ay may isang grep tulad ng util tinatawag findstr.exe, lubhang kapaki-pakinabang kapag isinama sa mga tubo. For example: Halimbawa:
driverquery /v | findstr /i vmware driverquery / v | findstr / i vmware
will show you only vmware drivers for example. ay magpapakita sa iyo lamang vmware driver para sa mga halimbawa. There's also a “show lines that do not match” switch: Mayroon ding isang "ipakita ang mga linya na hindi tutugma sa" lumipat:
driverquery | findstr /iv 8/4/2004 driverquery | findstr / iv 8/4/2004
will show you all drivers that do NOT have a link date of 8/4/2004. ay magpapakita sa iyo ang lahat ng mga driver na HINDI magkaroon ng isang link sa petsa ng 8/4/2004. It's a fair replacement for grep IMHO. Ito ay isang makatarungan para sa kapalit na grep IMHO.
-T -T
Hi all, Hi sa lahat,
Even without cygwin installed, you can have the info saved into a textfile. Kahit na walang cygwin na naka-install, maaari kang magkaroon ng info sa-save sa isang textfile.
Just type (in Vista) “driverquery > C:\Users\\Desktop\drivers.txt” (without quotes of course and replace with your own Windows account). I-type lamang (sa Vista) "driverquery> C: \ Users \ \ Desktop \ drivers.txt" (walang quotes ng mga kurso at palitan ng gamit ang iyong sariling account sa Windows).
Anyways, thanks for a very useful site with many very handy tweaks and tips! Anyways, salamat para sa isang lubhang kapaki-pakinabang na site na may maraming mga tunay madaling tweaks at tips! Much appreciated. Much appreciated.
Greetings, Mga pagbati,
Jan Jan
Just to let you know there is a typo on this line: Lamang upang malaman mo may isang typo sa mga linyang ito:
driveryquery > test.txt driveryquery> test.txt
Dont think the extra “y” is correct. Dont sa tingin ng dagdag na "y" ay tama.
I would have noticed it and not typed but i thought it would be good to change. Gusto ko napansin na ang mga ito at hindi nag-type ako pero naisip magiging mabuting baguhin.
I love these tips and how tos. Pag-ibig ko ang mga tips na ito at kung paano TOS.
Thanks Salamat