diff --git a/04_PrepareImage.cmd b/04_PrepareImage.cmd index 071d41c..286d1f4 100644 --- a/04_PrepareImage.cmd +++ b/04_PrepareImage.cmd @@ -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 diff --git a/tools/logon.cmd b/tools/logon.cmd index fc3e490..95347ea 100644 --- a/tools/logon.cmd +++ b/tools/logon.cmd @@ -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!