Update Reimage PC.ps1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user