<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>How-To Geek Forums Topic: (Solved) - Remove Administrative Security Shield Icon Overlay</title>
<link>http://www.howtogeek.com/forum/</link>
<description>How-To Geek Forums Topic: (Solved) - Remove Administrative Security Shield Icon Overlay</description>
<language>en</language>
<pubDate>Sun, 08 Nov 2009 08:46:55 +0000</pubDate>

<item>
<title>KidMoses on "(Solved) - Remove Administrative Security Shield Icon Overlay"</title>
<link>http://www.howtogeek.com/forum/topic/remove-administrative-security-shield-icon-overlay#post-58642</link>
<pubDate>Mon, 24 Nov 2008 22:42:12 +0000</pubDate>
<dc:creator>KidMoses</dc:creator>
<guid isPermaLink="false">58642@http://www.howtogeek.com/forum/</guid>
<description>&#60;p&#62;I have found a way to get rid of the security sheild overlay on all my programs, but it requires a resource editor to do so. If you are familiar with using a resource editor, you have to load the .exe file into the editor and look at the Version strings. Look for anything that might be interpreted as needing administrative privileges. Look at the Comments field, the FileDescription field, the InternalName and ProductName fields. Look for words that could be interpreted as to change something about the system, ie: tweak, recovery, update, setup, install, etc. If Vista sees any of these words, it will put the overlay on the icon. Simply edit these words out of the Version table in the resources.&#60;/p&#62;
&#60;p&#62;If this doesn't do the trick, you can look at the Vista manifest using the resource editor. Perhaps changing the &#38;lt;requestedExecutionLevel&#38;gt; field from asAdministrator to asInvoker will work.&#60;/p&#62;
&#60;p&#62;Hope this helps. It's worked for me.
&#60;/p&#62;</description>
</item>
<item>
<title>soda on "(Solved) - Remove Administrative Security Shield Icon Overlay"</title>
<link>http://www.howtogeek.com/forum/topic/remove-administrative-security-shield-icon-overlay#post-11888</link>
<pubDate>Mon, 03 Mar 2008 00:46:27 +0000</pubDate>
<dc:creator>soda</dc:creator>
<guid isPermaLink="false">11888@http://www.howtogeek.com/forum/</guid>
<description>&#60;p&#62;I found a round-about solution to this problem, without having to modify any DLL files.  It's also cool, because it lets you pick and choose which icons you want un-shielded.  The major drawback is that it takes a little more time to set up each icon, and you'll need to download a power-tool.&#60;/p&#62;
&#60;p&#62;You'll need to download the Script Powertools from Microsoft at &#60;a href='http://technet.microsoft.com/en-us/magazine/cc162321.aspx'&#62;http://technet.microsoft.com/en-us/magazine/cc162321.aspx&#60;/a&#62; which contains a cool Command Line application called 'elevate' (just right-click and 'install' the 'elevatecommand.inf' file).  I made a simple batch file, like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;@echo off&#60;br /&#62;
C:&#60;br /&#62;
cd &#34;C:\Program Files (x86)\Application\&#34;&#60;br /&#62;
elevate Application.exe&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now, just point your shortcut to that batch file, and make sure that the 'Run as Administrator' option isn't ticked.  For cleanliness' sake, you might like to also make sure that the application runs minimized, which should keep the Command Prompt window out the way, and the real application or game should run properly (be it windowed or full-screen).
&#60;/p&#62;</description>
</item>
<item>
<title>Lighthouse on "(Solved) - Remove Administrative Security Shield Icon Overlay"</title>
<link>http://www.howtogeek.com/forum/topic/remove-administrative-security-shield-icon-overlay#post-11856</link>
<pubDate>Sun, 02 Mar 2008 22:43:35 +0000</pubDate>
<dc:creator>Lighthouse</dc:creator>
<guid isPermaLink="false">11856@http://www.howtogeek.com/forum/</guid>
<description>&#60;p&#62;Thanks jd for the tip on IconsExtract, wish I'd had it months ago.&#60;br /&#62;
Bitmap Extractor is also handy
&#60;/p&#62;</description>
</item>
<item>
<title>Justin on "(Solved) - Remove Administrative Security Shield Icon Overlay"</title>
<link>http://www.howtogeek.com/forum/topic/remove-administrative-security-shield-icon-overlay#post-11752</link>
<pubDate>Sun, 02 Mar 2008 06:43:05 +0000</pubDate>
<dc:creator>Justin</dc:creator>
<guid isPermaLink="false">11752@http://www.howtogeek.com/forum/</guid>
<description>&#60;p&#62;I used Process Monitor and the dll that program updates for the shortcut icon. I then looked at the same file in IconsExtract and found a shield icon.&#60;br /&#62;
The dll is C:\Windows\System32\imageres.dll&#60;br /&#62;
So a program that could replace that shield icon with a blank one in that dll might work.&#60;br /&#62;
There could be a registry entry for it too. Though I have no idea what.&#60;br /&#62;
Microsoft makes it hard to customize things like this in Windows for UI Constancy.
&#60;/p&#62;</description>
</item>
<item>
<title>Lighthouse on "(Solved) - Remove Administrative Security Shield Icon Overlay"</title>
<link>http://www.howtogeek.com/forum/topic/remove-administrative-security-shield-icon-overlay#post-11553</link>
<pubDate>Fri, 29 Feb 2008 00:02:17 +0000</pubDate>
<dc:creator>Lighthouse</dc:creator>
<guid isPermaLink="false">11553@http://www.howtogeek.com/forum/</guid>
<description>&#60;p&#62;I think the icon in question is within a .dll.&#60;br /&#62;
If so, then it is possible to change it.&#60;br /&#62;
Which .dll!!!
&#60;/p&#62;</description>
</item>
<item>
<title>soda on "(Solved) - Remove Administrative Security Shield Icon Overlay"</title>
<link>http://www.howtogeek.com/forum/topic/remove-administrative-security-shield-icon-overlay#post-11547</link>
<pubDate>Thu, 28 Feb 2008 23:39:27 +0000</pubDate>
<dc:creator>soda</dc:creator>
<guid isPermaLink="false">11547@http://www.howtogeek.com/forum/</guid>
<description>&#60;p&#62;I know that it's possible to remove the 'Shortcut arrow' icon overlay in Windows Vista using the FrameworkX Utility (&#60;a href='http://www.howtogeek.com/howto/windows-vista/disable-shortcut-icon-arrow-overlay-in-windows-vista/'&#62;http://www.howtogeek.com/howto/windows-vista/disable-shortcut-icon-arrow-overlay-in-windows-vista/&#60;/a&#62;) but I am interested in removing or altering the Administrative Security Shield icon overlay.&#60;/p&#62;
&#60;p&#62;In case I've not described it properly, I am talking about the overbearing multi-colour shield image that appears over the icon of any application that requires administrative access to run properly.  As a little background, I have a few applications on my desktop that need administrative access to run properly.  I made some nice new icons for them using the GIMP, but the security shield is rather obtrusive, and tends to domineer my icons.  I don't mind the UAC prompts (in fact I prefer having them), but the icon itself is driving me crazy! ;)&#60;/p&#62;
&#60;p&#62;I know that one of the Microangelo tools is able to do this, but are there any freeware tools that provide the same feature?  Is there a registry hack that will also do the same?  Thanks in advance for any help; I appreciate it. :)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
