CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2008
    Posts
    373

    Windows defender is blocking application to run from startup in Vista

    Hi All

    I have a dialog based application(MFC) and application is running in background(through startup).But at the time of system boot my application has blocked by windows defender.I have attached application.exe.manifest.How can i remove the Windows defender is blocking application?Plz help me

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Windows defender is blocking application to run from startup in Vista

    Your application is supposed to be started automatically when the system starts?

    Isn't possible to add an exception to Windows Defender? What message do you get?

    BTW, you didn't attach anything.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  3. #3
    Join Date
    Aug 2008
    Posts
    373

    Re: Windows defender is blocking application to run from startup in Vista

    Quote Originally Posted by cilu View Post
    Your application is supposed to be started automatically when the system starts?

    Isn't possible to add an exception to Windows Defender? What message do you get?

    BTW, you didn't attach anything.
    i havn't geting any message only application block by Windows Defender.when i click on Windows Defender and allow my application then it's run.

  4. #4
    Join Date
    Feb 2002
    Posts
    3,788

    Re: Windows defender is blocking application to run from startup in Vista

    Quote Originally Posted by Msm View Post
    i havn't geting any message only application block by Windows Defender.when i click on Windows Defender and allow my application then it's run.
    so then, as Cilu suggested, create an exception for your application in the Defender. simple as that.

  5. #5
    Join Date
    Aug 2008
    Location
    India
    Posts
    186

    Re: Windows defender is blocking application to run from startup in Vista

    How to create an exception for the application in the Defender.

    Any sample code.... any links... Plz Help...

    Thanks,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured