From 1d0a7bab43366aadb343d032da31b184356de1ea Mon Sep 17 00:00:00 2001 From: Michael Resta Date: Tue, 17 Jun 2025 03:59:13 +0000 Subject: [PATCH] Removed FreeCAD and Cura --- Reimage PC.ps1 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Reimage PC.ps1 b/Reimage PC.ps1 index 5fc13fa..4066b36 100644 --- a/Reimage PC.ps1 +++ b/Reimage PC.ps1 @@ -71,14 +71,6 @@ Start-Process "$Temp\bnet.exe" -ArgumentList '--lang=enUS --installpath="C:\Prog Invoke-WebRequest 'https://www.7-zip.org/a/7z2408-x64.exe' -OutFile "$Temp\7zip.exe" Start-Process "$Temp\7zip.exe" -ArgumentList "/S" -Wait -#Cura -Invoke-WebRequest 'https://github.com/Ultimaker/Cura/releases/download/5.8.1/UltiMaker-Cura-5.8.1-win64-X64.exe' -OutFile "$Temp\cura.exe" -Start-Process "$Temp\cura.exe" -ArgumentList "/S" -Wait - -#Free CAD -Invoke-WebRequest 'https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-WIN-x64-installer-1.exe' -OutFile "$Temp\freecad.exe" -Start-Process "$Temp\freecad.exe" -ArgumentList "/S" -Wait - #Epic Games Invoke-WebRequest 'https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi' -OutFile "$Temp\epic.msi" Start-Process "$Temp\epic.msi" -ArgumentList "/quiet" -Wait @@ -99,5 +91,6 @@ Start-Process "$Temp\citrix.exe" -ArgumentList "/silent" -Wait Invoke-WebRequest 'https://app.action1.com/agent/3b2892f0-b338-11ef-8716-4732f77fc464/Windows/agent(My_Organization).msi' -OutFile "$Temp\action1.msi" Start-Process "$Temp\action1.msi" -ArgumentList "/silent" -Wait + #Cleanup Remove-Item $Temp -Recurse \ No newline at end of file