Search results

  1. pieterdezwart

    Remove keyboard layout and set time format during setup

    A small addition for anyone reading this: the setupcomplete.cmd part in #3 only applies the locale settings to users. To apply the settings to the lock screen as well (especially noticeable when changing the time format), add this: reg add "HKU\.DEFAULT\Control Panel\International" /v...
  2. pieterdezwart

    How do I block the installation of Outlook (new) and Dev Home in 23H2?

    I think the title is clear enough. Things I already tried: Disabling Content Delivery Manager Removing the packages via PowerShell in setupcomplete.cmd (probably doesn't work because the packages aren't included in the image, they're being downloaded and installed automatically after...
  3. pieterdezwart

    Remove keyboard layout and set time format during setup

    Thanks. This works! Regarding your previous question: Windows language is en-US, locale settings are en-US with US International as keyboard layout.
  4. pieterdezwart

    Remove keyboard layout and set time format during setup

    Unfortunately that doesn't seem to do anything at all. The language bar is still there after applying this.
  5. pieterdezwart

    Remove keyboard layout and set time format during setup

    Thanks, this made it possible to change the time format and remove the keyboard for all users. However, on the login screen the language bar still appears: I want the language bar gone from there as well. I tried copying over the settings using Administrative language settings, but to no avail...
  6. pieterdezwart

    Remove keyboard layout and set time format during setup

    Hi everyone, I'm building a new Windows 11 22H2 ISO and want to change the time format to 24H and remove the US keyboard layout during setup (I have set US-International to be the default using AutoUnattend). For this I tried to use a reg file which works perfectly fine when applied directly...
  7. pieterdezwart

    Need help to add (integrate) the Date & Time Settings in ISO

    The file is no longer available. Can you share it again?
  8. pieterdezwart

    How to apply Edge profile INCLUDING search engine preferences and extensions?

    True, I forget to mention that it only works for Pro/Enterprise versions of Windows 10/11. This is not a solution for a Home version of Windows.
  9. pieterdezwart

    How to apply Edge profile INCLUDING search engine preferences and extensions?

    For anyone looking for an answer, I solved the problem by using the following reg file to apply the default search engine (Google) and install the extension I want (uBlock Origin): https://dezwart.frl/edgeGoogleanduBlock.reg The extension part is the same as mentioned before, but I'd like to...
  10. pieterdezwart

    How to apply Edge profile INCLUDING search engine preferences and extensions?

    Thanks for the replies. I know about the extension method and if there's no fix I will use that instead, but that still doesn't solve my problem with the search engine. There has to be a way, because when a profile with Google as the default search engine is copied to a different user on the...
  11. pieterdezwart

    How to apply Edge profile INCLUDING search engine preferences and extensions?

    The question is clear. I copied my Edge profile from C:\Users\[MYUSERNAME]\AppData\Local\Microsoft and added it to the Default user profile (happens during setupcomplete.cmd execution with a simple xcopy command). I also exported and imported the...
  12. pieterdezwart

    Remove "There's more to discover when you connect to the internet"

    Found a solution, kind of: Setting HideWirelessSetupInOOBE to true also disables the above screen. Side effect is that connecting to a wireless network has to happen after installation, but that's something I can live with.
  13. pieterdezwart

    Remove "There's more to discover when you connect to the internet"

    The below screen displays when installing Windows without an internet connection. I'd like to remove this so setup automatically continues with limited setup. Unfortunately I can't find this option anywhere when creating an autounattend file. Can someone please help me out?
  14. pieterdezwart

    cmd.exe getting ready

    1903 Pro x64 en-US, didn't add any updates.
  15. pieterdezwart

    cmd.exe getting ready

    YOCOPCs I somehow corrupted my image or something. I'm getting the following error while testing and installing: "could not update the computer's boot configuration". Guess I'll start all over again... Regarding your reply: 1. I'm using an AutoUnattend.xml file but haven't been able to find a...
  16. pieterdezwart

    cmd.exe getting ready

    Thanks, I figured it out. There was indeed a program asking for input. Still running into a few other things, I'll try to figure them out as well. EDIT: These are the things on my to do list: -Remove "Do more accross devices with activity history" during setup Removed using a registry setting...
  17. pieterdezwart

    cmd.exe getting ready

    Hello everyone. I'm currently working on a modified Windows ISO to use for my pc's at home. When I test my ISO everything works, except for one annoying thing: This window prevents Windows Setup from continuing. I have to close this Window to proceed with the installation. My questions are...
Back
Top