added settings file

This commit is contained in:
Michael H.G. Schmidt 2021-03-07 17:33:31 +01:00
parent dea9bb2a28
commit dcadfaeedb
2 changed files with 12 additions and 2 deletions

View File

@ -15,6 +15,12 @@ date /t
time /t
echo.
echo loading settings ...
call settings.cmd
echo windows_updates=%windows_updates%
echo.
echo ++++++++++++++++++
echo creating %T% ...
mkdir %T% 1>nul 2>nul
@ -44,8 +50,10 @@ call copy-exefiles.cmd
echo.
rem this must be done EARLY!
if %windows_updates% == 0 (
call disable-updates.cmd
echo.
)
rem allow execution of any powershell script ...
powershell -Command "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine"

2
scripts/settings.cmd Normal file
View File

@ -0,0 +1,2 @@
set windows_updates=1