From f710b15ba531ad2a72b4f4abab6b2758cbeb81f1 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Mon, 2 Dec 2024 12:31:59 +0100 Subject: [PATCH] bugfix --- scripts/autoconfig.cmd | 1 + scripts/remove-drive-letter.cmd | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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