Slimdown10_v2.0.2 (continued)

Discussion in 'Windows 10' started by SunLion, Sep 1, 2024.

  1. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,498
    2,730
    120
    #141 pm67310, Nov 24, 2024
    Last edited: Nov 24, 2024
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. letmeindude

    letmeindude MDL Novice

    Jul 29, 2011
    30
    44
    0
    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.
     
  3. letmeindude

    letmeindude MDL Novice

    Jul 29, 2011
    30
    44
    0
    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).
     
  4. letmeindude

    letmeindude MDL Novice

    Jul 29, 2011
    30
    44
    0
    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.
     
  5. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,924
    30
    Thank you for your contribution.

    I will modify this in the script.
     
  6. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,558
    14,609
    120
    @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?
     
  7. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,924
    30
    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.
     
  8. Agony4121

    Agony4121 MDL Novice

    Apr 12, 2024
    14
    6
    0
    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?
     
  9. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,924
    30
    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...
     
  10. Agony4121

    Agony4121 MDL Novice

    Apr 12, 2024
    14
    6
    0
    Yeah worked, thanks :)
     
  11. 6ryvcIDtC2m

    6ryvcIDtC2m MDL Novice

    Oct 29, 2019
    9
    11
    0
    #152 6ryvcIDtC2m, Dec 1, 2024
    Last edited: Dec 1, 2024
    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...
     
  12. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,924
    30
    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.
     
  13. letmeindude

    letmeindude MDL Novice

    Jul 29, 2011
    30
    44
    0
  14. robertcollier4

    robertcollier4 MDL Novice

    Dec 19, 2016
    20
    19
    0
    #160 robertcollier4, Dec 5, 2024
    Last edited: Dec 5, 2024