A new way to create a local user account - better than oobe\bypassnro


These are options from the Unattended file. Might as well just copy a template file to your USB.

Oh wait, Rufus can do that...
Code:
        <settings pass="oobeSystem">
me="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                        <OOBE>
                                <HideEULAPage>true</HideEULAPage>
                                <HideLocalAccountScreen>true</HideLocalAccountScreen>
                                <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
                                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
                                <NetworkLocation>Work</NetworkLocation>
                                <ProtectYourPC>3</ProtectYourPC>
                        </OOBE>
                        <UserAccounts>
                                <LocalAccounts>
                                        <LocalAccount wcm:action="add">
                                                <Group>Administrators</Group>
                                                <Name>GARLIN</Name>
                                                <Password>
                                                        <PlainText>true</PlainText>
                                                        <Value></Value>
                                                </Password>
                                        </LocalAccount>
                                </LocalAccounts>
                        </UserAccounts>
                </component>
        </settings
 
Last edited:

My Computer

System One

  • OS
    Windows 7
Actually, I just realised the method in this thread (start ms-cxh:localonly) is essentially the same method as in


The command used there is a bit more complicated and is case sensitive:-

WinJS.Application.restart("ms-cxh://LOCALONLY")

I always found above to be a bit cumbersome, so I pasted it in a text file to avoid case sensitive typing errors.

start ms-cxh:localonly is much easier to type apart from minor detail, my brain always wants me to type xch rather than cxh LOL.

Again, I have pasted it into a text file to cut and paste easily into command prompt.

Note: when the local account screen pops up, I just click on password box and repeat password box without entering any text (i.e. no password).
This also saves a bit of initial setup time as you do not have to enter the slightly tedious three security answers. Of course, you can add password once setup.
 

My Computer

System One

  • OS
    Windows 11 Pro + Win11 Canary VM.
    Computer type
    Laptop
    Manufacturer/Model
    ASUS Zenbook 14
    CPU
    I9 13th gen i9-13900H 2.60 GHZ
    Motherboard
    Yep, Laptop has one.
    Memory
    16 GB soldered
    Graphics Card(s)
    Integrated Intel Iris XE
    Sound Card
    Realtek built in
    Monitor(s) Displays
    laptop OLED screen
    Screen Resolution
    2880x1800 touchscreen
    Hard Drives
    1 TB NVME SSD (only weakness is only one slot)
    PSU
    Internal + 65W thunderbolt USB4 charger
    Case
    Yep, got one
    Cooling
    Stella Artois (UK pint cans - 568 ml) - extra cost.
    Keyboard
    Built in UK keybd
    Mouse
    Bluetooth , wireless dongled, wired
    Internet Speed
    900 mbs (ethernet), wifi 6 typical 350-450 mb/s both up and down
    Browser
    Edge
    Antivirus
    Defender
    Other Info
    TPM 2.0, 2xUSB4 thunderbolt, 1xUsb3 (usb a), 1xUsb-c, hdmi out, 3.5 mm audio out/in combo, ASUS backlit trackpad (inc. switchable number pad)

    Macrium Reflect Home V8
    Office 365 Family (6 users each 1TB onedrive space)
    Hyper-V (a vm runs almost as fast as my older laptop)
So @garlin, are you saying that at command prompt during install we should be entering
start ms-cxh://setaddlocalonly instead of start ms-cxh:localonly
OR are you saying we just enter ms-cxh://setaddlocalonly
with or without the "start" in front of it"????

You know how all this Greek scripting and command line stuff you, @pseymour and @hsehestedt spout out confuses this old woman. I do good to speak English.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 7080
    CPU
    i9-10900 10 core 20 threads
    Motherboard
    DELL 0J37VM
    Memory
    32 gb
    Graphics Card(s)
    none-Intel UHD Graphics 630
    Sound Card
    Integrated Realtek
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    2x1tb Solidigm m.2 nvme /External drives 512gb Samsung m.2 sata+2tb Kingston m2.nvme
    PSU
    500w
    Case
    MT
    Cooling
    Dell Premium
    Keyboard
    Logitech wired
    Mouse
    Logitech wireless
    Internet Speed
    so slow I'm too embarrassed to tell
    Browser
    #1 Edge #2 Firefox
    Antivirus
    Defender+MWB Premium
  • Operating System
    Windows 11 Pro 24H2 26200.8457
    Computer type
    PC/Desktop
    Manufacturer/Model
    Beelink Mini PC SER5
    CPU
    AMD Ryzen 7 6800U
    Memory
    32 gb
    Graphics card(s)
    integrated
    Sound Card
    integrated
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Crucial nvme
    Keyboard
    Logitech wired
    Mouse
    Logitech wireless
    Internet Speed
    still too embarrassed to tell
    Browser
    Firefox
    Antivirus
    Defender
    Other Info
    System 3 is non compliant Dell 9020 i7-4770/24gb ram Win11 PRO 26200.8457
