bugfix
This commit is contained in:
parent
09bc040957
commit
a95c91dfa0
@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set ARG1=null
|
set ARG1=null
|
||||||
set NTLITE="%ProgramFiles%\NTLite\NTLite.ex"
|
set NTLITE="%ProgramFiles%\NTLite\NTLite.exe"
|
||||||
set SOURCES=c:\TEMP\W10\sources
|
set SOURCES=c:\TEMP\W10\sources
|
||||||
set IMAGEFILE=install.wim
|
set IMAGEFILE=install.wim
|
||||||
set T=c:\temp
|
set T=c:\temp
|
||||||
|
@ -293,7 +293,7 @@ echo Disabling autoplay ...
|
|||||||
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers" ^
|
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers" ^
|
||||||
/v "DisableAutoplay" /t REG_DWORD /d 1 /f 1>nul
|
/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
|
reg add "HKCU\Control Panel\Sound" /v "Beep" /t REG_SZ /d "no" /f 1>nul
|
||||||
|
|
||||||
rem no SEAFILE for the Admin!
|
rem no SEAFILE for the Admin!
|
||||||
|
Loading…
Reference in New Issue
Block a user