Windows 11 OOBE 인터넷 없이 설정
Windows 11 OOBE에서 인터넷 없이 로컬 계정 설정하는 방법.
Windows 11 OOBE 중 인터넷 연결 화면에서 막혔을 때, 다음 방법으로 로컬 계정을 만들 수 있어.
- '네트워크에 연결하세요' 화면에서
Shift+F10을 눌러 명령 프롬프트(CMD)를 띄워. - CMD 창에 아래 명령어를 입력하고 실행해.
bash OOBE\BYPASSNRO - 명령 실행 후 시스템이 재시작되고 OOBE가 다시 시작돼.
- '네트워크에 연결하세요' 화면이 다시 나오면, '인터넷이 없음' 클릭 → '제한된 설치로 계속' 클릭 → 사용권 계약 동의 후 로컬 사용자 계정을 만들면 됨.
여기서 배울 것
- Windows 11 OOBE 중 CMD 실행 방법
- OOBE 인터넷 연결 요구사항 우회 명령어
- 인터넷 없이 로컬 계정 생성 절차
원본 파일 보기 (.claude/skills/tn-windows-11-oobe-no-internet-bypass/SKILL.md)
---
name: Windows 11 OOBE 인터넷 없이 설정
description: This skill should be used when the user asks to set up Windows 11 during the Out-Of-Box Experience (OOBE) without an internet connection, specifically to bypass the 'Let's connect you to a network' screen and create a local user account.
version: 1.0.0
source: /home/son/prj/resume/backup_notes_260317/notion/Tech Note/Windows 11 no internet 2e8b3e85256e464d882a70271602c6a9.md
---
# Windows 11 no internet
- In the "Let's connect you to a network" screen, press Shift+F10 to launch cmd;
- Type the following command: **OOBE\BYPASSNRO**
- After successful execution, the system will restart and restart the OOBE session box, when you reach the "Let's connect you to a network" screen, click "I don't have Internet", continue to click "limited setup", accept the license agreement and continue to create a local user account.