Fixed spacing

This commit is contained in:
Raphire
2024-07-02 19:12:34 +02:00
parent 6049800f10
commit deb2428c8a

View File

@@ -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