Windows has a hidden list of resource handlers, basically shortcuts to access a built-in feature.

Create Shortcuts to Open Pages in Settings in Windows 11
List of URI Commands to Open Microsoft Store Apps in Windows 11

If you're in CMD, "start [handler]" asks Explorer to find the resource handler and launch it for us. When you type a Run Command (WIN + R), that's Explorer opening the same command. CMD always requires the start in front, but Explorer doesn't require it.

start ms-screensketch
start http://elevenforums.com


OOBE registers a set of cxh ("Connected Experience Handlers"), which are shortcuts to different OOBE screens. Why do they exist? Most retail users only see a small part of the entire OOBE experience, the other two-thirds is written for corporate clients running Autopilot to set up Windows PC's. IT admins may need to restart part of a failed Autopilot sequence.

ms-cxh://localonly is the W10 script, it has the W10 dark theme
ms-cxh://setaddlocalonly is the W11 script, it has the W11 light theme

Basically the same function, but updated for W11.

Also, all ms-cxh handlers are live on your Windows system. If you wanted to create a new user, without using the Settings app, run start ms-cxh://localonly. The only problem is it's designed to run from OOBE, and doesn't know how to exit when finished. You have to kill the window yourself.
 
Last edited:

My Computer

System One

  • OS
    Windows 7
I always do it on the first OOBE screen. At least for oobe\bypassnro, those screens will be presented again anyway after the reboot so I see no point in going through those screens more than once, but with start ms-cxh:localonly this is not the case. It skips all the screens after you enter the command (which I like!).
Mine still went through some privacy screens
Windows has a hidden list of resource handlers, basically shortcuts to access a built-in feature.

Create Shortcuts to Open Pages in Settings in Windows 11
List of URI Commands to Open Microsoft Store Apps in Windows 11

If you're in CMD, "start [handler]" asks Explorer to find the resource handler and launch it for us. When you type a Run Command (WIN + R), that's Explorer opening the same command. CMD always requires the start in front, but Explorer doesn't require it.

start ms-screensketch
start http://elevenforums.com


OOBE registers a set of cxh ("Connected Experience Handlers"), which are shortcuts to different OOBE screens. Why do they exist? Most retail users only see a small part of the entire OOBE experience, the other two-thirds is written for corporate clients running Autopilot to set up Windows PC's. IT admins may need to restart part of a failed Autopilot sequence.

ms-cxh://localonly is the W10 script, it has the W10 dark theme
ms-cxh://setaddlocalonly is the W11 script, it has the W11 light theme

Basically the same function, but updated for W11.

Also, all ms-cxh handlers are live on your Windows system. If you wanted to create a new user, without using the Settings app, run start ms-cxh://localonly. The only problem is it's designed to run from OOBE, and doesn't know how to exit when finished. You have to kill the window yourself.
Not sure I can see point of using w11 version as more to remember, and whether to us pesky forward or back slashes to remember.

Personally, I don't give a rat's posterior about like or dark theme at this point of oobe.
 

My Computer

