1. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    Hi folks,

    To create a .reg file to import by MSMG Toolkit that has the line below, how would I do it..??
    Reg add "HKLM\TK_DEFAULT\SOFTWARE\Policies\Microsoft\Edge" /v "SmartScreenEnabled" /t REG_DWORD /d 0 /f

    It would be like this..??
    [HKEY_USERS\.DEFAULT\SOFTWARE\Policies\Microsoft\Edge]
    "SmartScreenEnabled"=dword:00000000


    and

    To create a .reg file to import by MSMG Toolkit that has the line below, how would I do it..??
    Reg add "HKLM\TK_NTUSER\SOFTWARE\Policies\Microsoft\Edge" /v "SmartScreenEnabled" /t REG_DWORD /d 0 /f

    It would be like this..??
    [HKEY_LOCAL_MACHINE\NTUSER\SOFTWARE\Policies\Microsoft\Edge]
    "SmartScreenEnabled"=dword:00000000


    Thank you in advance..!!
     
  2. bala1

    bala1 MDL Member

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

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    So
    Code:
    [HKEY_LOCAL_MACHINE\NTUSER\SOFTWARE\Policies\Microsoft\Edge]
    "SmartScreenEnabled"=dword:00000000
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    Didn't work for me..!!
     
  5. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
  6. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Yes. Rename it to ToolkitHelper.exe
     
  7. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    Your registry entry looks like this:
    Code:
    [HKEY_LOCAL_MACHINE\NTUSER\SOFTWARE\Policies\Microsoft\Edge]
    "SmartScreenEnabled"=dword:00000000
    
    Do like this:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Edge]
    "SmartScreenEnabled"=dword:00000000
    entries only work in the Toolkit or CustomToolkit.: HKEY_LOCAL_MACHINE\NTUSER
    It's just a reference in the Toolkit for this one: HKEY_CURRENT_USER

    Ok
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    Privacy and Security => App & browser control => Reputation-based protection => Phishing Protection
     
  10. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    On my Win 11 I don't have this option showing up, sorry I can't help

    Did it work to add the registry key you asked earlier?
     
    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
    382
    161
    10
    It worked for all Reputation-based protection options, but not for Phishing Protection..!!
     
  12. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    I use offline account, so this option does not appear for me
     
    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
    382
    161
    10
    I use offline account too, but it appear for me..!!
     
  14. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    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
    
     
  15. SergeyKarimov

    SergeyKarimov MDL Novice

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

    Microsoft.WindowsStore_8wekyb3d8bbwe
     
  16. latinserver

    latinserver MDL Novice

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

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    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.
     
  18. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    Didn't work for me..!!
     
  19. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Good to know! Doesn't it work just for 22621?