Hi, John. Thanks for reaching out! I'm an Independent Advisor and a Microsoft user like you, and I am here to work with you on this issue.
Here's what you do in order to print a list of installed software:
- Press WIN + X and select Windows PowerShell (Admin)
- Run the following commands, pressing Enter after each one of them
wmic
/output:C:\list.txt product get name, version
- Go to C:\ and you'll see the file list.txt with all your installed softwares in it, allowing you to print it.
I hope this helps! Please let me know if that works for you, ok?