1. Ingibjörg

    Ingibjörg MDL Novice

    Oct 18, 2018
    4
    1
    0
    Hey @MSMG, can you add back the delete all windows apps except store option ?
     
  2. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    #13342 Ace2, Nov 18, 2019
    Last edited: Nov 18, 2019
    I did give a warning that these settings were what i used, they were only meant to be used as a reference to your own.

    The black screen error is most likely because of
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\S-1-5-21-3853238309-243363788-2119889264-1001]
    which is used by C:\ProgramData\Microsoft\Windows\AppRepository\Packages.

    You need to modify your own regedit settings, use my settings as a reference only.:sorry:

    P.S I have removed AppxAllUserStore.reg settings, because of the black screen of death issue.:throw:
     
  3. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    Check post above.:sorry:
     
  4. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    Co
    THANK YOU!! I think you understand my question. Now, how did you know what to rename the LP from UUP? I was looking through the Toolkit.cmd and couldn't figure out what to rename the LP on OnDemand files after converting them to .cab.

    Thank you. I'm sorry to be so difficult. Jet let me know where I can rename the rest of the LP & OnDemand .cab files, and that will complete my questions.
    Again, THANK YOU @Enthousiast. :worthy:
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,485
    450
    By reading how the en-US LP filenames from the MSMG toolkit packs were named, and the UUP files needed to have this added:
    Code:
    ~31bf3856ad364e35~amd64~es-ES~10.0.18362.1.cab
     
  6. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    Thank you, I was unaware that you can just use the
    Code:
    ~31bf3856ad364e35~
    to all the LP and OnDemand. I just have to figure out how to write a rename script to rename all the LP and OnDemand files.

    :clap3:
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,485
    450
    Why would you need a renaming script, it's just a few files per language.

    ps, carefully read my previous post, it's more then only the "~31bf3856ad364e35~" addition.

    Code:
    @echo off
    cd /d "%~dp0"
    
    IF EXIST "microsoft-windows-languagefeatures-handwriting-es-es-package-amd64.cab" RENAME "microsoft-windows-languagefeatures-handwriting-es-es-package-amd64.cab" "microsoft-windows-languagefeatures-handwriting-es-es-package-amd64~31bf3856ad364e35~amd64~~10.0.18362.1.cab"
    
     
  8. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    Thank you for correct me, its
    ~31bf3856ad364e35~ amd64~es-ES and this ~10.0.18362.1.cab .
     
  9. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    732
    281
    30
    my first look at win 10 i was like what.??? it looks just like android with tiles and the new settings screen i was on win7 for a long time never tried win8. so yeah win10 looked weird at first. everyone hating on blur feature LOL and on android a friend of mine was adding blur to android rom. i also disable stuff with group policies actually i follow ultramale guide for set up at notebookreview. yeah i also hate the bloatware useless stuff hope so that msmg will beat ms in that matter.
     
  10. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    @Ace2
    How???
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    If you don't like the BLUR feature you should look at the OEM project:

    https://forums.mydigitallife.net/threads/multi-oem-retail-project-mrp-mk3.71555/
     
  12. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    732
    281
    30
    am using 1909 done with msmg toolkit. i think i need netframework 4.5 can i install it.?
     
  13. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    it is already installed in system.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Rr0

    Rr0 MDL Member

    Jul 8, 2017
    151
    14
    10
    What version of Windows is best for almost bare bones components removal?

    Sorry for addressing this question directly to you, but who else knows better ;)
     
  15. quywz

    quywz MDL Member

    Jun 30, 2017
    118
    7
    10
    I had got the IE11 setup file(IE11-Windows6.1-x64-xx-xx.exe).How to get/convert to the cab file from that setup file?
     
  16. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    732
    281
    30
    anyone here happen to get the settings not opening.?? any fix. or new installation.? search alot but none of the fixes work.
     
  17. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    Well, I'll certainly check it out. I've already done the hard yards with the coding and my script also installs all the applications we use, but anything that makes customizing easier is a great idea.