From fe43e673fbb94d5d10c4d1e6ecfbf71df55e61e6 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Mon, 11 Jan 2021 22:06:03 +0100 Subject: [PATCH] . --- CustomSetup.cmd | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/CustomSetup.cmd b/CustomSetup.cmd index 885bc12..5e8c47f 100644 --- a/CustomSetup.cmd +++ b/CustomSetup.cmd @@ -110,10 +110,6 @@ reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Env /d "%SYSTEMROOT%;%SYSTEMROOT%\system32;%SYSTEMROOT%\system32\wbem;%SYSTEMROOT%\system32\WindowsPowerShell\v1.0;%TOOLS%;%TOOLS%\git\bin;%TOOLS%\git\usr\bin;%TOOLS%\notepad++" ^ /f -echo cleanup startmenu ... -call cleanup-startmenu.cmd -powershell -Command .\cleanup-tiles.ps1 - rem install openshell (fuck you microsoft) ... call install-openshell.cmd @@ -123,12 +119,22 @@ call install-firefox.cmd rem install F-Secure Antivirus ... call install-antivir.cmd -rem echo ENABLE firewall ... -rem netsh advfirewall set allprofiles state on - rem disable autologon for support user ... call disable-autologon.cmd +rem disable logon screen background ... +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" ^ + /v DisableLogonBackgroundImage ^ + /t REG_DWORD /d 1 /f + +rem this must be done as late as possible ... stupid os problem +echo cleanup startmenu and tiles ... +powershell -Command .\cleanup-tiles.ps1 +call cleanup-startmenu.cmd + +rem echo ENABLE firewall ... +rem netsh advfirewall set allprofiles state on + echo ####### %0 ####### echo READY. pause