윈 도 우 석님 EasyDrv무인설치 관련하여 여쭈어볼것이 있습니다...
2019.06.17 01:00
EasyDrv 무인설치를 SetupComplete.cmd파일과 같이 넣었는데
EasyDrv 배치는 잘 인식되는데 SetupComplete.cmd 되질않는것 같네요...
EasyDrv 무인설치본이 문젠건지 아니면 제가 스크립트넣은 SetupComplete.cmd이 문젠건지...
혹시 원인점 알수있을까요???
@echo off
:: 버전1903 부터 생긴 '예약된 저장소' 생성 방지
for /f "tokens=3 delims=.]" %%a in ('ver') do set build=%%a
if %build% GEQ 18362 (reg add HKLM\Software\Microsoft\Windows\CurrentVersion\ReserveManager /v ShippedWithReserves /t reg_dword /d 0 /f)
:: 업데이트 서비스 끄기 2개
sc config wuauserv start= disabled
sc stop wuauserv
:: 업데이트 서비스 끄기 2개자동업데이트하지 않고 수동업데이트
reg add "hklm\software\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t reg_dword /d 0 /f
reg add "hklm\software\Policies\Microsoft\Windows\WindowsUpdate\AU" /v AUOptions /t reg_dword /d 2 /f
reg add "hklm\software\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoRebootWithLoggedOnUsers /t reg_dword /d 1 /f
:: 최대 절전 모드 끄기
powercfg /hibernate off
:: 우클릭 추가
start /w regedit /s %systemroot%\setup\scripts\runonce.reg
del /F /Q %systemroot%\setup\scripts\runonce.reg
:: 우클릭 매뉴 "제어판" 보이기
reg add "HKEY_CLASSES_ROOT\DesktopBackground\Shell\Control Panel" /t REG_SZ /d "제어판" /f
reg add "HKEY_CLASSES_ROOT\DesktopBackground\Shell\Control Panel" /v "icon" /t REG_SZ /d "Control.exe" /f
reg add "HKEY_CLASSES_ROOT\DesktopBackground\Shell\Control Panel\command" /t REG_SZ /d "Control.exe" /f
:: 윈도 디펜더 끄기
reg add "hklm\software\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t reg_dword /d 1 /f
:: 윈도우10 추천앱 자동설치 막기stopapp
reg add "HKCU\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsSpotlightFeatures" /t REG_DWORD /d "1" /f
reg add "HKCU\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableThirdPartySuggestions" /t REG_DWORD /d "1" /f
::OneDrive-Uninstaller
cls
set x86="%SYSTEMROOT%\System32\OneDriveSetup.exe"
set x64="%SYSTEMROOT%\SysWOW64\OneDriveSetup.exe"
echo Closing the OneDrive process.
echo.
taskkill /f /im OneDrive.exe > NUL 2>&1
ping 127.0.0.1 -n 5 > NUL 2>&1
echo Uninstalling OneDrive...
echo.
if exist %x64% (
%x64% /uninstall
) else (
%x86% /uninstall
)
ping 127.0.0.1 -n 5 > NUL 2>&1
echo Removing OneDrive leftovers...
echo.
rd "%USERPROFILE%\OneDrive" /Q /S > NUL 2>&1
rd "C:\OneDriveTemp" /Q /S > NUL 2>&1
rd "%LOCALAPPDATA%\Microsoft\OneDrive" /Q /S > NUL 2>&1
rd "%PROGRAMDATA%\Microsoft OneDrive" /Q /S > NUL 2>&1
echo Removing OneDrive from the Windows Explorer Side Panel...
echo.
REG DELETE "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f > NUL 2>&1
REG DELETE "HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f > NUL 2>&1
exit
댓글 [5]
-
suk 2019.06.17 13:36
-
도우너2 2019.06.17 15:49
파일이 어디에있나요? 궁금합니다 -
suk 2019.06.17 16:20
작년에 사용기에 올린 겁니다
사용법을 잘 보셔야 합니다. 그냥 파일만 윈도 iso 에 넣으셔도 작동하지 않습니다.
사용법은 사용기에 제일 위에 스샷과 함께 있습니다. 자료만 찾는 분들은 스샷을 안 보시기 때문에 사용법을 모르시더군요.
-
도우너2 2019.06.17 18:57
쪽지 드리고 싶은데 안되네요
그거 k드라이버 버젼 만들어주셔서 가지고 있는데요
iso에 넣지 낳고
wim파일에 넣어서
자동으로 설치하게 하고 싶은데 어떻게 해야될까요?
-
suk 2019.06.17 20:25
그것도 위에 사용기에 있습니다
wim 파일은 RSImageX나 WinNTSetup으로 설치하시면 됩니다..
wim 자체를 수정하시는건 불편하실텐데요. 그래서 위에 방법을 추천합니다만...
그래도 wim 수정하시려면 무인설치 파일은 wim 안에 Windows\Panther\unattend.xml 파일로 넣으시고
EasyDrv_Run.bat 는 Windows\Setup\SCRIPTS\EasyDrv_Run.bat 으로 넣으시면 됩니다.
EasyDrv_Run.bat 파일이 실행되는 시기가 중요합니다
왜냐하면 EasyDrv 설치 후에는 재부팅을 하기 때문입니다
그러면 SetupComplete.cmd 와 비슷한 시기에 EasyDrv가 실행된다면 SetupComplete.cmd는 실행조차 되지 않을 겁니다
제가 EasyDrv_Run.bat 파일만 아니라 무인설치 파일도 같이 올렸습니다. 그것과 같이 실행되어야 합니다
무인설치라고 다 같은 시기에 실행되는 것이 아니고, 실행되는 시기가 다릅니다..
제가 SetupComplete.cmd 와 중복 실행을 방지하기 위하여 EasyDrv_Run.bat 는 윈도 설치 과정에서 일찍 실행되도록 했습니다