This commit is contained in:
Michael H.G. Schmidt 2023-02-09 11:41:28 +01:00
parent 09bc040957
commit a95c91dfa0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
@echo off
set ARG1=null
set NTLITE="%ProgramFiles%\NTLite\NTLite.ex"
set NTLITE="%ProgramFiles%\NTLite\NTLite.exe"
set SOURCES=c:\TEMP\W10\sources
set IMAGEFILE=install.wim
set T=c:\temp

View File

@ -293,7 +293,7 @@ echo Disabling autoplay ...
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers" ^
/v "DisableAutoplay" /t REG_DWORD /d 1 /f 1>nul
echo Disabling autoplay ...
echo Disabling beeping ...
reg add "HKCU\Control Panel\Sound" /v "Beep" /t REG_SZ /d "no" /f 1>nul
rem no SEAFILE for the Admin!