Recent content by garlin

  1. G

    I need help about remove IRST driver in NTLite

    You should point out this is a modded driver, because some users only want the official drivers.
  2. G

    Edition Selection From Windows Setup is Missing (Skipped)

    When using Unattended mode, NTLite defaults to writing the currently loaded image's index number in the autounattend.xml. By checking the "Prompt edition selection" box, no image will be pre-selected for install.
  3. G

    File type associations are not working

    There isn't a single component for File Type Associations, it's handled by File Explorer. The problem is the imported XML (written to \Windows\System32\OEMDefaultAssociations.xml) is a baseline, and the default UWP apps which are provisioned later can overwrite the registry CLSID's. You may...
  4. G

    Minimum Image for Single App Embedded System

    That's unsupported, but you already know that as a MS Partner. Most users want to remove different Windows features to improve system performance or to protect privacy, but not necessarily to lock users out of their own system. The typical presets and templates tend to protect critical...
  5. G

    Stupid mistake, forgot to add a username to Unattended...

    You can manually copy the missing lines to autounattend.xml if you don't want to remake the entire ISO. Copy any lines which are NOT ALREADY present. <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64"...
  6. G

    Difficult to disable Windows Defender [online]

    Nothing. But Windows doesn't re-enable Defender services on its own. Defender is solely responsible for "defending itself". No one has complained they need to run a scheduled task to play Defender whack-a-mole after the services are properly disabled.
  7. G

    Difficult to disable Windows Defender [online]

    You need to launch RegEdit from PowerRun.
  8. G

    Difficult to disable Windows Defender [online]

    None of these extra steps are required if you integrated the reg file directly from the Registry screen. All the settings are "baked in", so the mutual protection the services provide each other are canceled out, when Windows runs the first time. And Security Center still works for all the...
  9. G

    Difficult to disable Windows Defender [online]

    Starting state after installing a clean ISO: AMServiceEnabled : True AntivirusEnabled : True RealTimeProtectionEnabled : True 1. Turn off Tamper Protection. Restart. 2. PowerRun reg import (partial error). Restart. 3. PowerRun reg import (no errors). Restart...
  10. G

    Difficult to disable Windows Defender [online]

    You may need a tool like PowerRun to give yourself TrustedInstaller rights.
  11. G

    Difficult to disable Windows Defender [online]

    If you wanted to test the reg file: 1. Open Security Center. 2. Disable Tamper Protection in the UI. Reboot to make the change effective, Tamper Protection is only enabled at boot time. 3. reg import the reg file. 4. Reboot again (or manually disable the same services by hand).
  12. G

    Difficult to disable Windows Defender [online]

    All you need to disable the 5 Defender services. Everything else is moot because nothing is running in the background. The reason many scripts or reg files fail is because Tamper Protection is running on a live system to prevent you from using reg changes to disable Defender. MS requires you...
  13. G

    Help creating custom W11 23H2 with NTLite with some stuff removed and no Telemetry

    You've reposted this question on the W11 thread, so I won't repeat the answers. Removing Defender does not remove WU. They're co-dependent, but the packages are separate. Remoting and Privacy -> Windows Error Reporting API -> Telemetry Client
  14. G

    Why does my Win10 have two Product Keys?

    Your OEM product key is permanently visible. Your previous activation of an installed Windows may be converted at some point to a digital license. By default Setup follows these rules: 1. Any unattended file's activation key takes precedence and is used to license Windows. 2. Without a...
  15. G

    Removing PowerShell

    PS 5.1 is listed as 2.0 (or even 1.0) for backwards compatibility reasons. PS 6/7 is not a direct replacement for PS 5, they're designed to work side-by-side. PS 5 is required for some Windows functions because some modules support Windows-specific functions that the Core version doesn't...
Back
Top