[go: nahoru, domu]

Skip to content

Commit

Permalink
Fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphire committed Jul 2, 2024
1 parent 6049800 commit deb2428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Win11Debloat.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ function RemoveApps {
Write-Output ""

if ($( Read-Host -Prompt "Would you like to forcefully uninstall Edge? NOT RECOMMENDED! (y/n)" ) -eq 'y') {
Write-Output ""
ForceRemoveEdge
}
}
Expand Down Expand Up @@ -380,7 +381,6 @@ function RemoveApps {

function ForceRemoveEdge {
# Based on work from loadstring1 & ave9858
Write-Output ""
Write-Output "> Forcefully uninstalling Microsoft Edge..."

$regView = [Microsoft.Win32.RegistryView]::Registry32
Expand Down

0 comments on commit deb2428

Please sign in to comment.