Bloatware Software Remove from Windows 11 on Domain Computers

Shamyog 1 Reputation point
2022-05-25T16:50:35.95+00:00

Recently we upgraded our windows 10 OS to windows 11 but there are a bunch of bloatware apps (facebook, tiktok, Disney+, etc); is there a way to uninstall these apps on these computers at once? Maybe using PowerShell?

Thank you.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,166 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Kapil Arya 7,596 Reputation points MVP
    2022-05-26T11:38:12.77+00:00

    Open Terminal/PowerShell.

    Type winget list and press Enter.

    Then type winget uninstall XXXX and substitute XXXX with app name you want to uninstall.

    Repeat this for apps you want to remove.

    Hope this helps!


  2. MotoX80 31,571 Reputation points
    2022-05-27T20:59:42.557+00:00
    0 comments No comments