Script Create Win11 Version no ADS, Bypass Requirement, Remove Useless APPS, Any Language / Edition

Discussion in 'Windows 11' started by pm67310, Jul 3, 2022.

Tags:
  1. 6ryvcIDtC2m

    6ryvcIDtC2m MDL Novice

    Oct 29, 2019
    8
    11
    0
    Thank you very much for sharing, I've been testing it on 23H2 Enterprise and it works really well. I've got a few notes though:
    Some registry tweaks display an "Access Denied" message when applying, those are:
    Code:
    & 'reg' 'add' 'HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize' '/v' 'EnableTransparency' '/t' 'REG_DWORD' '/d' '0' '/f' > $null
    
    & 'reg' 'add' 'HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\Feeds' '/v' 'ShellFeedsTaskbarViewMode' '/t' 'REG_DWORD' '/d' '2' '/f' > $null
    
    And one that doesn't seem to exist:
    Code:
    & 'reg' 'delete' 'HKLM\zNTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\SuggestedApps' '/f' > $null
    
    I've done a few personal modifications (disabling OneDrive and Copilot, and other small things) but I've been struggling to find a way to disable Microsoft Teams (both and the (personal) one) and I'd appreciate some help. It doesn't seem to exist during the installation, but after updating Windows and opening MS Store it seems to get automatically installed, which is quite frustrating.

    Is the only way to disable the teams installation to Install Windows > Apply HKCU edits AFTER making the first user? I suppose I could automate this procedure with an autounattend but that's not ideal.

    Some information about the software used:
    VMware Workstation (17.0.0)
    ISO used: EN-GB Windows 11 23H2 (22631.5039) Business Edition -> Enterprise
    Host OS: W10 Enterprise 22H2 (19045.5198)
     
  2. spinalGR

    spinalGR MDL Senior Member

    Oct 16, 2014
    417
    86
    10
  3. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,490
    2,713
    120
    You can only disable teams autoinstall manually
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...