hardcoding removsal
This commit is contained in:
parent
4165743491
commit
1a89bb1ebc
@ -1,10 +1,9 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set TOOLS=c:\tools
|
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
echo Cleaning up tiles in the START menu ...
|
echo Cleaning up tiles in the START menu ...
|
||||||
powershell -command %TOOLS%\scripts\cleanup-tiles.ps1
|
powershell -command .\cleanup-tiles.ps1
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set TOOLS=c:\tools
|
set TOOLS=%SystemDrive%\tools
|
||||||
set SOFTWARE=..\software
|
set SOFTWARE=..\software
|
||||||
set COMPANY=..\company
|
set COMPANY=..\company
|
||||||
|
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set TOOLS=c:\tools
|
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
echo Disabling unwanted NETWORK features ...
|
echo Disabling unwanted NETWORK features ...
|
||||||
powershell -command %TOOLS%\scripts\disable-networkfeatures.ps1
|
powershell -command .\disable-networkfeatures.ps1
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set TOOLS=c:\tools
|
set TOOLS=%SystemDrive%\tools
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set CONFIG=config\install-git.txt
|
set CONFIG=config\install-git.txt
|
||||||
set TOOLS=c:\tools
|
set TOOLS=%SystemDrive%\tools
|
||||||
set EXE=..\software\git-setup.exe
|
set EXE=..\software\git-setup.exe
|
||||||
|
|
||||||
if NOT EXIST %EXE% (
|
if NOT EXIST %EXE% (
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set TOOLS=c:\tools
|
set TOOLS=%SystemDrive%\tools
|
||||||
set TARGET="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Startup"
|
set TARGET="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Startup"
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
set TOOLS=c:\tools
|
set TOOLS=c:\tools
|
||||||
|
|
||||||
set CONFIG=%TOOLS%\scripts\config
|
set CONFIG=%TOOLS%\scripts\config
|
||||||
set THEMES=C:\Windows\Resources\Themes
|
set THEMES=%windir%\Resources\Themes
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set TOOLS=c:\tools
|
set TOOLS=%SystemDrive%\tools
|
||||||
|
|
||||||
set newPATH=%SYSTEMROOT%;%SYSTEMROOT%\system32;^
|
set newPATH=%SYSTEMROOT%;%SYSTEMROOT%\system32;^
|
||||||
%SYSTEMROOT%\system32\wbem;^
|
%SYSTEMROOT%\system32\wbem;^
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set %TOOLS%=c:\tools
|
set %TOOLS%=%SystemDrive%\tools
|
||||||
set ARG1=null
|
set ARG1=null
|
||||||
|
|
||||||
IF "%~1" NEQ "" set ARG1=%1
|
IF "%~1" NEQ "" set ARG1=%1
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set TOOLS=c:\tools
|
set TOOLS=%SystemDrive%\tools
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
set SCRIPTS=..\scripts
|
set SCRIPTS=..\scripts
|
||||||
set SOFTWARE=..\software
|
set SOFTWARE=..\software
|
||||||
set T=c:\TEMP
|
set T=%SystemDrive%\TEMP
|
||||||
|
set TOOLS=%SystemDrive%\tools
|
||||||
set MSI=7z-setup.msi
|
set MSI=7z-setup.msi
|
||||||
|
|
||||||
if NOT EXIST %SOFTWARE%\%MSI% (
|
if NOT EXIST %SOFTWARE%\%MSI% (
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set TOOLS=c:\tools
|
set TOOLS=%SystemDrive%\tools
|
||||||
set SOFTWARE=..\software
|
set SOFTWARE=..\software
|
||||||
set TARGET="%ProgramFiles%\WindowsPowerShell\Modules"
|
set TARGET="%ProgramFiles%\WindowsPowerShell\Modules"
|
||||||
|
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
set SCRIPTS=..\scripts
|
set SCRIPTS=..\scripts
|
||||||
set SOFTWARE=..\software
|
set SOFTWARE=..\software
|
||||||
set T=c:\TEMP
|
set T=%SystemDrive%\TEMP
|
||||||
|
set TOOLS=%SystemDrive%\tools
|
||||||
set MSI=vnc-setup.msi
|
set MSI=vnc-setup.msi
|
||||||
|
|
||||||
if NOT EXIST %SOFTWARE%\%MSI% (
|
if NOT EXIST %SOFTWARE%\%MSI% (
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set TOOLS=c:\tools
|
set T=%SystemDrive%\TEMP
|
||||||
|
set TOOLS=%SystemDrive%\tools
|
||||||
set SOFTWARE=..\software
|
set SOFTWARE=..\software
|
||||||
set T=c:\TEMP
|
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user