Itemized List of All Installed Programs (I want to print this list)


  1. Posts : 53
    Windows 10
       #1

    Itemized List of All Installed Programs (I want to print this list)


    I know more than a few times I asked for tech support. Someone here had me run a program. While it did many things one thing it did, it created a text file with all the major (or all) programs installed on my computer. I guess that is necessary when helping me troubleshoot?

    I want a text file of the majority of programs installed on the computer. I'd like to be able to edit this and leave notes. Even if not designed for this - which program should I use?
      My Computer


  2. Posts : 19,518
    W11+W11 Developer Insider + Linux
       #2

    All installed programs that appear in Start menu are in folder: C:\Users\your name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
      My Computers


  3. Posts : 141
    Win 10
       #3

    Take a look at Belarc Advisor - it's free.

    Products: Belarc Advisor
      My Computer


  4. rqt
    Posts : 130
    Windows 10 mainly 64 bit
       #4

    I use ccleaner (free) to create a text file like this. Go to Tools/Uninstall to get the list on screen & then use "Save to text file" button at bottom right to save file.

    You can then edit in your chosen text editor.
      My Computer


  5. Posts : 56,830
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #5

    Tonys317 said:
    I know more than a few times I asked for tech support. Someone here had me run a program. While it did many things one thing it did, it created a text file with all the major (or all) programs installed on my computer. I guess that is necessary when helping me troubleshoot?

    I want a text file of the majority of programs installed on the computer. I'd like to be able to edit this and leave notes. Even if not designed for this - which program should I use?
    Belarc is quite good with much detail info, but not to handy for editing and adding notes. Great resource, though, and gives info about Apps/Programs and a whole lot more. Should be in your tool box in any case.

    CCleaner will work, also, plain text file, which you can edit with Notepad.

    If you don't want to use a 3rd party just for that, Windows Powershell can do it quite well.



    This may be just what you're looking for:

    Code:
    Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize
    This one will produce a text file....sub your user name:

    Code:
    Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize > C:\Users\Lori\Documents\InstalledPrograms-PS.txt
    How to Create a List of Your Installed Programs on Windows

    An example of the output. Can be edited with notepad, or Office Apps.

    Itemized List of All Installed Programs (I want to print this list)-2018-07-20_05h14_20.png
    Last edited by f14tomcat; 20 Jul 2018 at 05:04.
      My Computers


  6. Posts : 2,935
    Windows 10 Home x64
       #6

    Geek Uninstaller can also generate that list in html format.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 03:00.
Find Us




Windows 10 Forums