Removed Publisher

This commit is contained in:
Markus Fleschutz 2020-12-30 11:06:29 +00:00
parent f83beaca87
commit 08698f889f

View File

@ -7,7 +7,7 @@
#>
try {
get-itemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | select-object DisplayName,DisplayVersion,Publisher,InstallDate | format-table -autoSize
get-itemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | select-object DisplayName,DisplayVersion,InstallDate | format-table -autoSize
exit 0
} catch {
write-error "ERROR in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"