How can we generate a list of programs installed on an operating system Windows

Whatever the reason (most likely a Resettlement System) May be advantage users to generate a list of installed programs at some point OS used. This way you can check anytime if they were installed other than those commonly used programs, whether they were uninstalled programs by other users or programs if more needs to be installed in case of a reinstallation of Windows.

How you can quickly create a list of programs installed on a server?

  • first you have to open a Command Prompt with privileges administrator (In Vista si Windows 7 enter cmd in Search site from Start MenuThen right-click cmd.exe and select Run ace administrator, In XP click on the button Start> AccessoriesThen right click on Command Prompt and select Run as ... In the open window select Administrator in the right User namethen enter your password for this account)
would run
  • type the command WMIC in Command Prompt and give Enter (wmic = Windows Management Instrumentation Command-line)
WMIC
  • type the following command line and give Enter

/ Output: C:nume_lista.txt get product name, version

(output It can be changed depending on the partition you want to generate the list, for example D: or E: etc., and nume_lista is the name that you want to pass it generated)

generate_list
  • wait until you will be displayed again among WMIC: rootcli>Then type exit, Give Enter and close Command PromptCPC
  • then check partition selected as the output (In this case C :) and you will notice, as .txt, list of programs generated by cmd.
list-programs
  • open the. txt to check the list of programs installed on your system when generating
programs installed

Note: The installed programs are not displayed in the generated list default with Windowsul.

- How to generate a list of installand programs in Windows OS

Passionate about technology, I enjoy writing on StealthSettings.com since 2006. I have a rich experience in operating systems: macOS, Windows, and Linux, as well as in programming languages and blogging platforms (WordPress) and for online stores (WooCommerce, Magento, PrestaShop).

How to » Noteworthy » How can we generate a list of programs installed on an operating system Windows
Leave a Comment