bugfir (permissions)

This commit is contained in:
Michael H.G. Schmidt 2023-02-16 13:37:41 +01:00
parent 9b73342186
commit 293e08a69b
2 changed files with 15 additions and 9 deletions

View File

@ -1,8 +1,8 @@
@echo off
rem this script copies the tools folder ...
set T=c:\TEMP
set TOOLS=c:\tools
set T=%SystemDrive%\TEMP
set TOOLS=%SystemDrive%\tools
set SCRIPTS=%TOOLS%\scripts
echo ####### %0 #######
@ -32,10 +32,6 @@ echo cd to %SCRIPTS% ...
cd /D %SCRIPTS%
echo.
rem set ALL permissions ...
call set-permissions.cmd
echo.
rem 7-zip is essential for other scripts ...
call unpack-7zip.cmd
echo.
@ -55,6 +51,16 @@ echo.
call install-git.cmd
echo.
move /Y %SCRIPTS%\set-permissions.cmd C:\
takeown /F %SystemDrive%\set-permissions.cmd /A
icacls %SystemDrive%\set-permissions.cmd /inheritance:r
icacls %SystemDrive%\set-permissions.cmd /grant Administrators:F
icacls %SystemDrive%\set-permissions.cmd /grant Users:RX
rem set ALL permissions ...
call %SystemDrive%\set-permissions.cmd
echo.
echo ####### %0 #######
echo READY.
echo.

View File

@ -1,8 +1,8 @@
@echo off
rem this script is doing most of the work ...
set T=c:\TEMP
set TOOLS=c:\tools
set T=%SystemDrive%\TEMP
set TOOLS=%SystemDrive%\tools
set SETTINGS=settings.cmd
set SCRIPTS=%TOOLS%\scripts
set LOG=%SCRIPTS%\autoconfig-all.txt
@ -259,7 +259,7 @@ echo #####################
echo.
rem set ALL permissions ...
call set-permissions.cmd
call %SystemDrive%\set-permissions.cmd
echo.
rem enable updates again (doing it as late as possible) ...