bugfir (permissions)
This commit is contained in:
parent
9b73342186
commit
293e08a69b
@ -1,8 +1,8 @@
|
|||||||
@echo off
|
@echo off
|
||||||
rem this script copies the tools folder ...
|
rem this script copies the tools folder ...
|
||||||
|
|
||||||
set T=c:\TEMP
|
set T=%SystemDrive%\TEMP
|
||||||
set TOOLS=c:\tools
|
set TOOLS=%SystemDrive%\tools
|
||||||
set SCRIPTS=%TOOLS%\scripts
|
set SCRIPTS=%TOOLS%\scripts
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
@ -32,10 +32,6 @@ echo cd to %SCRIPTS% ...
|
|||||||
cd /D %SCRIPTS%
|
cd /D %SCRIPTS%
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
rem set ALL permissions ...
|
|
||||||
call set-permissions.cmd
|
|
||||||
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
|
||||||
echo.
|
echo.
|
||||||
@ -55,6 +51,16 @@ echo.
|
|||||||
call install-git.cmd
|
call install-git.cmd
|
||||||
echo.
|
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 ####### %0 #######
|
||||||
echo READY.
|
echo READY.
|
||||||
echo.
|
echo.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
@echo off
|
@echo off
|
||||||
rem this script is doing most of the work ...
|
rem this script is doing most of the work ...
|
||||||
|
|
||||||
set T=c:\TEMP
|
set T=%SystemDrive%\TEMP
|
||||||
set TOOLS=c:\tools
|
set TOOLS=%SystemDrive%\tools
|
||||||
set SETTINGS=settings.cmd
|
set SETTINGS=settings.cmd
|
||||||
set SCRIPTS=%TOOLS%\scripts
|
set SCRIPTS=%TOOLS%\scripts
|
||||||
set LOG=%SCRIPTS%\autoconfig-all.txt
|
set LOG=%SCRIPTS%\autoconfig-all.txt
|
||||||
@ -259,7 +259,7 @@ echo #####################
|
|||||||
echo.
|
echo.
|
||||||
|
|
||||||
rem set ALL permissions ...
|
rem set ALL permissions ...
|
||||||
call set-permissions.cmd
|
call %SystemDrive%\set-permissions.cmd
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
rem enable updates again (doing it as late as possible) ...
|
rem enable updates again (doing it as late as possible) ...
|
||||||
|
Loading…
Reference in New Issue
Block a user