mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 02:56:17 +00:00
Fixed missing line in appslist initialisation
This commit is contained in:
@@ -13,7 +13,7 @@ Write-Output ""
|
||||
if ($remove_apps -eq 'y') {
|
||||
Write-Output "Uninstalling pre-installed windows 10 applications..."
|
||||
|
||||
$apps =
|
||||
$apps = @(
|
||||
# These apps will be uninstalled by default:
|
||||
#
|
||||
# If you wish to KEEP any of the apps below simply add a # character
|
||||
|
||||
Reference in New Issue
Block a user