1. forslaey

    forslaey MDL Novice

    Mar 4, 2021
    12
    6
    0
    With the new version of toolkit.cmd on 03/04/2021, when integrating updates from 804 to 844, I also observed errors when writing to the registry. "Invalid section name".
     
  2. geese howard

    geese howard MDL Member

    Aug 18, 2009
    112
    15
    10
  3. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,611
    270
    Hello MSMG well I have had a problem that irritates me a lot because I still couldn't solve it see then: on my second disc I have a file called D: \ found.000 in which I can't remove it by any chance (access denied) Do you have any suggestion? thank you in advance
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. geese howard

    geese howard MDL Member

    Aug 18, 2009
    112
    15
    10
    The file named "found.000" is from chkdsk, it puts these folders and files inside the folder when it finds corrupted fragments on the partition, instead of deleting them it puts them here.

    Windows lists .CHK files as “recovered file fragments”. A single .CHK file can actually contain one or more complete files, fragments of a single file, or fragments of many files. unfortunately you usually won’t be able to recover much data from .CHK files.

    The reason you are even seeing it is because you have "show hidden files" enabled in windows explorer. They usually aren't visable to the user.

    Try manually deleting them from the command prompt with administrator privileges. Or you could just leave them, if the are small sized it isn't going to mess with anything.

    If you keep on seeing new files created here, it could be a sign your hdd is starting to fail. It wouldn't be a bad idea to check it's smart status.
     
  5. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,611
    270
    ok I already know almost the whole process to remove this annoying file but I believe that there is a missing command in cmd that I have not yet discovered; and as for the health of my 2nd disc I have already tested it with the appropriate program and it is 100% so I must wait for our master and see what he says anyway thanks for your attention :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    @Tiger-1 ,

    try to use this script.
    with adm privileges

    The script will find it on all drives and ask if you want to remove it.
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Mahmoud Makhamra

    Mahmoud Makhamra MDL Novice

    Jan 13, 2021
    2
    0
    0
    Thank you for this great tool
    But I have a question: how can I make (edge) the default browser through the tool in the Windows version (10 ltsc)
     
  8. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,611
    270
    #18668 Tiger-1, Mar 6, 2021
    Last edited: Mar 7, 2021
    Hello RaiyvaN thank you very much for your help, I really appreciate your attitude but I still have the same problem "access denied" I tried everything I used takeownership in the file
    I opened the property on the advanced security tab there, I also took over with full control over the file but ... the damn thing WILL NOT let me remove this s**t ;):mad:
    EDIT: see this
    EDIT 2: Oh s**t! after installing NSUDO v8.0.1 Update 1 as Administrator and (trying to) open the unfortunate file D: \ found.000 the file just doesn't open with any of the settings what may be happening? :eek:
     

    Attached Files:

    • chk.JPG
      chk.JPG
      File size:
      37.4 KB
      Views:
      20
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. geese howard

    geese howard MDL Member

    Aug 18, 2009
    112
    15
    10
    Boot in command prompt and try to delete
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    #18670 Enthousiast, Mar 6, 2021
    Last edited: Mar 6, 2021
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. haz367

    haz367 MDL Addicted

    Jan 11, 2020
    843
    1,541
    30
    #18671 haz367, Mar 6, 2021
    Last edited: Mar 7, 2021
    @MSMG

    edit

    It's good now...got it fixed by using a template for the random folder permission bug. It's created properly every time now from HOST OS. :)

    Thx for the guide/hints and the example.tpk's
     
  12. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,611
    270
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. xCyBx

    xCyBx MDL Senior Member

    Aug 6, 2018
    368
    747
    10
    #18673 xCyBx, Mar 7, 2021
    Last edited: Mar 8, 2021
    Deleted, Sorry.
     
  14. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,611
    270
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Thvle

    Thvle MDL Senior Member

    Oct 7, 2012
    254
    58
    10
    It is possible delete components in a running windows installation?
     
  16. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    @MSMG

    How do I use the command below on the image mounted with MSMG Toolkit..??

    Code:
    Dism.exe /online /Cleanup-Image /StartComponentCleanup
    
    Thanks in advance..!!
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    /online is meant for servicing the running OS.

    For offline usage:
    Code:
    Dism /Image:x:\ToolKit_v11.3\Mount\Install\1\ /Cleanup-Image /StartComponentCleanup
    example:
    Code:
    ===============================================================================
                   MSMG ToolKit - Select Source from <DVD> folder
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Selecting Source Images####################################################
    -------------------------------------------------------------------------------
    
    Reading Image Information...
    
    ===============================================================================
    | Index | Arch | Name
    ===============================================================================
    |   1   | x64  | Windows 10 Pro
    ===============================================================================
    
    Enter the Image Index # ['Q'uit] : 1
    
    Do you want to mount Windows Setup Boot Image ? ['Y'es/'N'o] : N
    Do you want to mount Windows Recovery Image ? ['Y'es/'N'o] : N
    
    -------------------------------------------------------------------------------
    ####Source Image Information###################################################
    -------------------------------------------------------------------------------
    
        Image                    :  Install.wim
        Image Index No           :  1
        Image Architecture       :  x64
        Image Version            :  10.0.19041
        Image Service Pack Build :  631
        Image Service Pack Level :  0
        Image Build              :  19041
        Image Default Language   :  en-US
    
    -------------------------------------------------------------------------------
    ####Mounting Source Images#####################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Mounting [Install.wim, Index : 1] Image at <\Mount\Install\1>...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20279.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Selecting & Mounting Source Images################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    Startcomponentcleanup:
    Code:
    Microsoft Windows [Version 10.0.19042.844]
    (c) 2020 Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>Dism /Image:d:\ToolKit_v11.3\Mount\Install\1\ /Cleanup-Image /StartComponentCleanup
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19042.631
    
    [===========                20.0%                          ]
    The operation completed successfully.
    
    C:\Windows\system32>
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    Thank you so much @Enthousiast
     
  19. Rr0

    Rr0 MDL Member

    Jul 8, 2017
    151
    14
    10
    Does integrating the new Powershell replace the old one?
    How to avoid SFC integrity violations? Should I download Windows from UUP dump or Rg-Adguard TechBench by WZT?
    I don't understand what's this "latest" update bug? So if I use one older 21h1 and 19h1 it sfc scan should return all good?

    What do I need to be able to download free packages from Microsoft Store. Only free.