Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Debloater not removing some apps on Windows 10 1909 #213

Open
Thibaud49 opened this issue Jan 7, 2020 · 5 comments
Open

Debloater not removing some apps on Windows 10 1909 #213

Thibaud49 opened this issue Jan 7, 2020 · 5 comments

Comments

@Thibaud49
Copy link

Hi
Some applications are still present after passing the GUI debloater. Skype, all Microsoft Office applications, Onenote app, linkedin, Microsoft Solitaire Collection, Windows Feedback Hub, weather...
I'm on Windows 10 v1909
thx

@geekosupremo
Copy link

I'm seeing the same behavior.

I set the execution policy Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted
Then use the script recommended by the README - .\Windows10Debloater.ps1

After the script has run, the Start Menu remains un-changed.

@doobersn
Copy link

Me as well. I removed all of them with the gui option with admin rights and the execution policy via powershell and they're still there. I just checked gamebar and it loads up.

@xsisbest
Copy link

xsisbest commented Feb 4, 2020

Just to check but are you running this on your own account? As far as I'm aware, it will only clean up new or unused user accounts. So basically the default user profile. Then every new user that is created will get a nice clean, debloated experience. It doesn't work on existing accounts though. (in the past that was case, unless somethings changed)

@MingyaoLiu
Copy link

Check your execution-policy with Get-ExecutionPolicy -List.
Check if your currentUser is set to unrestricted.
If not set unrestricted with Set-ExecutionPolicy Unrestricted -Force -Scope CurrentUser

@geekosupremo
Copy link

When I run the scripts post installation, the Execution-Policy is -Scope Process Bypass I have also run it -Scope Process Unrestricted, both seem to have no positive effect when running these scripts.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants