Fix Start Menu apps not being set correctly for all users when running script for other user (#637)

This commit is contained in:
Jeffrey
2026-06-18 23:02:25 +02:00
committed by GitHub
parent a7a46bb5bf
commit c039b04717
4 changed files with 12 additions and 19 deletions

View File

@@ -1,6 +1,5 @@
function Show-RestoreBackupDialog {
param(
[Parameter(Mandatory = $false)]
[System.Windows.Window]$Owner = $null
)