Sycnex / Windows10Debloater

Script to remove Windows 10 bloatware.
MIT License
17.95k stars 2.03k forks source link

Debloater not removing some apps on Windows 10 1909 #213

Open Thibaud49 opened 4 years ago

Thibaud49 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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.