mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 11:06:18 +00:00
Fixed spacing
This commit is contained in:
@@ -352,6 +352,7 @@ function RemoveApps {
|
|||||||
Write-Output ""
|
Write-Output ""
|
||||||
|
|
||||||
if ($( Read-Host -Prompt "Would you like to forcefully uninstall Edge? NOT RECOMMENDED! (y/n)" ) -eq 'y') {
|
if ($( Read-Host -Prompt "Would you like to forcefully uninstall Edge? NOT RECOMMENDED! (y/n)" ) -eq 'y') {
|
||||||
|
Write-Output ""
|
||||||
ForceRemoveEdge
|
ForceRemoveEdge
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -380,7 +381,6 @@ function RemoveApps {
|
|||||||
|
|
||||||
function ForceRemoveEdge {
|
function ForceRemoveEdge {
|
||||||
# Based on work from loadstring1 & ave9858
|
# Based on work from loadstring1 & ave9858
|
||||||
Write-Output ""
|
|
||||||
Write-Output "> Forcefully uninstalling Microsoft Edge..."
|
Write-Output "> Forcefully uninstalling Microsoft Edge..."
|
||||||
|
|
||||||
$regView = [Microsoft.Win32.RegistryView]::Registry32
|
$regView = [Microsoft.Win32.RegistryView]::Registry32
|
||||||
|
|||||||
Reference in New Issue
Block a user