System One

  • OS
    Windows 11 Pro + Win11 Canary VM.
    Computer type
    Laptop
    Manufacturer/Model
    ASUS Zenbook 14
    CPU
    I9 13th gen i9-13900H 2.60 GHZ
    Motherboard
    Yep, Laptop has one.
    Memory
    16 GB soldered
    Graphics Card(s)
    Integrated Intel Iris XE
    Sound Card
    Realtek built in
    Monitor(s) Displays
    laptop OLED screen
    Screen Resolution
    2880x1800 touchscreen
    Hard Drives
    1 TB NVME SSD (only weakness is only one slot)
    PSU
    Internal + 65W thunderbolt USB4 charger
    Case
    Yep, got one
    Cooling
    Stella Artois (UK pint cans - 568 ml) - extra cost.
    Keyboard
    Built in UK keybd
    Mouse
    Bluetooth , wireless dongled, wired
    Internet Speed
    900 mbs (ethernet), wifi 6 typical 350-450 mb/s both up and down
    Browser
    Edge
    Antivirus
    Defender
    Other Info
    TPM 2.0, 2xUSB4 thunderbolt, 1xUsb3 (usb a), 1xUsb-c, hdmi out, 3.5 mm audio out/in combo, ASUS backlit trackpad (inc. switchable number pad)

    Macrium Reflect Home V8
    Office 365 Family (6 users each 1TB onedrive space)
    Hyper-V (a vm runs almost as fast as my older laptop)
Hi!
I rebuild my windows ISO with this lines in registry on boot.wim and install.wim and it will show " I don't have internet connection" option and like that i can create a local account.

HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE BypassNRO dword 1
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\UserSwitch Enabled dword 1

It worked for me...
 

Attachments

  • screen.webp
    screen.webp
    753.2 KB · Views: 2

My Computer

System One

  • OS
    Windows 11 Pro for Workstations
    Computer type
    Laptop
    Manufacturer/Model
    Acer
    CPU
    13th Gen Intel(R) Core(TM) i7-1355U 1.70 GHz
    Memory
    16GB
    Graphics Card(s)
    Intel(R) Iris(R) Xe Graphics
    Sound Card
    Realtek Audio
    Monitor(s) Displays
    Monitor PnP Genérico
    Hard Drives
    KINGSTON_OM8SEP4512Q-AA
    Internet Speed
    1000MBps
Not sure I can see point of using w11 version as more to remember, and whether to us pesky forward or back slashes to remember.
The backslash thing is easy to remember. For paths on disk, registry, etc. it is always a backslash. For any parameters it is always forward slash.

I've also seen people confused by which is which. A backslash has the top of slash facing backwards while a forward slash has the top facing forward. Easy :cool:
 

My Computers

System One System Two

  • OS
    Win11 Pro 25H2 (RTM+)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acemagic
    CPU
    Intel i7-14650HX
    Memory
    32 GB
    Graphics Card(s)
    No GPU - Built-in Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    Varies as machine will often be moved to locations with different monitors
    Screen Resolution
    Varies
    Hard Drives
    1 x 1TB Gen 4 NVMe SSD
    PSU
    120W Power Brick
    Keyboard
    Corsair K70 Max RGB Magnetic Keyboard
    Mouse
    Logitech MX Master 3
    Internet Speed
    1Gb Up / 1 Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
  • Operating System
    Win11 Pro 25H2 (RTM+)
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo ThinkBook 13x Gen 2
    CPU
    Intel i7-1255U
    Memory
    16 GB
    Graphics card(s)
    Intel Iris Xe Graphics
    Sound Card
    Realtek® ALC3306-CG codec
    Monitor(s) Displays
    13.3-inch IPS Display
    Screen Resolution
    WQXGA (2560 x 1600)
    Hard Drives
    2 TB 4 x 4 NVMe SSD
    PSU
    USB-C / Thunderbolt 4 Power / Charging
    Keyboard
    Backlit, spill resistant keyboard
    Mouse
    Buttonless Glass Precision Touchpad
    Internet Speed
    1Gb Up / 1Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
    Other Info
    WiFi 6e / Bluetooth 5.1 / Facial Recognition / Fingerprint Sensor / ToF (Time of Flight) Human Presence Sensor
I rebuild my windows ISO with this lines in registry on boot.wim and install.wim and it will show " I don't have internet connection" option and like that i can create a local account.
That is one way to do it, but it's my personal favorite way to go about it. the problem with that method is that anytime you download a new ISO image, for example, a newer build, you have modify the ISO again. Also, what if you want to keep an original unmodified ISO? Now you have to keep 2 separate ISO images. Yuck!

Of course that may be fine for some people, but my preference is to use a simple answer file to create the local account. This way I need to make zero changes to the original ISO image which saves a lot of time and effort. Also, I can recycle the same answer file for any and all Windows ISO images I may download in the future so it takes zero effort for those new ISO images.

