bugfixes
This commit is contained in:
parent
6d1890d37a
commit
2f79613ba8
@ -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 ...
|
||||
|
@ -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
|
||||
|
||||
|
@ -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":
|
||||
|
@ -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 (
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user