bugfix
This commit is contained in:
parent
b7cf3825b5
commit
f710b15ba5
@ -299,6 +299,7 @@ echo.
|
|||||||
|
|
||||||
rem ... remove the drive letter of partition 2 on boot drive
|
rem ... remove the drive letter of partition 2 on boot drive
|
||||||
call remove-drive-letter.cmd
|
call remove-drive-letter.cmd
|
||||||
|
echo.
|
||||||
|
|
||||||
echo add read access rights to all users on public icons ...
|
echo add read access rights to all users on public icons ...
|
||||||
icacls %PUBLIC%\Desktop\*.lnk /grant Users:R
|
icacls %PUBLIC%\Desktop\*.lnk /grant Users:R
|
||||||
|
@ -4,8 +4,6 @@ set DPARTSCRIPT=%T%\diskpart.txt
|
|||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
echo Removing drive letter ...
|
|
||||||
|
|
||||||
> %DPARTSCRIPT% (
|
> %DPARTSCRIPT% (
|
||||||
@echo.select disk 0
|
@echo.select disk 0
|
||||||
@echo.select partition 2
|
@echo.select partition 2
|
||||||
|
Loading…
Reference in New Issue
Block a user