Remove shield icon

Page 2 of 2 FirstFirst 12

  1. Posts : 3
    64 bit
       #11

    actually problem here is we develope .exe files for our clints , our clints work on windows 7 , there are 100s of users who work at different places we cannot ask them to turn off there security settings . Also it looks odd to even to ask them to do right click and hit on "Run As Administrator". we want that our application should start execution just after double click, also we dont want to give them our product with UAC Sheild overlayed it looks really odd. is there any solution for our problem.??
    i have done changes in manifest file that solved the problem for administrative rights but that odd(ugly) UCA sheild icon is still overlayed
      My Computer


  2. Posts : 3
    64 bit
       #12

    Talha Ghaffar said:
    actually problem here is we develope .exe files for our clints , our clints work on windows 7 , there are 100s of users who work at different places we cannot ask them to turn off there security settings . Also it looks odd to even to ask them to do right click and hit on "Run As Administrator". we want that our application should start execution just after double click, also we dont want to give them our product with UAC Sheild overlayed it looks really odd. is there any solution for our problem.??
    i have done changes in manifest file that solved the problem for administrative rights but that odd(ugly) UCA sheild icon is still overlayed
    Talha Ghaffar;1481037]actually problem here is we develope .exe files for our clints , our clints work on windows 7 , there are 100s of users who work at different places we cannot ask them to turn off there security settings . Also it looks odd to even to ask them to do right click and hit on "Run As Administrator". we want that our application should start execution just after double click, also we dont want to give them our product with UAC Sheild overlayed it looks really odd. is there any solution for our problem.??
    i have done changes in manifest file that solved the problem for administrative rights but that odd(ugly) UCA sheild icon is still overlayed
      My Computer


  3. Posts : 4
    Windows 7 Ultimate SP1 x64
       #13

    Alright people, after days of trying various methods, I believe I've found the ultimate solution to remove that annoying shield icon. It's not difficult, and it works perfectly for me.

    The following procedure removes the shield overlay only from icons and Start Menu items, which means that the shield overlay will not be removed from Control Panel applets and context menus. Here's how to do it, once and for all:

    1. Make sure the UAC (User Account Control) is disabled by moving its slider to the lowest position.
    2. Open the Command Prompt. You'll find it somewhere in the Start Menu.
    3. Type the following commands, pressing Enter after each line:

    taskkill /IM explorer.exe /F

    CD /d %userprofile%\AppData\Local
    DEL IconCache.db /a
    shutdown /r


    NOTE: The last command will restart your computer, so make sure you save your work BEFORE executing those 4 lines above!

    If you ever experience the shield icon again (I believe that's impossible now), just repeat the third step. Good luck!
      My Computer


  4. Posts : 1
    Windows 8.1
       #14

    Thanks TMHKR, it Works great :)
      My Computer


  5. Posts : 2
    Windows 7 Pro 64-bit
       #15

    In case anyone else comes across this and wants a real solution; I found the REAL cause of this issue:

    The "C:\users\public\public desktop" folder permission contained an entry for a particular user that denied all permissions except "Read". I have no idea how that line got in there but removing it and logging in the user solved the problem!!

    PS, I also ran the Rebuild Icon Cache batch file which is found here Icon Cache - Rebuild - Windows 7 Help Forums in order to remove the admin shields from the icons. This is just a cosmetic step though.
      My Computer


 
Page 2 of 2 FirstFirst 12

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 09:02.
Find Us