From a95c91dfa0bbd83dcdc62419109a7852889534d3 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Thu, 9 Feb 2023 11:41:28 +0100 Subject: [PATCH] bugfix --- 04_PrepareImage.cmd | 2 +- tools/logon.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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!