Raphire / Win11Debloat

A simple, easy to use PowerShell script to remove pre-installed apps from Windows, disable telemetry, remove Bing from Windows search as well as perform various other changes to declutter and improve your Windows experience. This script works for both Windows 10 and Windows 11.
MIT License
12.88k stars 546 forks source link

Microsoft Sticky Notes #34

Closed mdixon1999 closed 7 months ago

mdixon1999 commented 7 months ago

I would like to NOT have Microsoft Sticky Notes removed automatically. I added the # before the entry in the Appslist text file, but it is still removed whenever I run the app.

I would also like the option to HIDE the Windows Copilot instead of removing it completely, at least for now while it is in Beta mode. The problem is there is no standalone installer for Copilot so once it's gone the only way to get back is through a Microsoft Windows or Office Update currently.

Raphire commented 7 months ago

Heya,

I am unfortunately unable to reproduce the first issue related to the app being removed even after adding the # symbol. Apps get removed and skipped as expected. Did you save the appslist.txt file before executing the script?

As for copilot. Currently Win11Debloat doesn't remove copilot. It disables the feature on a system wide level. To re-enable it use the registry file called Enable_Copilot.reg, which is included with the script in the Regfiles > Undo folder. You may have to restart your PC after running this reg file.

mdixon1999 commented 7 months ago

Ok. I am not sure what is happening then. I will try again the next time I build a new image.

Thank you very much for your efforts and your response!

Raphire commented 7 months ago

You're welcome! I'll close this issue, but feel free to open a new issue in the future if you encounter any problems :)