Recent content by garlin

  1. G

    Win32 Critical Error

    What is the exact error message? Do you this error in Event Viewer?
  2. G

    Win32 Critical Error

    Why did you disable the Video kernel driver? That's a mandatory service. <ExtraServices> <TweakGroup name="drivers"> <Tweak name="Vid\Vid">4</Tweak> </TweakGroup> </ExtraServices>
  3. G

    Win32 Critical Error

    Please attach your preset, after removing any user passwords or license keys.
  4. 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.
  5. 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.
  6. 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...
  7. 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...
  8. 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"...
  9. 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.
  10. G

    Difficult to disable Windows Defender [online]

    You need to launch RegEdit from PowerRun.
  11. 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...
  12. 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...
  13. G

    Difficult to disable Windows Defender [online]

    You may need a tool like PowerRun to give yourself TrustedInstaller rights.
  14. 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).
  15. 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...
Back
Top