InitalCommit
This commit is contained in:
15
InstallTools/Download-OandO-Tools.cmd
Normal file
15
InstallTools/Download-OandO-Tools.cmd
Normal file
@@ -0,0 +1,15 @@
|
||||
@echo off
|
||||
REM ###################################################
|
||||
REM # @description: #
|
||||
REM # Download O&O Shutup 10 and App buster #
|
||||
REM # These tools are used for setting up the image #
|
||||
REM # #
|
||||
REM # @project: IMGSystTools #
|
||||
REM # @author: Bram Prieshof #
|
||||
REM ###################################################
|
||||
|
||||
PowerShell.exe "Invoke-WebRequest -UseBasicParsing -Uri https://dl5.oo-software.com/files/ooshutup10/OOSU10.exe -OutFile C:\SysTools\InstallTools\OOSU10.exe; Invoke-WebRequest -UseBasicParsing -Uri https://dl5.oo-software.com/files/ooappbuster/OOAPB.exe -OutFile C:\SysTools\InstallTools\OOAPB.exe.exe"
|
||||
echo Downlaod [OK]
|
||||
pause
|
||||
|
||||
|
||||
Reference in New Issue
Block a user