Wednesday, October 23, 2024

Windows 11 setup without internet

 

Windows 11 setup without internet, bypass Win11 setting internet during setup

Bypass Out-of-the-Box-Experience (OOBE) Internet Requirement

  • 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.

No comments:

MS-SQL CPU limit

 ALTER RESOURCE GOVERNOR RECONFIGURE; CREATE RESOURCE POOL pMAX_CPU_65 WITH (MAX_CPU_PERCENT = 65); GO CREATE WORKLOAD GROUP gMAX_CPU_65 USI...