mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-04-03 22:16:30 +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]@{
|
return [PSCustomObject]@{
|
||||||
SelectedFeatureIds = @()
|
SelectedFeatureIds = @()
|
||||||
RestartExplorer = $true
|
RestartExplorer = $false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user