hardcoding removsal

This commit is contained in:
Michael H.G. Schmidt 2023-02-20 09:24:42 +01:00
parent 4165743491
commit 1a89bb1ebc
14 changed files with 17 additions and 17 deletions

View File

@ -1,10 +1,9 @@
@echo off
set TOOLS=c:\tools
echo ####### %0 #######
echo Cleaning up tiles in the START menu ...
powershell -command %TOOLS%\scripts\cleanup-tiles.ps1
powershell -command .\cleanup-tiles.ps1
echo ####### %0 #######

View File

@ -1,6 +1,6 @@
@echo off
set TOOLS=c:\tools
set TOOLS=%SystemDrive%\tools
set SOFTWARE=..\software
set COMPANY=..\company

View File

@ -1,10 +1,9 @@
@echo off
set TOOLS=c:\tools
echo ####### %0 #######
echo Disabling unwanted NETWORK features ...
powershell -command %TOOLS%\scripts\disable-networkfeatures.ps1
powershell -command .\disable-networkfeatures.ps1
echo ####### %0 #######

View File

@ -1,5 +1,5 @@
@echo off
set TOOLS=c:\tools
set TOOLS=%SystemDrive%\tools
echo ####### %0 #######

View File

@ -1,7 +1,7 @@
@echo off
set CONFIG=config\install-git.txt
set TOOLS=c:\tools
set TOOLS=%SystemDrive%\tools
set EXE=..\software\git-setup.exe
if NOT EXIST %EXE% (

View File

@ -1,5 +1,5 @@
@echo off
set TOOLS=c:\tools
set TOOLS=%SystemDrive%\tools
set TARGET="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Startup"
echo ####### %0 #######

View File

@ -2,7 +2,7 @@
set TOOLS=c:\tools
set CONFIG=%TOOLS%\scripts\config
set THEMES=C:\Windows\Resources\Themes
set THEMES=%windir%\Resources\Themes
echo ####### %0 #######

View File

@ -1,5 +1,5 @@
@echo off
set TOOLS=c:\tools
set TOOLS=%SystemDrive%\tools
set newPATH=%SYSTEMROOT%;%SYSTEMROOT%\system32;^
%SYSTEMROOT%\system32\wbem;^

View File

@ -1,6 +1,6 @@
@echo off
set %TOOLS%=c:\tools
set %TOOLS%=%SystemDrive%\tools
set ARG1=null
IF "%~1" NEQ "" set ARG1=%1

View File

@ -1,6 +1,6 @@
@echo off
set TOOLS=c:\tools
set TOOLS=%SystemDrive%\tools
echo ####### %0 #######

View File

@ -2,7 +2,8 @@
set SCRIPTS=..\scripts
set SOFTWARE=..\software
set T=c:\TEMP
set T=%SystemDrive%\TEMP
set TOOLS=%SystemDrive%\tools
set MSI=7z-setup.msi
if NOT EXIST %SOFTWARE%\%MSI% (

View File

@ -1,6 +1,6 @@
@echo off
set TOOLS=c:\tools
set TOOLS=%SystemDrive%\tools
set SOFTWARE=..\software
set TARGET="%ProgramFiles%\WindowsPowerShell\Modules"

View File

@ -2,7 +2,8 @@
set SCRIPTS=..\scripts
set SOFTWARE=..\software
set T=c:\TEMP
set T=%SystemDrive%\TEMP
set TOOLS=%SystemDrive%\tools
set MSI=vnc-setup.msi
if NOT EXIST %SOFTWARE%\%MSI% (

View File

@ -1,8 +1,8 @@
@echo off
set TOOLS=c:\tools
set T=%SystemDrive%\TEMP
set TOOLS=%SystemDrive%\tools
set SOFTWARE=..\software
set T=c:\TEMP
echo ####### %0 #######