mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-04-03 14:06:27 +00:00
Set RestartExplorer to false by default in Show-RevertSettingsModal function
This commit is contained in:
@@ -220,6 +220,6 @@ function Show-RevertSettingsModal {
|
||||
|
||||
return [PSCustomObject]@{
|
||||
SelectedFeatureIds = @()
|
||||
RestartExplorer = $true
|
||||
RestartExplorer = $false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user