bugfixes
This commit is contained in:
parent
6d1890d37a
commit
2f79613ba8
@ -10,7 +10,7 @@ if NOT EXIST %EXE% (
|
|||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
echo installing printer ReinerSCT Cyberjack ...
|
echo installing Reiner SCT Cyberjack ...
|
||||||
start /wait %EXE%
|
start /wait %EXE%
|
||||||
|
|
||||||
echo changing cyberjack startmenu folder ...
|
echo changing cyberjack startmenu folder ...
|
||||||
|
@ -17,15 +17,18 @@ echo.
|
|||||||
|
|
||||||
echo creating %T% ...
|
echo creating %T% ...
|
||||||
mkdir %T% 1>nul 2>nul
|
mkdir %T% 1>nul 2>nul
|
||||||
|
echo.
|
||||||
|
|
||||||
echo cd to %SCRIPTS% ...
|
echo cd to %SCRIPTS% ...
|
||||||
cd /D %SCRIPTS%
|
cd /D %SCRIPTS%
|
||||||
|
echo.
|
||||||
|
|
||||||
echo loading settings ...
|
echo loading settings ...
|
||||||
call settings.cmd
|
call settings.cmd
|
||||||
echo ++++++++++++++++++
|
echo ++++++++++++++++++
|
||||||
echo windows_updates=%windows_updates%
|
echo windows_updates=%windows_updates%
|
||||||
echo ++++++++++++++++++
|
echo ++++++++++++++++++
|
||||||
|
echo.
|
||||||
|
|
||||||
rem 7-zip is essential for other scripts ...
|
rem 7-zip is essential for other scripts ...
|
||||||
call unpack-7zip.cmd
|
call unpack-7zip.cmd
|
||||||
@ -54,7 +57,7 @@ if %windows_updates% == 0 (
|
|||||||
echo.
|
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 "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine"
|
||||||
powershell -Command ^
|
powershell -Command ^
|
||||||
"$T=Get-ExecutionPolicy ; if ($T -eq 'Bypass') { ^
|
"$T=Get-ExecutionPolicy ; if ($T -eq 'Bypass') { ^
|
||||||
@ -135,11 +138,13 @@ rem should be done as late as possible ...
|
|||||||
call install-logonscript.cmd
|
call install-logonscript.cmd
|
||||||
echo.
|
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
|
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%\*
|
attrib /S /D -R %TOOLS%\*
|
||||||
|
echo.
|
||||||
|
|
||||||
echo #####################
|
echo #####################
|
||||||
echo ### DISABLE tasks ###
|
echo ### DISABLE tasks ###
|
||||||
@ -175,13 +180,12 @@ rem ... stupid os problem #3
|
|||||||
call cleanup-programlist.cmd
|
call cleanup-programlist.cmd
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
echo rebooting ...
|
|
||||||
shutdown -g -t 0
|
|
||||||
echo.
|
|
||||||
|
|
||||||
date /t
|
date /t
|
||||||
time /t
|
time /t
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
echo READY.
|
echo READY.
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
echo rebooting ...
|
||||||
|
shutdown -g -t 0
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://aka.ms/terminal-profiles-schema",
|
"$schema": "https://aka.ms/terminal-profiles-schema",
|
||||||
"defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
|
"defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
|
||||||
"initialCols": 140,
|
"initialCols": 100,
|
||||||
"initialRows": 40,
|
"initialRows": 30,
|
||||||
"copyOnSelect": true,
|
"copyOnSelect": true,
|
||||||
"copyFormatting": false,
|
"copyFormatting": false,
|
||||||
"profiles":
|
"profiles":
|
||||||
|
@ -5,19 +5,20 @@ set TARGET="%ALLUSERSPROFILE%\Microsoft\User Account Pictures"
|
|||||||
rem default: empty logo (disables all logos on logon screen)
|
rem default: empty logo (disables all logos on logon screen)
|
||||||
set LOGO=config\user-empty.png
|
set LOGO=config\user-empty.png
|
||||||
|
|
||||||
|
echo ####### %0 #######
|
||||||
|
|
||||||
echo loading settings ...
|
echo loading settings ...
|
||||||
call settings.cmd
|
call settings.cmd
|
||||||
echo ++++++++++++++++++
|
echo ++++++++++++++++++
|
||||||
echo logon_logo=%logon_logo%
|
echo logon_logo=%logon_logo%
|
||||||
echo ++++++++++++++++++
|
echo ++++++++++++++++++
|
||||||
|
echo.
|
||||||
|
|
||||||
if %logon_logo% == 1 (
|
if %logon_logo% == 1 (
|
||||||
rem windows logo taken from: http://pngimg.com/image/23601
|
rem windows logo taken from: http://pngimg.com/image/23601
|
||||||
set LOGO=config\windows-logo.png
|
set LOGO=config\windows-logo.png
|
||||||
)
|
)
|
||||||
|
|
||||||
echo ####### %0 #######
|
|
||||||
|
|
||||||
echo disabling account pictures on logon screen ...
|
echo disabling account pictures on logon screen ...
|
||||||
for %%F in (
|
for %%F in (
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user