smartscreen.exe

Discussion in 'Windows 11' started by spermidiy, Feb 15, 2023.

  1. spermidiy

    spermidiy MDL Novice

    Jul 14, 2022
    13
    1
    0
  2. TigTex

    TigTex MDL Senior Member

    Oct 5, 2009
    479
    389
    10
    So many hacks... Revert all you did, open Windows Security and disable Smart Screen in "app and browser control"
     
  3. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,468
    1,354
    120
    Yes, it really is as simple as it has been for at least 20 years, but I have at all another question - why do you need to disable it?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. spermidiy

    spermidiy MDL Novice

    Jul 14, 2022
    13
    1
    0
    It does disable smartscreen, but it doesnt prevent it from launching
     
  5. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    18,949
    19,448
    340
    The OS-specific SmartScreen filtering module was introduced in Windows 8.
     
  6. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,274
    1,193
    60
    Code:
    takeown /s %computername% /u %username% /f "%WinDir%\System32\smartscreen.exe"
    icacls "%WinDir%\System32\smartscreen.exe" /grant:r %username%:F
    taskkill /im smartscreen.exe /f
    del "%WinDir%\System32\smartscreen.exe" /s /f /q
     
  7. mrbbq

    mrbbq MDL Addicted

    Jul 18, 2015
    510
    277
    30
    Or you can simply take control of it away from trustedinstaller via properties, and rename it. Job done.
     
  8. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,766
    1,018
    60
    takeown /s %computername% /u %username% /f "%WinDir%\System32\smartscreen.exe"

    Results in:

    2023-02-22_005003.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,274
    1,193
    60
    I get the same error, but it works for me, but I have eradicated terminal and powershell from the system, so it relies on CMD only.
     

    Attached Files:

  10. crypticus

    crypticus MDL Senior Member

    Jun 29, 2015
    317
    142
    10
    Run this

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\smartscreen.exe]
    "Debugger"="Blocked"

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun]
    "1"="Smartscreen.exe"
     
  11. xploitmachine

    xploitmachine MDL Member

    Sep 15, 2023
    209
    117
    10
    I know this topic is a year old, but my trick to remove SmartScreen is via ending the process in Task Manager and immediately (with few seconds) force delete it with IOBit Unlocker .. we had to delete the smartscreen.exe immediately because the process will auto start, and it doesnt affect Edge's normal workaround and its safe to delete :)
     
  12. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,509
    2,740
    120
    Block SmartScreen execution and block Modern Windows Backup execution

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "DisallowRun"=dword:00000001
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun]
    "1"="Smartscreen.exe"
    "2"="WindowsBackupClient.exe"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\WindowsBackupClient.exe]
    "Debugger"="blocked"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\smartscreen.exe]
    "Debugger"="Blocked"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,509
    2,740
    120
    App ? Smartscreen are from microsoft
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,274
    1,193
    60
    Yes, dangerous for one can be useful for another. MS decides what is the best for you, just like fact checkers.