Inital commit.

This commit is contained in:
2019-11-11 19:22:39 -05:00
parent f89d330f14
commit a052b43b22
80 changed files with 5989 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
$LTGUIDList = @(
"{3f460d4c-d217-46b4-80b6-b5ed50bd7cf5}")
foreach ($guid in $LTGUIDList) {
Start-Process "msiexec.exe" -ArgumentList "/x ${guid} /qn" -Wait
}