Stop detect my application as a virus

前端 未结 4 1600
闹比i
闹比i 2021-01-14 07:17

I make an application that, when you run it, will put the .exe in Startup. I have this code for that:

RegistryKey rkApp = Registry.CurrentUser.OpenSubKey(\"S         


        
4条回答
  •  甜味超标
    2021-01-14 07:20

    Is your application digitally signed? If not you should try signing your application (you need a public certificate, but that costs money)

    Application signing/verification

提交回复
热议问题