They removed the option to disable smartscreen from the creators update! Smartscreen options in windows defender are useless and I can't install some drivers anymore!
No need of a new thread, see Tweaks and Fixes post in main thread. SmartScreen settings are now at Settings/App & Browser Control.
Code: Off - Disable Windows SmartScreen / On - Enable Windows SmartScreen reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "SmartScreenEnabled" /t REG_SZ /d "Off" /f 0 - Disable SmartScreen Filter in Microsoft Edge / 1 - Enable reg add "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d "0" /f 0 - Disable Windows SmartScreen for Windows Store Apps / 1 - Enable reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t "REG_DWORD" /d "0" /f