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

Developer technologies | Visual Studio | Testing
0 comments No comments
{count} votes

Your answer

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