1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Code:
                   reg.exe add "HKLM\TK_NTUSER\Software\Microsoft\Edge\PhishingFilter" /v "PreventOverride" /t REG_DWORD /d "0" /f >nul 2>&1
                   reg.exe add "HKLM\TK_DEFAULT\Software\Microsoft\Edge\PhishingFilter" /v "PreventOverride" /t REG_DWORD /d "0" /f >nul 2>&1
                   reg.exe add "HKLM\TK_SOFTWARE\Microsoft\Edge\PhishingFilter" /v "PreventOverride" /t REG_DWORD /d "0" /f >nul 2>&1
                   reg.exe add "HKLM\TK_NTUSER\Software\Policies\Microsoft\Edge\PhishingFilter" /v "PreventOverride" /t REG_DWORD /d "0" /f >nul 2>&1
                   reg.exe add "HKLM\TK_DEFAULT\Software\Policies\Microsoft\Edge\PhishingFilter" /v "PreventOverride" /t REG_DWORD /d "0" /f >nul 2>&1
                   reg.exe add "HKLM\TK_SOFTWARE\Policies\Microsoft\Edge\PhishingFilter" /v "PreventOverride" /t REG_DWORD /d "0" /f >nul 2>&1
                   reg.exe add "HKLM\TK_NTUSER\Software\Microsoft\MicrosoftEdge\PhishingFilter" /v "PreventOverride" /t REG_DWORD /d "0" /f >nul 2>&1
                   reg.exe add "HKLM\TK_DEFAULT\Software\Microsoft\MicrosoftEdge\PhishingFilter" /v "PreventOverride" /t REG_DWORD /d "0" /f >nul 2>&1
                   reg.exe add "HKLM\TK_SOFTWARE\Microsoft\MicrosoftEdge\PhishingFilter" /v "PreventOverride" /t REG_DWORD /d "0" /f >nul 2>&1
                   reg.exe add "HKLM\TK_NTUSER\Software\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "PreventOverride" /t REG_DWORD /d "0" /f >nul 2>&1
                   reg.exe add "HKLM\TK_DEFAULT\Software\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "PreventOverride" /t REG_DWORD /d "0" /f >nul 2>&1
                   reg.exe add "HKLM\TK_SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "PreventOverride" /t REG_DWORD /d "0" /f >nul 2>&1
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. SergeyKarimov

    SergeyKarimov MDL Novice

    Jan 9, 2021
    23
    5
    0
    Как установить в ToollKit
    Microsoft.StorePurchaseApp_8wekyb3d8bbwe

    Microsoft.WindowsStore_8wekyb3d8bbwe
     
  3. latinserver

    latinserver MDL Novice

    May 1, 2014
    10
    1
    0
    I can help with google drive space for msmg toolkit.
     
  4. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    I liked the mega because I always kept, the data from Lastchange Datetime Stamp of the files, when downloading the folders directly in a format packaged in Zip.
    MediaFire, upon upload already changes the Lastchange Datetime Stamp, when downloading changes again.
    In Google Drive, I've tried several ways to get Lastchange data, so far I never succeeded, even if in the drive is with the original filechange data of files.

    Some members who can help simply mirror the current repository on their CloudServer and share the folder link.
    You can do this in a good one. No permission is required, friend @zero cool root provided a link to Terabox.
    This is always welcome.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    Didn't work for me..!!
     
  7. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Good to know! Doesn't it work just for 22621?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    #22888 Dark Vador, Jun 13, 2022
    Last edited: Jun 13, 2022
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    You have downloaded the letest version of:
    ToolkitHelper.exe
    ToolkitHelper_Preview.exe (to use this one you need to rename to ToolkitHelper.exe)
    Put it in \Bin
    Toolkit.cmd
    Just Replace.

    With this new Toolkit.cmd no need to use start.cmd anymore.

    Use very shortened path like C:\MSMG.

    I had a problem similar to yours, once I disabled null service.
    Maybe check this value solve your problem.
    Code:
                   rem value 1 Default "Null" Disable it causes CLI and Scripts issues
                   reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\Null" /v "Start" /t REG_DWORD /d "1" /f >nul 2>&1
                   reg.exe add "HKLM\SYSTEM\ControlSet001\Services\Null" /v "Start" /t REG_DWORD /d "1" /f >nul 2>&1
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    #22890 Dark Vador, Jun 13, 2022
    Last edited: Jun 13, 2022
    inTerActionVRI @MSMG quick fix. that work.

    for /? ...
    %~fsI - expands %I to a full path name with short names only

    Code:
    @echo off
    
    ::------------------------------------------------------------------------------
    :: MSMG ToolKit v12.2
    :: Copyright (c) 2013-2022 MSMG. All rights reserved.
    ::------------------------------------------------------------------------------
    ::
    :: Credits: CREDITS.TXT
    :: License: LICENSE.TXT
    :: 3rd Party License: <Bin\LICENSES>
    ::
    ::-------------------------------------------------------------------------------------------
    
    color 1f
    title MSMG Toolkit v12.2
    
    set "oPath=%~0"
    set "nPath=%oPath: =%"
    
    if /i "%oPath%" NEQ "%nPath%" (
        call "%~fs0"
        exit /b
    )
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,095
    2,868
    90
    @LiuBang read a few posts before yours(maybe couple pages) and keep an eye out for MSMG's posts.
     
  12. kovadimka

    kovadimka MDL Novice

    Mar 19, 2020
    40
    12
    0
    After packages removal in Windows 11 widgets icon in taskbar is inactive, what components should be kept to make it work or is there another cause that makes it inactive?
     
  13. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Yes, I know that.
    But I chose to leave %~f0 instead of %~fs0, because this is correct for detecting and displaying the name of the script file.
    Even so, you will need to use shortened paths for other reasons that are directly related to component removal.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    Another thing, how to I get into the -->
    Custom PreSets for Removal Components
    ( looked in every menu )

    Edit
    Found it
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    300
    395
    10
  17. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...