1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #18681 inTerActionVRI, Mar 8, 2021
    Last edited: Mar 9, 2021
    @Tiger-1,

    First of all, perform a deeper scan of your disk partition drive.
    Eventually, a restart may be required to perform this check, as the partition must be unmounted.
    ChkDsk D: /X /R /F
    or
    ChkDsk D: /X /F

    In this new file, there is a "Start" file for the script to be executed with nsudo.
    I added a choice for CMD command or recursive PowerShell command to delete folders.
    Extract it in the Toolkit folder so that the nsudo is found and executed correctly.

    If this attempt fails, you will have to:

    add the user "Everyone" to this folder and files then enable "Full Control" permissions for folders and files. right click, properties, security, edit, add user "Everyone", delete users not present on that computer, explore "advanced", change Owner to "Everyone". In the "Permissions" tab: Add user "Everyone", In the "Effective Access" tab: Select user "everyone".

    Note: translator translate "Todos" to "Everyone" maybe the user is "All". I dont know.


    Edit: I'm helping @Bira and wrongly renamed your zip, Sorry. Corrected zip file name.
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. digitalized

    digitalized MDL Novice

    Nov 17, 2017
    30
    9
    0
    I currently run Toolkithelper separately with the mounted image location and a component list passed in.

    This works, however, Windows Store isn't being removed. I noticed in the changelog that there has been a change to the way this is removed. What do I update my component list with?

    I was previously using "WindowsStore"

    The component list has the following:

    • WindowsStoreApp
    • StorePurchaseApp
    • ServicesStoreEngagement
    • WindowsStoreClient

    Do all need to be removed to get rid of the Windows Store application? Or are some of these bits needed for core Windows functionality?

    Thanks
     
  3. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    good friend I give up file s**t the only solution I found was to "hide" this crap file because it always appears in the prompt as access is denied ...;):mad:
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Get a Gparted Live or PartedMagic distro
    Place it on the USB stick with Ventoy, Rufus or Balena Etcher. Ventoy is the best for me. Just prepare the thumb drive and put the iso on it.

    boot the live, go to the terminal and type:
    blkid --> to identify your partitions and then
    ntfsfix /dev/sdax --> where x is your partition number. then enter the file manager that is available and delete the damn folder. :eek::):p:D;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. haz367

    haz367 MDL Addicted

    Jan 11, 2020
    843
    1,541
    30
    @MSMG

    Can you explain 1 more thing for me?

    For example there's >>

    Code:
    Administrators LocalSystem [b]s: d:3 136[b]
    
    same for
    
    TrustedInstaller TrustedInstaller d:13 424
    
    Code:
    Administrators LocalSystem d:3 120[b]
    
    TrustedInstaller TrustedInstaller s: d:9 328
    
    What's the differents in those? Can't find anything about it...Thx!
     
  6. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    #18686 Windows 10 User, Mar 10, 2021
    Last edited: Mar 10, 2021
    .
     
  7. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    Code:
    
    Reg add "HKLM\TK_DEFAULT\SOFTWARE\Microsoft\Windows Security Health\State" /v "AccountProtection_MicrosoftAccount_Disconnected" /t REG_DWORD /d "0" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows Defender Security Center\Notifications" /v "DisableNotifications" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows Defender Security Center\Notifications" /v "DisableEnhancedNotifications" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows Security Health\State" /v "AccountProtection_MicrosoftAccount_Disconnected" /t REG_DWORD /d "0" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows Defender" /v "DisableAntiVirus" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows Defender\Features" /v "TamperProtection" /t REG_DWORD /d "0" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows Defender\Features" /v "TamperProtectionSource" /t REG_DWORD /d "2" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows Defender\Signature Updates" /v "FirstAuGracePeriod" /t REG_DWORD /d "0" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows Defender\UX Configuration" /v "DisablePrivacyMode" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run" /v "SecurityHealth" /t REG_BINARY /d "030000000000000000000000" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\MRT" /v "DontOfferThroughWUAU" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Systray" /v "HideSystray" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender" /v "PUAProtection" /t REG_DWORD /d "0" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender" /v "RandomizeScheduleTaskTimes" /t REG_DWORD /d "0" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Exclusions" /v "DisableAutoExclusions" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\MpEngine" /v "MpEnablePus" /t REG_DWORD /d "0" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Quarantine" /v "LocalSettingOverridePurgeItemsAfterDelay" /t REG_DWORD /d "0" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Quarantine" /v "PurgeItemsAfterDelay" /t REG_DWORD /d "0" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v "DisableBehaviorMonitoring" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v "DisableIOAVProtection" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v "DisableOnAccessProtection" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v "DisableRealtimeMonitoring" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v "DisableRoutinelyTakingAction" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v "DisableScanOnRealtimeEnable" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v "DisableScriptScanning" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Remediation" /v "Scan_ScheduleDay" /t REG_DWORD /d "8" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Remediation" /v "Scan_ScheduleTime" /t REG_DWORD /d 0 /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Reporting" /v "AdditionalActionTimeOut" /t REG_DWORD /d 0 /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Reporting" /v "CriticalFailureTimeOut" /t REG_DWORD /d 0 /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Reporting" /v "DisableEnhancedNotifications" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Reporting" /v "DisableGenericRePorts" /t REG_DWORD /d 1 /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Reporting" /v "NonCriticalTimeOut" /t REG_DWORD /d 0 /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Scan" /v "AvgCPULoadFactor" /t REG_DWORD /d "10" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Scan" /v "DisableArchiveScanning" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Scan" /v "DisableCatchupFullScan" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Scan" /v "DisableCatchupQuickScan" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Scan" /v "DisableRemovableDriveScanning" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Scan" /v "DisableRestorePoint" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Scan" /v "DisableScanningMappedNetworkDrivesForFullScan" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Scan" /v "DisableScanningNetworkFiles" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Scan" /v "PurgeItemsAfterDelay" /t REG_DWORD /d 0 /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Scan" /v "ScanOnlyIfIdle" /t REG_DWORD /d 0 /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Scan" /v "ScanParameters" /t REG_DWORD /d 0 /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Scan" /v "ScheduleDay" /t REG_DWORD /d 8 /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Scan" /v "ScheduleTime" /t REG_DWORD /d 0 /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Signature Updates" /v "DisableUpdateOnStartupWithoutEngine" /t REG_DWORD /d 1 /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Signature Updates" /v "ScheduleDay" /t REG_DWORD /d 8 /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Signature Updates" /v "ScheduleTime" /t REG_DWORD /d 0 /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Signature Updates" /v "SignatureUpdateCatchupInterval" /t REG_DWORD /d 0 /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\SpyNet" /v "DisableBlockAtFirstSeen" /t REG_DWORD /d "1" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "LocalSettingOverrideSpynetReporting" /t REG_DWORD /d 0 /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "SpyNetReporting" /t REG_DWORD /d "0" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "SpyNetReportingLocation" /t REG_MULTI_SZ /d "0" /f >nul 2>&1
                Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v "SubmitSamplesConsent" /t REG_DWORD /d "2" /f >nul 2>&1
                Reg add "HKLM\TK_SYSTEM\ControlSet001\Control\WMI\Autologger\DefenderApiLogger" /v "Start" /t REG_DWORD /d "0" /f >nul 2>&1
                Reg add "HKLM\TK_SYSTEM\ControlSet001\Control\WMI\Autologger\DefenderAuditLogger" /v "Start" /t REG_DWORD /d "0" /f >nul 2>&1

    MSMG, Are all these settings necessary for LTSC or only a part of them?

    p.s

    I think there are a lot here!
     
  8. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    @Enthousiast

    Can I break the OS using the command below..??

    Code:
    Dism /Image:x:\ToolKit_v11.3\Mount\Install\1\ /Cleanup-Image /StartComponentCleanup
    
    Thanks in advance..!!
     
  9. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    Do I have to integrate the separate LCU and SSU CAB files on MSMG ToolKit or just the entire LCU MSU file?
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    Nope, it should be ok to use.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    Ohhhhh, sorry.

    Code:
    Dism /Image:x:\ToolKit_v11.3\Mount\Install\1\ /Cleanup-Image /StartComponentCleanup /ResetBase
    
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    /resetbase won't be ran when the regkey is not changed to enable it.

    It will run the command without /resetbase.

    On 1809 this can (most likely will) break the reset pc option (i never run it full resetbase on 1809 myself and am a W10UI user).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    Wich the command to cleanup WinSxS Folder..??
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    With resetbase (and if it's enabled in registry) it will remove superseded components, without resetbase it will compress the superseded components.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #18696 inTerActionVRI, Mar 10, 2021
    Last edited: Mar 10, 2021
    @zero cool root, /Cleanup-Image /StartComponentCleanup /ResetBase

    There is a problem, for builds 1903 1909 too.

    I stopped using this function.

    This is the same function present in the toolkit.
    [5] Apply
    [1] Cleanup Source Images

    and

    [7] Tools
    [1] WIM Manager
    [K] Cleanup
    [1] Cleanup Image (here - /Cleanup-Image /StartComponentCleanup /ResetBase)
    [2] Cleanup Image with CheckHealth
    [3] Cleanup Image with ScanHealth
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    Ohhhh,

    Thank you so much @RaiyvaN ..!!
     
  17. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    Hello Master MSMG well I would like you to be able to guide me in a project that I am thinking of doing:
    I have an ISO already worked with MSMG Tookit v 10.1 where everything works 100%, without problems with sfc and by the way this system that I've been running for a while has been a real wonder, this way it would be possible to open a new project with this ISO and integrate the 7 updates for the W10 LTSC that have been made available until today and in the sequence I apply the modifications, convert from install.wim to install.esd and create a new ISO will be going to work ...
    Thank you in advance.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. kosta26

    kosta26 MDL Junior Member

    Jan 1, 2019
    91
    5
    0
    After updating Windows 10.0-KB5000802-x64, the browser appeared in the menu, it was not there before. What kind of script can be used to clear it?
     

    Attached Files:

  19. niche99

    niche99 MDL Junior Member

    Oct 5, 2009
    79
    14
    0
    #18700 niche99, Mar 11, 2021
    Last edited: Mar 12, 2021
    @MSMG This may have been reported already, my apologies if that is the case.

    I am using Windows 10 x64 as the host system, integrating Windows 2004_19041.804 [en-GB] and 3/4/21 toolkit.cmd
    I get the following error when attempting to Integrate Fonts using the menu option:
    Code:
    Exception calling "ReleaseComObject" with "1" argument(s): "Object reference
    not set to an instance of an object."
    At D:\MSMG\Bin\AddFonts.ps1:22 char:2
    +     $null = [System.Runtime.Interopservices.Marshal]::ReleaseComObjec ...
    +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: :)) [], MethodInvocationException
        + FullyQualifiedErrorId : NullReferenceException