Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Windows 10 - Get a list of installed apps into a text file

Get-ItemProperty HKLM:SoftwareWow6432NodeMicrosoftWindowsCurrentVersionUninstall* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize > C:app.txt
Source by www.makeuseof.com #
 
PREVIOUS NEXT
Tagged: #Windows #Get #list #installed #apps #text #file
ADD COMMENT
Topic
Name
1+5 =