VB 2010 , when create new EXE , why windows 10 security say its not virus and windows 11 say its virus file

SPACE SOFT 0 Reputation points
2025-04-20T11:47:53.8666667+00:00

VB 2010 , when create new EXE , why windows 10 security say its not virus and windows 11 say its virus file

I create a new exe in vb 2010 or vb 2019 

I use this setting also 

<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />

<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">

<application>

<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>

<!-- Windows 10 -->

<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>

<!-- Windows 7 -->

</application>

</compatibility>

but windows security delete my exe in windows 11 only 

why windows 10 security say its not virus and windows 11 say its virus file 

Microsoft security have different developer for win 10 and win 11

how i can fix it

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
368 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.