Загрузка данных


PS C:\Users\arinagruseva> Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*, HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* -ErrorAction SilentlyContinue | Where-Object { $_.DisplayName -match 'Dynamo' } | Select-Object DisplayName, PSChildName, InstallSource, UninstallString | Format-List


DisplayName     : Dynamo Core 1.3.4
PSChildName     : {D4CCA021-5685-4A3D-9D17-6BF8C5053E0D}
InstallSource   : C:\Mac\Home\Desktop\windows\revit\x64\DYN\
UninstallString :



PS C:\Users\arinagruseva>