Microsoft\'s SmartScreen Filter under Windows 8 is a small developer\'s worst nightmare.
While I realize the benefits to end users and the effectiveness at stopping
I have found a really easy way to bypass the filter even without admin privileges. What you need to do is:
@%*
"SkipSmartScreen.bat"
(yes, with the quotes) in the same folder as your app. You can rename the batch file laterThis will then bypass smartscreen filter.
Tested on Windows 10 Home, Pro, and Enterprise, and Windows 8 Pro.
How it works:
@
- This is just for looks, it hides the name of the command being executed%*
- This expands to all command line arguments passed (e.g. the file you dropped on the batch file