Delete Cortana

 Open PowerShell as administrator runs the following command.

Get-appxpackage (used for checking if Cortana exists in the computer)

If it exists, try to uninstall it for all user accounts with the command line below.

Get-appxpackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage

Bests,

댓글 쓰기

다음 이전