Search results

  1. G

    Windows 11 24H2 - File Explorer Not Show Tabs

    Normally this is caused by the incorrect removal of Recall components, but you only have Copilot listed. <c>microsoftwindows.client.aix 'Windows Copilot (Windows Feature Experience Pack)'</c As a temporary workaround, try this: DISM /Online /Enable-Feature /Featurename:Recall...
  2. G

    After processing with NTLite, the options in the Modern Tweaker do not work

    Follow the normal strategy for troubleshooting: 1. Make a backup copy of your preset. 2. Load a clean image. 3. Load your preset. 4. From the Settings screen, click on Reset icon from the toolbar. Repeat from Services. 5. Apply changes and test new ISO. If your problem disappeared, you...
  3. G

    Help with preset

    ChatGPT is having another wonderful hallucination.
  4. G

    Power Mode settings - Offline Image

    NTLite allows you pick one of default Power Plans, but currently you cannot separately change the AC or DC settings. Choosing the "Balanced" power plan will set both AC and DC modes to "Balanced" at the same time. You would need to import a reg file...
  5. G

    After processing with NTLite, the options in the Modern Tweaker do not work

    Seriously, DO NOT post your preset on a random filesharing site. Nobody should be exposed to several malicious ads just to read your preset, when it can be easily attached to a post. I'm not even going to bother clicking the other link. Your problem is most likely caused by tampering with UAC.
  6. G

    Help with preset

    This is NOT a valid NTLite preset. A working preset has critical metadata details which are entirely missing here, and this is the wrong XML structure. NTLite has the ability to import presets written by older versions of NTLite, but this is too far removed from a real preset to work.
  7. G

    ntlite ps1 script

    I've told you before, you can use this raw PNG image. It's over 24 MB. Convert it to JPEG first. Have you tried using the same scripts on a different image?
  8. G

    I joined because Win 7 installer does not see drivers on Rufus stick

    Also, you need to import a specific INF by filename. Otherwise NTLite will presume to import all the NVIDIA driver INF's in the folder at the same time, and bloat your image because each driver instance gets a private copy of the graphics libraries. You don't want your driver folder to grow by...
  9. G

    Importing Win-RAID signing certificate

    Win-RAID forum is a great resource for finding Windows drivers, in both the official and modded versions. Some modded drivers are signed by Fernando (aka Dieter) using a Win-RAID certificate, but you're expected to use their CMD script to import the certificate on a live system. This doesn't...
  10. G

    Win32 Critical Error

    What is the exact error message? Do you this error in Event Viewer?
  11. 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>
  12. G

    Win32 Critical Error

    Please attach your preset, after removing any user passwords or license keys.
  13. 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.
  14. 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.
  15. 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...
  16. 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...
  17. 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"...
  18. 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.
  19. G

    Difficult to disable Windows Defender [online]

    You need to launch RegEdit from PowerRun.
Back
Top