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