윈도우7 로그온 바탕화면 변경

@rem 레지스트리를 변경한다 OEMBackground 값이 0이면 변경불가.
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background /v OEMBackground /d 1 /f

@rem 해당 디렉토리에 배경파일 복사
mkdir %windir%\System32\oobe\info\backgrounds
copy /y backgroundDefault.jpg %windir%\System32\oobe\info\backgrounds

---------------------------

※ backgroundDefault.jpg 파일은 256KB 미만이어야 한다.

위로 스크롤