added settings file
This commit is contained in:
parent
dea9bb2a28
commit
dcadfaeedb
@ -15,6 +15,12 @@ date /t
|
|||||||
time /t
|
time /t
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
echo loading settings ...
|
||||||
|
call settings.cmd
|
||||||
|
echo windows_updates=%windows_updates%
|
||||||
|
echo.
|
||||||
|
echo ++++++++++++++++++
|
||||||
|
|
||||||
echo creating %T% ...
|
echo creating %T% ...
|
||||||
mkdir %T% 1>nul 2>nul
|
mkdir %T% 1>nul 2>nul
|
||||||
|
|
||||||
@ -44,8 +50,10 @@ call copy-exefiles.cmd
|
|||||||
echo.
|
echo.
|
||||||
|
|
||||||
rem this must be done EARLY!
|
rem this must be done EARLY!
|
||||||
|
if %windows_updates% == 0 (
|
||||||
call disable-updates.cmd
|
call disable-updates.cmd
|
||||||
echo.
|
echo.
|
||||||
|
)
|
||||||
|
|
||||||
rem allow execution of any powershell script ...
|
rem allow execution of any powershell script ...
|
||||||
powershell -Command "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine"
|
powershell -Command "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine"
|
||||||
|
2
scripts/settings.cmd
Normal file
2
scripts/settings.cmd
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
set windows_updates=1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user