Skip to main content

How to get a list of software's that are installed on your PC.

Every day we spend our time by chatting or talking with our friends. During that conversation between you and your friend,your friend may ask you about the list of different types of software's that are installed on your computer.At that time you can you can give him the List of software that are residing on your PC by running a single command in Windows powershell. So lets see how to do this.
How to get a list of software's that are installed on your PC.

Steps:

1.Click on start button and type "windows powershell" or "powershell" and Run it with Administrative rights.
Run the Windows powershell with administrative rights.

2.Enter the below command in it and hit enter and wait for few seconds to see the list of software's on your computer as shown below.
 Get-WmiObject -Class Win32_Product | Select-Object -Property Name
Enter the above code and wait for few seconds
3. In order to export the list of software enter the below code in the powershell.
Get-WmiObject -Class Win32_Product | Select-Object -Property Name > C:/FFmpeg/a.txt
NOTE:In the above code change "C://FFmpeg/a.txt" to your desired location on the C drive.

Export the list by entering the above code.
4.Now browse to the path where the file has been saved and open it and you will see the list of software's as shown below.
List of software's that are there on your PC.
That's it friends i hope you enjoyed the article,if you have any queries feel free to ask through comments and have a nice day.

Comments

Popular posts from this blog

8 Important Tips to Protect Your Magento Store from Hacking

Protection of eCommerce and financial websites is necessary because these websites deal with monetary transactions and stand first as a victim in the list of cyber crime. Magento is the most popular eCommerce platform which also comes under threat of hacking by accessing unauthorized logins and other attacks. Magento Platform is rich in security features but security is needed on the admin level to protect it from cyber criminals. Here are some security tips that help you to protect your Magento store and keep your site safe: 1.Admin Path Customization: It is the first step you can take to keep your Magento site safe is to customize the admin path because the normal login pages and admin pages can easily be accessed by just hit and trial methods and it is very easy to navigate to admin page by hackers if the path remains unchanged. With the use of many hacking software available online, it is easy to guess user name and password combinations and these software can guess user n...

How to change the color of a folder in windows 8/7/vista/XP.

Have you ever tried to change the color of a folder in windows 8/7/vista and xp? Because in windows one cannot change the color of a folder as we do in MAC OS(without using software).So in this tutorial i am gonna show you how to change the color using third party programs like folderico and folder colorizer.So lets see. Methods: Method 1: 1.Go to softorino.com  and download the folder colorize file and install it using system administrative     rights(Right click on the download file and click on " Run as Administrator "). 2.After installation of the software choose the folder for which you want to change the color. 3.Right click on the selected folder and you will find an option called " colorize ! ".Move the cursor on the colorize option and it will show a list of colorized folder as shown below. 4.From the list choose your color and you will find the folder as shown below. Method 2: 1.Go to folderico and download the folderico file(Its a paid...

How to Check & Stop Keyloggers in Your PC/Laptop

Do you use public computers, Cyber-Cafe or PC? Then you must know about keyloggers. Keylogger is a small software that can be installed or hidden in your pc without your knowledge. That record user activity (keystroke) and make a log file. It is used by hackers or in companies in surveillance employees’ systems. It can capture your email login details, every click, visited website URLs and even your confidential data like, your bank account number, passwords, credit/ debit card details etc. Keylogger transmit your information to third parties and you can be a victim of an internet scam or frauds. It would be better to understand and protected you from them. In this post I will tell you how to get rid of keyloggers in easy steps. First, we should know how keylogger can be installed in your PC. How keylogger could attack your PC: By using infected pendrives/hard drives. While Downloading torrents, cracks, keygens from internet. Installed by person who wants to track you pc. ...