Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

45 votes
4 answers
76k views

How to reset the looks of the Command Prompt window, in Windows?

I have made several customizations to how the Command Prompt window looks in Windows and now I want to reset it to its original state. How can I do that? I just want it to look that way it does after ...
Corporate Geek's user avatar
1 vote
1 answer
4k views

How can I check through command-line the computer form(Desktop, notebook or All-in-one)?

For a very specific reason I need to check the computer form factor(Desktop, Notebook or All-in-one) remotelly, using a command through the command-prompt, powershell or vbs(Windows 7/8 systems). ...
Diogo's user avatar
  • 30.5k
6 votes
1 answer
12k views

How to rebuild a Windows Image (WIM) using ImageX tool?

I've previouslly mounted a WIM image using DISM where I've removed some packages and then I've unmounted it commiting changes, and now I would like to rebuild the WIM file to save filesize and ...
ElektroStudios's user avatar
0 votes
2 answers
8k views

generate a list of devices installed in a PC through command line

I want to generate a complete list of devices and drivers installed in a PC which includes the serial number or id of the device through the command line driverquery /v /fo csv > drvlist.csv i ...
Grey's user avatar
  • 1