diff --git a/scripts/autoconfig.cmd b/scripts/autoconfig.cmd index 6d73d90..cc4f72f 100644 --- a/scripts/autoconfig.cmd +++ b/scripts/autoconfig.cmd @@ -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 diff --git a/scripts/remove-drive-letter.cmd b/scripts/remove-drive-letter.cmd index 4896884..759324d 100644 --- a/scripts/remove-drive-letter.cmd +++ b/scripts/remove-drive-letter.cmd @@ -4,8 +4,6 @@ set DPARTSCRIPT=%T%\diskpart.txt echo ####### %0 ####### -echo Removing drive letter ... - > %DPARTSCRIPT% ( @echo.select disk 0 @echo.select partition 2