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
14.2k
stars
615
forks
source link
`CustomAppsList` small but useful Feature: Please allow to have # comments in this file #103
Hello
Thanks a lot for sharing your great work!, your Tool makes Windows much more useful.
Is your feature request related to a problem? Please describe.
I have created a CustomAppsList file,
but for many Apps I had to google for information to decide if I want to keep or remove it
therefore, I have added comments to the CustomAppsList file
The comments helps very much to easily review this list at any time later 😀
If I use Win11Debloat to remove the Apps in my CustomAppsList, then it tries to find and remove the comment-lines, too
Describe the solution you'd like
It would be great if you could add a simple rule while reading the CustomAppsList file:
Each Line will be handled by Trim()
If the 1st Character is #, then the line will be remmoved
Describe alternatives you've considered
I could pre-process the CustomAppsList file before calling Win11Debloat, but then your great Quick method does no longer work 😢
Additional context
I guess that other users would be happy with this small additional feature, too 😃
Hello Thanks a lot for sharing your great work!, your Tool makes Windows much more useful.
Is your feature request related to a problem? Please describe.
CustomAppsList
file,CustomAppsList
fileCustomAppsList
, then it tries to find and remove the comment-lines, tooDescribe the solution you'd like It would be great if you could add a simple rule while reading the
CustomAppsList
file:#
, then the line will be remmovedDescribe alternatives you've considered I could pre-process the
CustomAppsList
file before calling Win11Debloat, but then your great Quick method does no longer work 😢Additional context I guess that other users would be happy with this small additional feature, too 😃
Thanks a lot, kind regards, Thomas