Fixed install and deploy tools
This commit is contained in:
@@ -1 +1 @@
|
||||
7zip bulk-crap-uninstaller caesium.install firefox gimp handbrake inkscape libreoffice-fresh notepadplusplus paint.net pdfsam.install pnggauntlet.install vlc vscode.install xnconvert.install choco install googlechrome pswindowsupdate git
|
||||
7zip;caesium.install;firefox;gimp;handbrake;inkscape;libreoffice-fresh;notepadplusplus;paint.net;pdfsam.install;pnggauntlet.install;vlc;vscode.install;xnconvert.install;googlechrome;pswindowsupdate;git
|
||||
@@ -9,7 +9,7 @@ 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]
|
||||
echo Download [OK]
|
||||
pause
|
||||
|
||||
|
||||
|
||||
@@ -14,9 +14,9 @@ NET SESSION >nul 2>&1
|
||||
IF %ERRORLEVEL% EQU 0 (
|
||||
echo Install packages listed in Choco-PKGS.list
|
||||
pause
|
||||
PowerShell.exe "$content = [IO.File]::ReadAllText("C:\SysTools\InstallTools\Choco-PKGS.list"); choco install $content -y"
|
||||
PowerShell.exe "$content = [IO.File]::ReadAllText('C:\SysTools\InstallTools\Choco-PKGS.list'); choco install $content -y"
|
||||
echo Chocolatey installed
|
||||
pasue
|
||||
pause
|
||||
) ELSE (
|
||||
echo Please run this script as administrator
|
||||
pause
|
||||
|
||||
14
InstallTools/unblock-Tools.cmd
Normal file
14
InstallTools/unblock-Tools.cmd
Normal file
@@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
|
||||
REM ###############################################################
|
||||
REM # @description: #
|
||||
REM # Unblocks all files from this repo so SmartScreen is happy #
|
||||
REM # #
|
||||
REM # @project: IMGSystTools #
|
||||
REM # @author: Bram Prieshof #
|
||||
REM ###############################################################
|
||||
|
||||
PowerShell.exe "dir -Path 'C:\SysTools' -Recurse | Unblock-File"
|
||||
|
||||
echo Unblock [OK]
|
||||
pause
|
||||
Reference in New Issue
Block a user