finalizing

This commit is contained in:
Michael H.G. Schmidt 2021-03-31 01:11:03 +02:00
parent 96a9267c58
commit fcf540d765
3 changed files with 14 additions and 8 deletions

View File

@ -27,16 +27,17 @@ cd /D %SCRIPTS%
if EXIST settings.cmd (
echo loading settings ...
call settings.cmd
echo ++++++++++++++++++
echo windows_updates=%windows_updates%
echo ++++++++++++++++++
echo.
) else (
echo WARNING: settings.cmd not found!
echo setting defaults ...
set windows_updates=1
)
echo ++++++++++++++++++
echo windows_updates=%windows_updates%
echo ++++++++++++++++++
echo.
rem 7-zip is essential for other scripts ...
call unpack-7zip.cmd
echo.

View File

@ -10,16 +10,17 @@ echo ####### %0 #######
if EXIST settings.cmd (
echo loading settings ...
call settings.cmd
echo ++++++++++++++++++
echo logon_logo=%logon_logo%
echo ++++++++++++++++++
echo.
) else (
echo WARNING: settings.cmd not found!
echo setting defaults ...
set logon_logo=1
)
echo ++++++++++++++++++
echo logon_logo=%logon_logo%
echo ++++++++++++++++++
echo.
if %logon_logo% == 1 (
rem windows logo taken from: http://pngimg.com/image/23601
set LOGO=config\windows-logo.png

View File

@ -236,6 +236,10 @@ rd /S /Q %USERPROFILE%\Links 2>nul
echo Searches ...
rd /S /Q %USERPROFILE%\Searches 2>nul
echo recent files ...
del /F /Q %APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations\* 2>nul
del /F /Q %APPDATA%\Microsoft\Windows\Recent\* 2>nul
echo.
echo starting workstation service ...
net start workstation 1>nul 2>nul