1. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    #12081 Ace2, Sep 4, 2019
    Last edited: Sep 4, 2019
    @MSMG

    I backup AppxAllUserStore before updates, then restored AppxAllUserStore.reg after updates (before i restart the computer), then i run rd /s /q commands to remove all unwanted folders (after restarting the computer).:D

    How do i remove dead icons like Edge, Windows Security, from StartMenu. :confused:

    Please and Thanks.:)
    .
     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    That's the problem it takes more steps to remove metro related components from live system.

    Try this method :

    - Using a NSudo command prompt navigate to the below path

    C:\Users\<UserName>\AppData\Local\Microsoft\Windows\Explorer

    - Using Task manger kill the explorer.exe

    - In the opened command prompt, find and delete the iconcache*.db files

    - Using Task manager re-launch the explorer.exe or restart the system.

    This will re-create the Icon cache.


     
  3. TubFarter

    TubFarter MDL Novice

    May 18, 2017
    29
    8
    0
    #12083 TubFarter, Sep 4, 2019
    Last edited: Sep 4, 2019
    So I tried it again, and this time opened the install.wim with 7zip and yes, all the apps are still there after removing ALL windows components.

    *EDIT* I think I found the problem... for some reason, when creating the image and an ISO in the toolkit, it deleted my ei.cfg and PID.txt file, so it installed Windows 10 Home! I'm now trying it again with those files in the sources folder to see what happens. If need be, I can open the install.wim with 7zip and delete all the other installations except number 6, which is Windows 10 Pro.

    Fun stuff @MSMG !
     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    If had used [4] Remove -> [1] Remove Windows Components -> [5] System -> [4] Manual Setup (InPlace Upgrade), this will remove all files required for doing In-Place upgrade from with-in Windows and this won't remove the EI.cfg or PID.txt files.

    EI.cfg and PID.txt are used to specify the Windows product key and the Windows edition during Windows installation without it the Setup will display the edition list to choose.


     
  5. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    @MSMG
    Have just tested the above files again, but with a slightly different method - I did not apply any Windows Updates.
    Extract ISO (1 > 3)

    Select source (1 > 1) (also mount boot and recovery images)

    Integrate Win32 calculator (3 > 3 > B)

    Cleanup (6 > 1)

    Remove all metro apps (4 > 1 > 7 > 8)

    Remove Connect, Onedrive, People, Skype, Store, Xbox, Game bar, Xbox ID (4 > 1 > 6 > E/N/P/T/Z/1/2/3)

    Apply SSU and CU updates (3 > 4 > 2 > 1 > 4)

    Apply setup media update (3 > 4 > 2 > 2)

    Tweaks for Task View, App Downloads, Photo Viewer (5 > 5 > B/D/J)

    Cleanup (6 > 1)

    Apply changes to image (6 > 2)

    Rebuild (6 > 1)

    Convert WIM to ESD (2 > 4)

    Make ISO (7 > 1)
    I did NOT do the steps in red and SFC /SCANNOW was successful.
     
  6. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    @ MSMG, well I'm running W10 Enterprise LTSC x64 with Toolkit V9.4 without any error or problem during component removal operation, I used rufus to install the system the system was like a charm but when installing the game "games from Windows 7 to Windows 8.1 & Windows 10" the game just doesn't open! I still usually have to first install .NETFX3 first and then I install DirectX 9.0C also all updated VCPP so finally I restart the machine and then install all the games I like without exception except the above mentioned game which will be what could have happened ?? if you have any solution I am very grateful right now
    thank you
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. TubFarter

    TubFarter MDL Novice

    May 18, 2017
    29
    8
    0
    @MSMG Good info to know, but I don't ever do an In-Place upgrade of an OS. :p I always start from fresh... Of course I have all my data backed up on a 1TB Sata drive, but yeah... no in-place upgrades here lol. Also, I can just use DISM++ to remove all the other versions of Windows 10 and just leave Pro.
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
  9. THUMPer1

    THUMPer1 MDL Junior Member

    Mar 8, 2011
    68
    9
    0
    So if I am looking in the Toolkit at the Remove menu. If I remove anything from options 1-6, after a WU these will all be restored?? Or is it only components in option 6?
     
  10. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    @ MSMG well I reworked the operation using the same image W10 LTSC x64 and that's when I found out where I made a gross mistake (maybe very sleepy and tired) because when I was removing components in the multimedia item I removed item number 2 this way an M $ FT game of course would not run; This way I humbly ask you to disregard my post and still do not get tired of stating that Toolkit V 9.4 is the state of the art in programming congratulations once again
    Tiger-1 :):worthy::clap:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    msmg, instead of removing, is it possible to disable all the garbage instead? would that satisfy windows
     
  12. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    258
    152
    10
    In line 7966 to 8000 of Toolkit v9.4,this is featrue of integrate Windows Multimedia Restricted Codecs
    but when I missing some file for Windows Multimedia Restricted Codecs,ToolKit speak me Windows Portable Devices Pack

    Code:
    Checking whether Windows Multimedia Restricted Codecs Pack file exist
    if "%ImageBuild%" leq "17763" if "%ImageArchitecture%" equ "x64" if not exist "%MMRC%\Multimedia-RestrictedCodecsExt-WOW64-Package~31bf3856ad364e35~amd64~~%ImageVersion%.%PackageServicePackBuild%.cab" (
    Windows Portable Devices Pack Folder is missing the below file...
    it should be like:
    Code:
    Checking whether Windows Multimedia Restricted Codecs Pack file exist
    if "%ImageBuild%" leq "17763" if "%ImageArchitecture%" equ "x64" if not exist "%MMRC%\Multimedia-RestrictedCodecsExt-WOW64-Package~31bf3856ad364e35~amd64~~%ImageVersion%.%PackageServicePackBuild%.cab" (
    Windows Multimedia Restricted Codecs Folder is missing the below file...
    this is not a new problem.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. jinvidia

    jinvidia MDL Member

    Aug 7, 2016
    238
    35
    10
    Hello brother, will the above method work with 1809 17763.1 iso ?

    @MSMG & @Feartamixg
    Is it mandatory to mount boot and recovery images, even if I don't integrate any update ?

    Thank you.
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Then it should be due to updates restoring the removed components the SFC is having the issues.

     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    All components 1-6 expect 7 will get restored for Windows 10 v1903.

     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    You can disable some components but not all.

     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Thanks it's fixed now.

     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    There are no issues with 1809 17763.1, you can remove the components and integrate the updates and install the OS, It's only with v1903 the updates are restoring the components.

    Mounting boot and recovery are optional based on requirement.