mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-06-11 02:56:32 +00:00
Move trailing ellipsis out of config
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -25,7 +25,7 @@ function RemoveApps {
|
|||||||
& $script:ApplySubStepCallback "Removing apps ($appIndex/$appCount)" $appIndex $appCount
|
& $script:ApplySubStepCallback "Removing apps ($appIndex/$appCount)" $appIndex $appCount
|
||||||
}
|
}
|
||||||
|
|
||||||
Write-Host "Attempting to remove $app..."
|
Write-Host "Removing $app"
|
||||||
|
|
||||||
# Use WinGet only to remove OneDrive and Edge
|
# Use WinGet only to remove OneDrive and Edge
|
||||||
if (($app -eq "Microsoft.OneDrive") -or ($edgeIds -contains $app)) {
|
if (($app -eq "Microsoft.OneDrive") -or ($edgeIds -contains $app)) {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ function ExecuteParameter {
|
|||||||
|
|
||||||
# If feature has RegistryKey and ApplyText, use dynamic ImportRegistryFile
|
# If feature has RegistryKey and ApplyText, use dynamic ImportRegistryFile
|
||||||
if ($feature -and $feature.RegistryKey -and $feature.ApplyText) {
|
if ($feature -and $feature.RegistryKey -and $feature.ApplyText) {
|
||||||
ImportRegistryFile "> $($feature.ApplyText)" $feature.RegistryKey
|
ImportRegistryFile "> $($feature.ApplyText)..." $feature.RegistryKey
|
||||||
|
|
||||||
# Handle special cases that have additional logic after ImportRegistryFile
|
# Handle special cases that have additional logic after ImportRegistryFile
|
||||||
switch ($paramKey) {
|
switch ($paramKey) {
|
||||||
|
|||||||
Reference in New Issue
Block a user