This commit is contained in:
Michael H.G. Schmidt 2024-12-02 12:31:59 +01:00
parent b7cf3825b5
commit f710b15ba5
2 changed files with 1 additions and 2 deletions

View File

@ -299,6 +299,7 @@ echo.
rem ... remove the drive letter of partition 2 on boot drive
call remove-drive-letter.cmd
echo.
echo add read access rights to all users on public icons ...
icacls %PUBLIC%\Desktop\*.lnk /grant Users:R

View File

@ -4,8 +4,6 @@ set DPARTSCRIPT=%T%\diskpart.txt
echo ####### %0 #######
echo Removing drive letter ...
> %DPARTSCRIPT% (
@echo.select disk 0
@echo.select partition 2