Update Reimage PC.ps1

This commit is contained in:
2024-10-09 01:04:35 +00:00
parent 29b14cc2f4
commit d74e5725b4

View File

@@ -55,8 +55,6 @@ Start-Process "$Temp\cura.exe" -ArgumentList "/S" -Wait
Invoke-WebRequest 'https://download01.logi.com/web/ftp/pub/techsupport/gaming/lghub_installer.exe' -OutFile "$Temp\lghub.exe"
Start-Process "$Temp\lghub.exe" -ArgumentList "--silent" -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