Again, that is merely my personal preference. Just noting it as a possible alternative.
 

My Computers

System One System Two

  • OS
    Win11 Pro 25H2 (RTM+)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acemagic
    CPU
    Intel i7-14650HX
    Memory
    32 GB
    Graphics Card(s)
    No GPU - Built-in Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    Varies as machine will often be moved to locations with different monitors
    Screen Resolution
    Varies
    Hard Drives
    1 x 1TB Gen 4 NVMe SSD
    PSU
    120W Power Brick
    Keyboard
    Corsair K70 Max RGB Magnetic Keyboard
    Mouse
    Logitech MX Master 3
    Internet Speed
    1Gb Up / 1 Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
  • Operating System
    Win11 Pro 25H2 (RTM+)
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo ThinkBook 13x Gen 2
    CPU
    Intel i7-1255U
    Memory
    16 GB
    Graphics card(s)
    Intel Iris Xe Graphics
    Sound Card
    Realtek® ALC3306-CG codec
    Monitor(s) Displays
    13.3-inch IPS Display
    Screen Resolution
    WQXGA (2560 x 1600)
    Hard Drives
    2 TB 4 x 4 NVMe SSD
    PSU
    USB-C / Thunderbolt 4 Power / Charging
    Keyboard
    Backlit, spill resistant keyboard
    Mouse
    Buttonless Glass Precision Touchpad
    Internet Speed
    1Gb Up / 1Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
    Other Info
    WiFi 6e / Bluetooth 5.1 / Facial Recognition / Fingerprint Sensor / ToF (Time of Flight) Human Presence Sensor
That is one way to do it, but it's my personal favorite way to go about it. the problem with that method is that anytime you download a new ISO image, for example, a newer build, you have modify the ISO again. Also, what if you want to keep an original unmodified ISO? Now you have to keep 2 separate ISO images. Yuck!

Of course that may be fine for some people, but my preference is to use a simple answer file to create the local account. This way I need to make zero changes to the original ISO image which saves a lot of time and effort. Also, I can recycle the same answer file for any and all Windows ISO images I may download in the future so it takes zero effort for those new ISO images.

Again, that is merely my personal preference. Just noting it as a possible alternative.
Yes you are right. But you only need to do in the new release, then Windows will keep updating normally.
I created a batch that automatically do that for me, mount iso, apply my changes, unmount, done.
I only do to new releases like from 23H2 to 24H2 as example.

My ISO i all modified by me, debloated, tweaked, add my apps, etc. But like i said i only do on new releases then is stored if i need a fresh install.
 

My Computer

System One

  • OS
    Windows 11 Pro for Workstations
    Computer type
    Laptop
    Manufacturer/Model
    Acer
    CPU
    13th Gen Intel(R) Core(TM) i7-1355U 1.70 GHz
    Memory
    16GB
    Graphics Card(s)
    Intel(R) Iris(R) Xe Graphics
    Sound Card
    Realtek Audio
    Monitor(s) Displays
    Monitor PnP Genérico
    Hard Drives
    KINGSTON_OM8SEP4512Q-AA
    Internet Speed
    1000MBps
Like I said, that may be absolutely fine for some people. Was simply trying to provide another idea.

BTW, if you do a lot of this sort of thing, you may want to check out my WIM-Tools project on GitHub (see my sig). Pretty much anything I can think of related to Windows Image Management is in that util. Just a few examples:

Inject drivers into Windows image(s)
Inject boot critical drivers into boot.wim and winre.wim
Inject Windows updates into your Windows image(s)
Modify Win image to bypass Win 11 requirements
Get Win image info
Modify Win image metadata
Create multi boot disk that will allow you to select from an unlimited number of Windows or WinPE / WinRE based ISO images and boot that image.
Much more!

Image1.webp
 

My Computers

