From 2f79613ba8a7c0c9ffa76cee8727c0ef026b3771 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sat, 13 Mar 2021 13:06:52 +0100 Subject: [PATCH] bugfixes --- optional/install-cyberjack.cmd | 2 +- scripts/autoconfig-all.cmd | 18 +++++++++++------- scripts/config/wt-settings.json | 4 ++-- scripts/disable-accountpicture.cmd | 5 +++-- 4 files changed, 17 insertions(+), 12 deletions(-) diff --git a/optional/install-cyberjack.cmd b/optional/install-cyberjack.cmd index ff87f6b..4980d8a 100644 --- a/optional/install-cyberjack.cmd +++ b/optional/install-cyberjack.cmd @@ -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 ... diff --git a/scripts/autoconfig-all.cmd b/scripts/autoconfig-all.cmd index 73b0283..6a82424 100644 --- a/scripts/autoconfig-all.cmd +++ b/scripts/autoconfig-all.cmd @@ -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 + diff --git a/scripts/config/wt-settings.json b/scripts/config/wt-settings.json index ced9448..344dcde 100644 --- a/scripts/config/wt-settings.json +++ b/scripts/config/wt-settings.json @@ -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": diff --git a/scripts/disable-accountpicture.cmd b/scripts/disable-accountpicture.cmd index e0a4653..3ca7cfd 100644 --- a/scripts/disable-accountpicture.cmd +++ b/scripts/disable-accountpicture.cmd @@ -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 (