Microsoft

How To Fix Unwanted Security Warning Pop Ups When Opening Programs In Windows 7

Stop Annoying Pop-Ups In Windows 7

For Windows Vista and Windows 7 users, the above Security Warning pop up can be one of the most annoying things I’ve ever encountered on a computer.  If this is happening to you, every time you open nearly ANY program you get one of these windows where you have to take the extra step and Click  Open just to launch your program.  Let’s fix that, right now!

Disclaimer: I mentioned Vista because this fix should work there too, but I have only tested it on Windows 7.

Step 1 – Launch An Elevated CMD

Click the Windows Start Menu Orb and then Type cmd in the search box.  Right-Click the cmd program link that appears and Select Run as administrator.

launch cmd as administrator for icacls

Step 2 – Set icacls Permissions Using CMD

This step is all on one screen, but it is broken down into four different things you have to enter.

  • Tip: These steps will go faster if you copy and paste each line of text into the command prompt.  However, the typical copy/paste shortcuts (Ctrl+C and Ctrl+V) don’t work in the cmd window, instead just Right-Click the background and Select Paste.

how to paste in the cmd

Now that we know how to paste, here is what you need to do.

  1. We need to change to the first directory.  Paste or Type the following and Press Enter:
    CD ProgramDataMicrosoftWindows
  2. Next we need to set permissions for that folder.  Paste in the following and Press Enter.
    icacls StartM~1 /setintegritylevel (CI)low

    If you did it correctly you should see a message stating “processed file: StartM~1

  3. Now we’re going to go to another directory and do the same thing.  Type in:
    CD Start Menu
  4. Let’s set the permissions for this folder too.  Paste in:
    icacls Programs /setintegritylevel (CI)low

icacls setintegrity low

Done!

Now when you go to open a program that is made by an obviously known publisher (like Google) you should no longer see the annoying security pop-ups that were troubling you before!

Background Info

These system settings were changed using the icacls command.  Some more information on the particular icacls command we used can be found in the Microsoft MSDN archive here.  Basically what we are doing is telling Windows that all shortcuts on the Start Menu are to be launched with minimal read/write privileges and in this way the shortcuts themselves won’t trigger a Windows security alert.  Because we adjusted the settings of only the start menu it shouldn’t affect programs once they are actually launched.

3 Comments

3 Comments

  1. Dennis

    January 28, 2011 at 11:13 am

    I love you man!!!
    ps – if you want to get the xp style menu in windows 7 get Classic Shell from snapfiles dot com, tis a thing of beauty.

    • MrGroove

      January 28, 2011 at 12:30 pm

      Thanks Dennis and good tip. Welcome to the blog!

  2. micol

    December 5, 2011 at 2:31 am

    Thanks….alot—-it worked perfectly…..

Leave a Reply

Your email address will not be published. Required fields are marked *

 

To Top