K
K
Kirill H2017-02-18 23:26:10
Windows
Kirill H, 2017-02-18 23:26:10

How to make sure that Windows does not swear at the application?

There is an application written in C#, when run on client machines, Windows swears like this:
Windows has protected your computer
The Windows SmartScreen filter has prevented an unrecognized application from running that could put your computer at risk.

What tell me gentlemen? How to deal with it?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
X
xmoonlight, 2017-02-19
@KirillHelm

https://blogs.msdn.microsoft.com/ie_ru/2012/08/20/...
stackoverflow.com/questions/12311203/how-to-pass-t...
https://www.digicert.com /code-signing/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Do not forget about antiviruses with up-to-date databases and sandboxes!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A
Artem @Jump, 2017-02-19
curated by the

Very simple - sign the application.
Of course, the certificate must be issued by a serious trusted office, in particular, so that Microsoft trusts them.
The meaning of this protection is that if the application is not signed, there can be anything, including malicious code.
It is not known who and why created this code.
Therefore, Windows blocks it and in every possible way protects the user from accidental and ill-conceived launch of such code.
If the file is signed, then the publisher of this code is known, its details are available, and in which case there is someone to ask.

D
d-stream, 2017-02-18
@d-stream

RMB and in the file properties uncheck the box that this file was downloaded from the Internet and can be dangerous - usually helps.
p/s/ and on dll you also need to do the same

S
sim3x, 2017-10-20
@SelfiAS

The flatter the structure, the better
The less connectivity of the components, the better
The more reusable blocks, the better
PS: use man treefor this kind of thing

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question