HELP! I can't get rid of Outlook.

Joined
May 10, 2005
Messages
3,197
Location
Toronto, Canada
No matter how hard I try. Here is me deleting it
Screenshot (41).webp


Even after deleting it (tried a number of times), Outlook still keeps popping up
Screenshot (42).webp
 
grok "what is the powershell command to uninstall outlook" query:

requires elevated privileges

Code:
Get-AppxPackage -AllUsers Microsoft.OutlookForWindows | Remove-AppxPackage -AllUsers

no idea if this works
 
It should help.
This is Outlook New, for what it's worth. It's not the usual Outlook. It's even nastier.

And it will likely come back if you use Windows Mail
 
grok "what is the powershell command to uninstall outlook" query:

requires elevated privileges

Code:
Get-AppxPackage -AllUsers Microsoft.OutlookForWindows | Remove-AppxPackage -AllUsers

no idea if this works
Yes this would be valid.

You can run this without any concern it's doing anything "wrong". It should remove Outlook for you and all users of the machine.
 
Back
Top Bottom