This commit is contained in:
2020-08-14 14:19:37 -04:00
parent d18f8dad97
commit f2b358d8dd
24 changed files with 253 additions and 180 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
$LTGUIDList = @(
"{3f460d4c-d217-46b4-80b6-b5ed50bd7cf5}")
foreach ($guid in $LTGUIDList) {
ForEach ($guid in $LTGUIDList) {
Start-Process "msiexec.exe" -ArgumentList "/x ${guid} /qn" -Wait
}