MSEndpointMgr / ConfigMgr

Microsoft Endpoint Configuration Manager scripts and tools
628 stars 282 forks source link

Invoke-RemoveBuiltinApps manually as admin or system user #362

Open Michael-Hennemann opened 5 months ago

Michael-Hennemann commented 5 months ago

Hi,

I am trying to run the Invoke-RemoveBuiltinApps.ps1 on my VDI golden Image manually to remove all the bloatware from Win11.

I've tried it as Administrator and as SYSTEM user and in both cases a new user (even with a brand new user profile) that logs on still can see all the stuff I wanted to get rid off.

When I run it as Administrator I can see all the apps disappearing for the Administrator but not for the other users.

How do I apply this for ALL users logging on to my Win 11? Do I have to run it as some sort of logon script in user context at the first logon when the user profile is created?

Cheers Michael