0
Powershell Kullanarak Uygulamayı Kaldır
Aşağıdaki powershell betiğine sahibim, ancak döndürülen sonuç, yönetici olarak yüksek haklarla çalışırken bile her zaman 1603'tür. $app = Get-WmiObject -Class Win32_Product -Filter "Name = 'Microsoft Visio Standard 2013'" if ($app) { echo $app $app.Uninstall() } Hata döndürüldü: IdentifyingNumber : {90150000-0053-0000-0000-0000000FF1CE} Name : Microsoft Visio Standard 2013 Vendor : Microsoft Corporation …