Windows Powershell Uninstall

Post Reply
ahmet
Site Admin
Posts: 66
Joined: Tue Feb 23, 2021 6:54 pm

Windows Powershell Uninstall

Post by ahmet »

Powershell yönetici olarak çalıştırılır, kod yazılır ve [ENTER] ile işlem başlar

Örnekte; Programlar kısmında officehub adlı uygulamaları siler.

Code: Select all

Get-AppxPackage *officehub* | Remove-AppxPackage
Post Reply