System One System Two

  • OS
    Win11 Pro 25H2 (RTM+)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acemagic
    CPU
    Intel i7-14650HX
    Memory
    32 GB
    Graphics Card(s)
    No GPU - Built-in Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    Varies as machine will often be moved to locations with different monitors
    Screen Resolution
    Varies
    Hard Drives
    1 x 1TB Gen 4 NVMe SSD
    PSU
    120W Power Brick
    Keyboard
    Corsair K70 Max RGB Magnetic Keyboard
    Mouse
    Logitech MX Master 3
    Internet Speed
    1Gb Up / 1 Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
  • Operating System
    Win11 Pro 25H2 (RTM+)
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo ThinkBook 13x Gen 2
    CPU
    Intel i7-1255U
    Memory
    16 GB
    Graphics card(s)
    Intel Iris Xe Graphics
    Sound Card
    Realtek® ALC3306-CG codec
    Monitor(s) Displays
    13.3-inch IPS Display
    Screen Resolution
    WQXGA (2560 x 1600)
    Hard Drives
    2 TB 4 x 4 NVMe SSD
    PSU
    USB-C / Thunderbolt 4 Power / Charging
    Keyboard
    Backlit, spill resistant keyboard
    Mouse
    Buttonless Glass Precision Touchpad
    Internet Speed
    1Gb Up / 1Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
    Other Info
    WiFi 6e / Bluetooth 5.1 / Facial Recognition / Fingerprint Sensor / ToF (Time of Flight) Human Presence Sensor
Like I said, that may be absolutely fine for some people. Was simply trying to provide another idea.

BTW, if you do a lot of this sort of thing, you may want to check out my WIM-Tools project on GitHub (see my sig). Pretty much anything I can think of related to Windows Image Management is in that util. Just a few examples:

Inject drivers into Windows image(s)
Inject boot critical drivers into boot.wim and winre.wim
Inject Windows updates into your Windows image(s)
Modify Win image to bypass Win 11 requirements
Get Win image info
Modify Win image metadata
Create multi boot disk that will allow you to select from an unlimited number of Windows or WinPE / WinRE based ISO images and boot that image.
Much more!

View attachment 130321
Thanks.
 

My Computer

System One

  • OS
    Windows 11 Pro for Workstations
    Computer type
    Laptop
    Manufacturer/Model
    Acer
    CPU
    13th Gen Intel(R) Core(TM) i7-1355U 1.70 GHz
    Memory
    16GB
    Graphics Card(s)
    Intel(R) Iris(R) Xe Graphics
    Sound Card
    Realtek Audio
    Monitor(s) Displays
    Monitor PnP Genérico
    Hard Drives
    KINGSTON_OM8SEP4512Q-AA
    Internet Speed
    1000MBps
The backslash thing is easy to remember. For paths on disk, registry, etc. it is always a backslash. For any parameters it is always forward slash.

I've also seen people confused by which is which. A backslash has the top of slash facing backwards while a forward slash has the top facing forward. Easy :cool:
At my age, I cannot remember why I am in the kitchen LOL.
 

My Computer

System One

  • OS
    Windows 11 Pro + Win11 Canary VM.
    Computer type
    Laptop
    Manufacturer/Model
    ASUS Zenbook 14
    CPU
    I9 13th gen i9-13900H 2.60 GHZ
    Motherboard
    Yep, Laptop has one.
    Memory
    16 GB soldered
    Graphics Card(s)
    Integrated Intel Iris XE
    Sound Card
    Realtek built in
    Monitor(s) Displays
    laptop OLED screen
    Screen Resolution
    2880x1800 touchscreen
    Hard Drives
    1 TB NVME SSD (only weakness is only one slot)
    PSU
    Internal + 65W thunderbolt USB4 charger
    Case
    Yep, got one
    Cooling
    Stella Artois (UK pint cans - 568 ml) - extra cost.
    Keyboard
    Built in UK keybd
    Mouse
    Bluetooth , wireless dongled, wired
    Internet Speed
    900 mbs (ethernet), wifi 6 typical 350-450 mb/s both up and down
    Browser
    Edge
    Antivirus
    Defender
    Other Info
    TPM 2.0, 2xUSB4 thunderbolt, 1xUsb3 (usb a), 1xUsb-c, hdmi out, 3.5 mm audio out/in combo, ASUS backlit trackpad (inc. switchable number pad)

    Macrium Reflect Home V8
    Office 365 Family (6 users each 1TB onedrive space)
    Hyper-V (a vm runs almost as fast as my older laptop)
I find this video, not tested...


Maybe helps!
 

My Computer

