Search results

  1. C

    Install Firefox as Default browser, Pin to Start Menu & Taskbar [W11]

    modified the post, now using firefox.cfg instead of policies. // Override the first run page. // https://firefox-admin-docs.mozilla.org/reference/policies/overridefirstrunpage/ defaultPref("startup.homepage_welcome_url", ""); // Customize the Firefox Home page. //...
  2. C

    Install 7-Zip (25.01) with default file associations

    thanks! i updated the post with new steps, in the future when im not lazy ill do a script to add 7zip associations into OEMDefaultAssociations.xml instead of replacing the full default file.
  3. C

    Install 7-Zip (25.01) with default file associations

    instead of mounting directory, put xml file in: sources\$OEM$\$$\System32\OEMDefaultAssociations.xml it goes in ISO folder instead of mount directory, if it works i will update the post (it should cuz i use this in 24h2 with media creation tool and installing 7z through unattended file).
  4. C

    Install 7-Zip (25.01) with default file associations

    I will look into this, maybe 7-Zip changed registry keys on new version.
  5. C

    Disable New Outlook from appearing in the Taskbar after OOBE (W11 24H2)

    im dealing with the same problem, tested a lot of things and still not being able to get rid of the outlook icon while having spotlight, lets hope 25h2 comes without this icon...
  6. C

    How to hide the "Check for updates" message

    network icon is not part of MicrosoftWindows.Client.Core_cw5n1h2txyewy
  7. C

    How to hide the "Check for updates" message

    Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime\ActivatableClassId\ValueBanner.AlertBannerControl] "ActivationType"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime\ActivatableClassId\ValueBanner.AlertBannerControlViewModel]...
  8. C

    How to hide the "Check for updates" message

    oh it might be cuz i also dont have onedrive already, will test on vm and will also test for that thing
  9. C

    How to hide the "Check for updates" message

    i cant seem to replicate what you mean
  10. C

    How to hide the "Check for updates" message

    what banner do you mean? ill find out how to hide if i can find the appxmanifest.xml
  11. C

    How to hide the "Check for updates" message

    best way to hide check for updates (valuebanner) is: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime\ActivatableClassId\ValueBanner.IdealStateFeatureControlProvider] "ActivationType"=dword:00000000 works even on already installed windows (needs...
  12. C

    Outlook (New) and OOBE installing apps

    you can also use settings tab in ntlite to remove outlook from uscheduler
  13. C

    Outlook (New) and OOBE installing apps

    Windows Registry Editor Version 5.00 ;Remove Outlook from taskbar [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent] "DisableCloudOptimizedContent"=dword:00000001 ;Prevent Outlook from reinstalling...
  14. C

    Disable New Outlook from appearing in the Taskbar after OOBE (W11 24H2)

    solved: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent] "DisableCloudOptimizedContent"=dword:00000001
  15. C

    Disable New Outlook from appearing in the Taskbar after OOBE (W11 24H2)

    until we find a reg key this is the only thing we can do
  16. C

    Disable New Outlook from appearing in the Taskbar after OOBE (W11 24H2)

    found the component, no more icon by removing: Windows Feature Experience Pack - Desktop (MicrosoftWindows.Client.CBS)
  17. C

    Disable New Outlook from appearing in the Taskbar after OOBE (W11 24H2)

    i used lite template when removing components and there is no icon, when i have more time ill test gaming and privacy templates, and then try to find the specific package.
  18. C

    Disable New Outlook from appearing in the Taskbar after OOBE (W11 24H2)

    tomorrow ill try removing most packages possible and see if it disappears
  19. C

    Disable New Outlook from appearing in the Taskbar after OOBE (W11 24H2)

    try removing whole taskband [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]
  20. C

    Disable New Outlook from appearing in the Taskbar after OOBE (W11 24H2)

    im sick so i cant test right now but its probably related to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband or HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband\AuxilliaryPins
Back
Top