Stop detect my application as a virus

前端 未结 4 1569
闹比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:39

    Typically your installer (MSI) would set the "launch application at startup" registry setting however I think that if your application is digitally signed with an authenticode signature then this problem will disappear.

提交回复
热议问题