System One

  • OS
    Windows 11 Pro for Workstations
    Computer type
    Laptop
    Manufacturer/Model
    Acer
    CPU
    13th Gen Intel(R) Core(TM) i7-1355U 1.70 GHz
    Memory
    16GB
    Graphics Card(s)
    Intel(R) Iris(R) Xe Graphics
    Sound Card
    Realtek Audio
    Monitor(s) Displays
    Monitor PnP Genérico
    Hard Drives
    KINGSTON_OM8SEP4512Q-AA
    Internet Speed
    1000MBps
Hi!
I rebuild my windows ISO with this lines in registry on boot.wim and install.wim and it will show " I don't have internet connection" option and like that i can create a local account.

HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE BypassNRO dword 1
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\UserSwitch Enabled dword 1

It worked for me...
Yes, still needs bypassnro when there is no internet connection.
 

My Computer

System One

  • OS
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell XPS 8930
    CPU
    Intel I9-9900K
    Memory
    64GB
    Graphics Card(s)
    NVIDIA RTX 2060
    Sound Card
    NVIDIA High Definition Audio
    Monitor(s) Displays
    4k Samsung
    Screen Resolution
    3840 x 2160
    Hard Drives
    512GB NVMe, ADATA SU 800, 2TB HDD
Yes, still needs bypassnro when there is no internet connection.
A couple months ago I installed Windows 11 24H2 in a virtual machine. Networking was disabled on it. I was surprised that the following no longer worked.
Shift-F10
oobe\bypassnro

Instead I had to use this:
Shift-F10
start ms-cxh:localonly
I was then able to create a local account. After it was done I enabled networking.
 
Last edited:

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2 (26200.6901)
    Computer type
    Laptop
    Manufacturer/Model
    ASUS TUF Gaming A15 (2022)
    CPU
    AMD Ryzen 7 6800H with Radeon 680M GPU (486MB RAM)
    Memory
    Crucial DDR5-4800 (2400MHz) 32GB (2 x 16GB)
    Graphics Card(s)
    NVIDIA RTX 3060 Laptop (6GB RAM)
    Sound Card
    n/a
    Monitor(s) Displays
    15.6-inch
    Screen Resolution
    1920x1080 300Hz
    Hard Drives
    2 x Samsung 990 Evo Plus (2TB M.2 NVME SSD)
    PSU
    n/a
    Mouse
    Wireless Mouse M510
    Internet Speed
    2100Mbps/300Mbps
    Browser
    Firefox
    Antivirus
    Malwarebytes
  • Operating System
    Windows 11 Pro 25H2 (26200.8246)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom build
    CPU
    AMD Ryzen 7 5700X3D
    Motherboard
    ASUS ROG Strix B550-F Gaming WiFi II
    Memory
    G.SKILL Flare X 32GB (2x16GB) DDR4
    Graphics card(s)
    ASUS ROG-STRIX-RTX3060TI-08G-V2-GAMING (RTX 3060-Ti, 8GB RAM)
    Monitor(s) Displays
    Samsung G50D IPS 27"
    Screen Resolution
    1440p/180Hz
    Hard Drives
    SAMSUNG 990 EVO Plus (2TB] M.2 NVME SSD
    SAMSUNG 990 EVO Plus (4TB) M.2 NVME SSD
    PSU
    Corsair RM750x (750 watts)
    Case
    Cooler Master MasterCase 5
    Cooling
    Scythe Mugen 6
    Keyboard
    Logitech K520 (MK540 keyboard/mouse combo)
    Mouse
    Logitech M310 (MK540 keyboard/mouse combo)
    Internet Speed
    2100 Mbps down / 300 Mbps up
    Browser
    Firefox, Edge, Chrome
    Antivirus
    Malwarebytes (Premium)
    Other Info
    ASUS Blu-ray Burner BW-16D1HT (SATA) || Western Digital Easystore 20TB USB 3.0 external hard drive used with Acronis True Image 2025 backup software || HP OfficeJet Pro 6975 Printer/Scanner
A couple months ago I installed Windows 11 24H2 in a virtual machine. Networking was disabled on it. I was surprised that the following no longer worked.


Instead I had to use this:

I was then able to create a local account. After it was done I enabled networking.
I tried that on a real machine without internet connection, and it just hung with a black screen after I created the local account. (Canary build 27924).

Edit:
Still unclear on the difference between the 2 commands.
start ms-cxh:localonly
start ms-cxh:setaddlocalonly
The 1st one works also without internet, while the second one work with internet but hangs with a black screen without internet after creating the local account. 🤷‍♂️
 

