Starting with SD10v202_54, NTlite can not longer apply registry files to Slimdown10 iso. I replaced v54 script with v48, but the bug was still there, so that means that something is wrong with the files in v54 (probably DISM files). There isn't any error from NTLite, but when I install the OS I can see that registry files weren't applied. It's not NTLite bug, because I have tested older versions, too.
Scratch the previous post because v42 script works, which means files from the v54 archive are fine, but both v48 script and v54 script have a bug (maybe DISM code).
Found the bug, but it took me hours. Line 2775: Code: reg add "HKLM\TK_SYSTEM\ControlSet\Control\BitLocker" /v "PreventDeviceEncryption" /t REG_DWORD /d 1 /f >nul should be: Code: reg add "HKLM\TK_SYSTEM\ControlSet001\Control\BitLocker" /v "PreventDeviceEncryption" /t REG_DWORD /d 1 /f >nul Unbelievable, this single line broke NTLite.
@SunLion I added Letmeindude code above to ver.54 of your script without edge. I found the std Calc will not work with Store disabled it has to be enabled. Though ver.42 works without Store being enabled?
I'm racking my brains with this same problem with Windows 11... Still doing a lot of testing... We'll try to find a solution, if possible. Thanks for reporting.
Sunlion Is there a way to import the firefox tweaks AFTER instalation? I tried copy/pasting from the SD10v202_54_without_EDGE.cmd, but its wrong format for a live system?
Are you referring to the "Policies for Mozilla Browsers" tweaks? Replace: Reg add "HKLM\TK_SOFTWARE\Policies\Mozilla\Firefox" With this: Reg add "HKLM\SOFTWARE\Policies\Mozilla\Firefox" that is, change "HKLM\TK_SOFTWARE" to "HKLM\SOFTWARE", keeping the other code data in all command lines Try and test...
Thank you very much for the script. A few things to point out: - The "_Lite" version of the script omits win32calc and photo viewer's activation. I'm not sure if this is intentional or not considering the "Lite" version is supposed to be less invasive. -- This can be solved by just pasting the two snippets from another variation, I took it from the "_with_EDGE" one and had no issues. - If you opt for a variation with MS Store,the start menu will have it pinned to the start menu instead of it being empty. -- This one I'm not sure how to fix, I've tried editing DefaultLayouts.xml from the /hotfixes subfolder but had no luck, I could very well be doing it wrong though...
Yes, it was intentional, to streamline the script a bit. For my part, I don't intend to add more things to Lite, other than some new tweak that improves performance etc.