This commit is contained in:
Michael H.G. Schmidt 2021-03-13 13:06:52 +01:00
parent 6d1890d37a
commit 2f79613ba8
4 changed files with 17 additions and 12 deletions

View File

@ -10,7 +10,7 @@ if NOT EXIST %EXE% (
echo ####### %0 #######
echo installing printer ReinerSCT Cyberjack ...
echo installing Reiner SCT Cyberjack ...
start /wait %EXE%
echo changing cyberjack startmenu folder ...

View File

@ -17,15 +17,18 @@ echo.
echo creating %T% ...
mkdir %T% 1>nul 2>nul
echo.
echo cd to %SCRIPTS% ...
cd /D %SCRIPTS%
echo.
echo loading settings ...
call settings.cmd
echo ++++++++++++++++++
echo windows_updates=%windows_updates%
echo ++++++++++++++++++
echo.
rem 7-zip is essential for other scripts ...
call unpack-7zip.cmd
@ -54,7 +57,7 @@ if %windows_updates% == 0 (
echo.
)
rem allow execution of any powershell script ...
echo allow execution of any powershell script ...
powershell -Command "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine"
powershell -Command ^
"$T=Get-ExecutionPolicy ; if ($T -eq 'Bypass') { ^
@ -135,11 +138,13 @@ rem should be done as late as possible ...
call install-logonscript.cmd
echo.
rem add full access rights to all users on public icons!
echo add full access rights to all users on public icons ...
icacls %PUBLIC%\Desktop\*.lnk /grant Users:F
echo.
rem remove read-only flag on tools folder ...
echo removing read-only flag on tools folder ...
attrib /S /D -R %TOOLS%\*
echo.
echo #####################
echo ### DISABLE tasks ###
@ -175,13 +180,12 @@ rem ... stupid os problem #3
call cleanup-programlist.cmd
echo.
echo rebooting ...
shutdown -g -t 0
echo.
date /t
time /t
echo ####### %0 #######
echo READY.
echo.
echo rebooting ...
shutdown -g -t 0

View File

@ -3,8 +3,8 @@
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"initialCols": 140,
"initialRows": 40,
"initialCols": 100,
"initialRows": 30,
"copyOnSelect": true,
"copyFormatting": false,
"profiles":

View File

@ -5,19 +5,20 @@ set TARGET="%ALLUSERSPROFILE%\Microsoft\User Account Pictures"
rem default: empty logo (disables all logos on logon screen)
set LOGO=config\user-empty.png
echo ####### %0 #######
echo loading settings ...
call settings.cmd
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
)
echo ####### %0 #######
echo disabling account pictures on logon screen ...
for %%F in (