My Computer

System One

  • OS
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell XPS 8930
    CPU
    Intel I9-9900K
    Memory
    64GB
    Graphics Card(s)
    NVIDIA RTX 2060
    Sound Card
    NVIDIA High Definition Audio
    Monitor(s) Displays
    4k Samsung
    Screen Resolution
    3840 x 2160
    Hard Drives
    512GB NVMe, ADATA SU 800, 2TB HDD
thank you for this information. I'm setting up a new laptop tomorrow and will try it. I don't want it to have a Microsoft account until I'm ready. I also want to remove all the Onedrive crap first.
 

My Computers

System One System Two

  • OS
    Windows 11 Home, Ver 24H2, Build 26100.4946
    Computer type
    Laptop
    Manufacturer/Model
    HP Pavilion Gaming Laptop 15-dk1082nr
    CPU
    Intel(R) Core(TM) i5-10300H CPU @ 2.50GHz (2.50 GHz)
    Memory
    16 GB
    Graphics Card(s)
    NVIDIA GeForce GTX 1660 Ti with Max-Q Design
    Sound Card
    Realtek Audio
    Monitor(s) Displays
    15.6-inch diagonal FHD, 144 Hz, IPS, anti-glare, micro-edge, WLED-backlit
    Screen Resolution
    1920x1080
    Hard Drives
    1 TB
    Keyboard
    Full-size, island-style, acid green backlit, shadow black keyboard with numeric keypad
    Internet Speed
    571.84 Mbps
    Browser
    Firefox, DuckDuckGo, Chrome
    Antivirus
    Norton 360
  • Operating System
    Windows 11 Home, Ver 24H2, Build 26100.4946
    Computer type
    Laptop
    Manufacturer/Model
    Dell Alienware 16X Aurora AC16251
    CPU
    Intel® Core™ Ultra 7 Processor 255HX (30MB cache, 20 cores, 1.8 to 5.2 GHz P-Core)
    Memory
    16GB, 2x8GB, DDR5, 5600 MT/s
    Graphics card(s)
    NVIDIA® GeForce RTX™ 5060, 8 GB GDDR7
    Sound Card
    Stereo speakers, Realtek AL3204 Audio Controller, 2 W x 2 = 4 W total
    Monitor(s) Displays
    16", WQXGA, 240Hz, 100% DCI-P3, ComfortView Plus, G-SYNC
    Hard Drives
    NVMe P0527 Phison 1024GB
    Keyboard
    1-Zone AlienFX RGB Keyboard, English US and external wireless Logitech K270
    Mouse
    Wireless Logitech M705
    Internet Speed
    571.84 Mbps
    Browser
    Firefox, DuckDuckGo, and Chrome
    Antivirus
    Norton 360
C'mon guys
Unless using Home edition of W11 what's wrong with the bog standard - no reg keys, oob commands etc way of doing it -

Just choose school or workplace for computer at the appropriate prompt and then for login option choose domain join.

I've mentioned this "Ad Nauseam" but still we get endless posts on this stuff requiring all sorts of complex ways to get "A local account".

Unless 99% of people here are using W11 HOME (which I really doubt) then what exactly is wrong with my method !!!.

Cheers
jimbo
 

My Computer

System One

  • OS
    Windows XP,11 Linux Fedora Rawhide pre-release 45
    Computer type
    PC/Desktop
    CPU
    2 X Intel i7
    Screen Resolution
    4KUHD X 2
Not sure why you set the limit at 99%. Most consumer devices ship with the Home SKU, and that's what most people use at home. That's kind of why they call it the Home edition.
 

My Computer

System One

  • OS
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel NUC12WSHi7
    CPU
    12th Gen Core i7-1260P
    Motherboard
    NUC12WSBi7
    Memory
    64 GB Micron PC4-25600
    Graphics Card(s)
    Intel Iris Xe Graphics
    Sound Card
    on-board Realtek HD Audio
    Monitor(s) Displays
    Dell U3219Q
    Screen Resolution
    3840 x 2160
    Hard Drives
    Samsung SSD 990 PRO 1TB
    Crucial MX500 2 TB
    Antivirus
    Microsoft Defender

Latest Support Threads

Back
Top Bottom