Slimdown10 – turn Windows 10 22H2 or LTSC 2021 into classic/legacy Windows

Discussion in 'Windows 10' started by Deleted member 190847, Feb 15, 2023.

  1. SunLion

    SunLion MDL Senior Member

    May 11, 2011
    321
    374
    10
    I found a solution!

    In the slimdown_1.41 script I activated the execution of the addreg: "Hide Manage verb from context menu on This PC" with the option "0", that is:

    REM Hide Manage verb from context menu on This PC
    Reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoManageMyComputerVerb" /t REG_DWORD /d 0 /f >nul


    And this did the magic.
    :)
     

    Attached Files:

  2. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    617
    204
    30
    what lines do i have to remove to keep windows spotlight.?
     
  3. SunLion

    SunLion MDL Senior Member

    May 11, 2011
    321
    374
    10
    I did a search on the slimdown.cmd script and found lines 827, 833 to 838, which contain spotlight:

    REM Disable Cloud Content
    Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsSpotlightFeatures" /t REG_DWORD /d 1 /f >nul
    Reg add "HKLM\TK_NTUSER\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v "ConfigureWindowsSpotlight" /t REG_DWORD /d 2 /f >nul
    Reg add "HKLM\TK_NTUSER\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v "IncludeEnterpriseSpotlight" /t REG_DWORD /d 0 /f >nul
    Reg add "HKLM\TK_NTUSER\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsSpotlightFeatures" /t REG_DWORD /d 1 /f >nul
    Reg add "HKLM\TK_NTUSER\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsSpotlightWindowsWelcomeExperience" /t REG_DWORD /d 1 /f >nul
    Reg add "HKLM\TK_NTUSER\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsSpotlightOnActionCenter" /t REG_DWORD /d 1 /f >nul
    Reg add "HKLM\TK_NTUSER\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsSpotlightOnSettings" /t REG_DWORD /d 1 /f >nul


    Not tested if removal works!
     
  4. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    617
    204
    30
    i alreday remove that. still not working. i would like to do more testing but....create and test but i dont understand how to acces wifi on virtual machine...
     
  5. haz367

    haz367 MDL Addicted

    Jan 11, 2020
    798
    1,444
    30
    Finally :)

    :p
    Thx to German people being so serious about things :) I like it.

    o_O
     
  6. SunLion

    SunLion MDL Senior Member

    May 11, 2011
    321
    374
    10
    Truth. The process is long. Lots of tests... We don't always have positive results.

    But the best way to deal with these things is test...test...test!
     
  7. d0ogie

    d0ogie MDL Novice

    May 16, 2021
    3
    3
    0
    Excellent update, thanks once again. Slimdown10 much like Integrate7 before it, has become a go-to tool for me
     
  8. Dude Guyman

    Dude Guyman MDL Senior Member

    Jun 20, 2017
    280
    279
    10
    #509 Dude Guyman, May 11, 2023
    Last edited: May 12, 2023
    Just something I've learned: If you install Vegas Pro v20+, It WILL add Edge + Webview2 to the system :mad:.
    Manual install of the May Cumulative Update, did not.

    Thanks again wkeller for the work. Best "stripped" Windows I have ever tried out (up to 1.41 so far).
     
  9. zbigniew59

    zbigniew59 MDL Senior Member

    May 14, 2016
    374
    171
    10
    The resulting iso no longer contains the UserSetup.cmd script
    Is it supposed to be like that or is it a bug?
     
  10. Just checked and install.wim\Windows\UserSetup.cmd is in place.
    But it is deleted after installation and it is intentional (it is run once script).
     
  11. zbigniew59

    zbigniew59 MDL Senior Member

    May 14, 2016
    374
    171
    10
    :clap:Actually it is - it wasn't there before, or I wasn't looking for it correctly.
    My fault.
    I checked the install.wim - via 7z - Now it's there!
     
  12. Matrix360

    Matrix360 MDL Junior Member

    Jun 22, 2015
    54
    73
    0
    #514 Matrix360, May 11, 2023
    Last edited: May 12, 2023
    It seems HWID activation with MAS 1.8 doesn't work, even after starting the sppsvc service.

    There is an error 0xC0000364 (STATUS_ACCESS_DISABLED_BY_POLICY_OTHER) when MAS tries to activate:

    Activation Failed [Error Code: 0xC0000364]

    (I use the Enterprise x64 Edition)

    EDIT:
    HWID activation with MAS doesn't work when "EnableStore = 0" (disable Windows Store, the default setting).
    It works when EnableStore = 1 to 4.
     
  13. why one needs to activate there os if he or she can disable windows license manager service :D
     
  14. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,756
    5,220
    120
    that was what we call
    Schlag unter die Gürtellinie
    :clap3::clap3::clap3:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,756
    5,220
    120
    same version just without offline stuff
    Online version...
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Never used MAS 1.8, however I just installed Win10 Pro and it activated using built-in mechanism and digital license.
    It failed me only once (ie. on one PC), so I clicked troubleshoot and typed the key from PC case (it was Win7 key but it worked).

    KMS_VL_ALL never failed.

    PS. I have never touched sppsvc.
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    ...
    A previously established hwid will be picked up automatically.
     
  18. Dude Guyman

    Dude Guyman MDL Senior Member

    Jun 20, 2017
    280
    279
    10
    #520 Dude Guyman, May 12, 2023
    Last edited: May 12, 2023