How to generate a list of installed programs on my PC using CMD or PowerShell

throughout your use of the computer You will accumulate endless applications, of which, there will be more or less some you use. The truth is that as long as you don’t take action, they will continue to take up your storage space, affecting the normal performance of your system. Now that you’d think the history of downloading and installing software on your PC was incomprehensible, wouldn’t there really be a need for a way to know all the applications on your system?

The truth is, your computer has various features that can make your life easier, see the total number of applications installed on it, and even more details.they make sure The process is not complicated, the steps are simple You can get detailed information about the current state of the system so you can take action according to your needs.

power shell icon on line of code

How many ways can a list of installed programs be created in Windows?

When all you’re looking for is knowing the list of applications on your personal computer, the process isn’t that complicated.However, when you are in charge of a conglomerate, they intend to maintain some Unauthorized software installationor require specific inventory, the process may seem more complicated.

On the other hand, for all cases, there are enough solutions or processes, and that’s where it comes into play, determining which resource or tool is most useful Get the necessary information. As we all know, depending on the version of PowerShell you have installed on Windows 10, you can take advantage of very useful features.

one of them Request a list of current appswhile Command Prompt can be another very effective option, the best advice is that you read through everything we have for you, and then you can determine the most convenient way.

from the start menu

The first option you have to generate a list of programs on a Windows PC is the easiest and works for you if you don’t need a list in any particular format. To get it, follow these steps:

person using laptop

  • On the taskbar, open the start menu and select the gear symbol (or right-click the start symbol itself) to enter the Settings panel.
  • There, it’s time to click «Apps» and then «Apps & Features.»
  • You’ll get a list of all the programs available on your PC, and as you scroll, you’ll be able to see the full content. To export this list, you can take a screenshot, paste it into a word processor or similar program, and export it in your preferred format.

List of programs using PowerShell

PowerShell is a powerful tool that executes different processes through commands, you may be interested to learn how to change my username in Windows 10 using PowerShell. However, if you want to install a list of applications on your PC, please follow the instructions below:

  • The first is to open a new PowerShell console, enter its name in the start search bar, then right-click the resulting option and select «Run as administrator».
  • Now just enter the following command, «Get-WmiObject -Class Win32_Product | select -Object -PropertyName>Path and name of file.txt», remember the path and name of the custom file.
  • Then you go to that path and get the container document from the Windows application list. If you’re interested in learning more about this tool, you can check out the official PowerShell page.

List of programs using CMD

The most popular command launcher, Command Prompt, also provides the following features: Learn about the active application list In your Windows, all you have to do for this is:

  • Go to your desktop’s taskbar and click on the start menu, now type «CMD», right click in the «Command Prompt» option and select «Run as administrator».
  • The following is simple, enter «wmic» and then run «/output:C:list.txt product get name, version». In this case, a text file will be generated on the local drive C with all the information about the installed application.

How does Get-RemoteProgram work with PowerShell to create a list?

Remote work is an important area of ​​business production these days, and the systems that come with it can perform tasks efficiently, and Microsoft 365 is one of the most reliable options on the market, so it’s important to learn how to add new users to an Office 365 group.In this sense, PowerShell is a Remote system managementso one of the ways to get a list of programs for a particular computer is:

  • First, you need to download the PowerShell script from Get-RemoteProgram, you can get it on the official Microsoft TechNet website, and place the file in your operating system’s folder, on your hard drive.
  • Now run a PowerShell window with administrative privileges. Enter the first command «Set-ExecutionPolicyUnrestricted» followed by «A» to confirm.
  • Time to enter the command «Get-RemoteProgram» (to view the list) or «Get-RemoteProgram>list.tx» (to be able to export the list).

Run command icon on Windows desktop

How do I find programs installed on my computer?

There is also a case of finding a specific program installed on the system, in this case the easiest way is to go to the start menu and write the name of the application you are looking for, you can also Click «All Apps» And check the related programs in the list.

Deja un comentario