Added get installed check for classic start menu tweak (#2231)

Co-authored-by: Chris Titus <contact@christitus.com>
This commit is contained in:
btstromberg
2024-07-08 22:11:39 +02:00
committed by GitHub
parent 49b7224a6f
commit 7dcd0ed67e
3 changed files with 24 additions and 1 deletions

View File

@ -58,6 +58,9 @@ Function Invoke-WinUtilCurrentSystem {
$values += $False
}
}
else {
$values += $False
}
}
}