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
14.2k stars 615 forks source link

`CustomAppsList` small but useful Feature: Please allow to have # comments in this file #103

Closed schittli closed 3 months ago

schittli commented 3 months ago

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.

Describe the solution you'd like It would be great if you could add a simple rule while reading the CustomAppsList file:

  1. Each Line will be handled by Trim()
  2. 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 😃

Thanks a lot, kind regards, Thomas

Raphire commented 3 months ago

Heya,

I'll see if I can squeeze this in soon as this seems like a useful feature :)

Raphire commented 3 months ago

This has been added as of dbab8e3! The CustomAppsList file now supports # comments just like Appslist.txt