How to remove UAC shield icon from shortcuts when UAC is disabled?


Recommended Posts

There are countless articles online on how to remove the UAC shield icon from shortcuts and absolutely none of them work.  

I run Windows 11 with UAC disabled.  I do not need nor want it.  But I also have several of my Desktop shortcuts set to "run as admin".  

Is there an actual working  way to get rid of them, they are quite annoying and make my icons look like ######.  

Deleting the cache won't work because I don't want to remove "run as admin", the shield icon just comes back.  

Is it possible to get rid of these ugly shields without enabling UAC or removing "run as admin"?  

Not to mention that clearing the cache doesn't seem to be truly possible because even in safe mode the files in users\*username*\appdata\local\microsoft\windows\explorer that are named with "iconcache" are always in use so even via command prompt you can't truly delete them.  Annoying.  AF.  

You can't do that easily, because behind the scenes, you can't actually turn off UAC. What the "Never notify" setting of the User Account Control Settings does is, as it says, is to never notify you when a program is launched with elevated privileges. But the principle of least-privilege remains. If you remove the shield icon, you won't have any way of knowing that a specific program or shortcut will be launched using elevated privileges. That's a security risk.

There might be a way to remove the shield (that is technically an Explorer overlay icon), but it seems that, for the shield icon, Microsoft has implemented some changes in the latest updates to disallow removing that specific overlay. Say you find a working workaround: it might be not stick because a future update will revert the change.

If you really don't want the shield overlay for a given icon on your Desktop, a better workaround would be to:

  1. Create a .bat to launch the desired program (so the .bat won't run elevated, but the program launched by the .bat will)
  2. Make a shortcut to this .bat, and then
  3. Customize the shortcut's icon so that it has the launched program's icon

There is a how-to here.

Edited by Newinko
  • Like 1

Doesn't Winaero Tweaker have a setting to remove them? 

I won't comment on the foolishness of trying to turn off a feature that literally keeps someone from ruining your computer.

The other option?  Don't have shortcuts to apps on your Desktop.  I will never understand why some folks insist on shortcuts on their desktop.  

  • Like 5
On 21/09/2023 at 07:26, devHead said:

I won't comment on the foolishness of trying to turn off a feature that literally keeps someone from ruining your computer.

You keep saying that but it is user choice, you are not entitled to demerit, just because you say so, somebody's choice on how they want windows to be handled.

 

On 21/09/2023 at 09:48, Arceles said:

You keep saying that but it is user choice, you are not entitled to demerit, just because you say so, somebody's choice on how they want windows to be handled.

 

Who is saying it's not an user choice? One can certainly comment that something is not a good security practice. You should not assume the OP has any idea what they are doing.  The fact they thought they "disabled" UAC (when didn't) and stated they don't need it suggests they do not.

On 21/09/2023 at 09:52, Good Bot, Bad Bot said:

Who is saying it's not an user choice? One can certainly comment that something is not a good security practice. You should not assume the OP has any idea what they are doing.  The fact they thought they "disabled" UAC (when didn't) and stated they don't need it suggests they do not.

You can warn but not demerit because for the latter you are also assuming the user understanding of what it is doing.

A trick that I use is to run programs that need UAC elevation through the Windows Task Scheduler.  I create a task that starts a program that needs elevation.  I make sure to select to "Run with highest privileges" and "Allow task to be run on demand".  Then I create a shortcut to run that task, like:
C:\Windows\System32\schtasks.exe /Run /TN "The exact name of the task you just created"

That shortcut will have the command prompt icon by default, but you just right-click and "change icon" and point to the executable of the program in the task to select that icon.  You can also rename the shortcut to the name of the program.  That shortcut will now launch without a UAC popup and no shield on the icon.  Plus, UAC is still running at the default level theoretically protecting you a little.

 

edit: I forgot that I also select to "run minimized" so I don't see the command prompt when the shortcut is used.  So far all of my programs still pop up normally.

On 21/09/2023 at 06:48, Arceles said:

You keep saying that but it is user choice, you are not entitled to demerit, just because you say so, somebody's choice on how they want windows to be handled.

 

I can demerit.  The default is to protect the user. He doesn't want to be protected or think he needs to be.  I have an opinion that is different from his, and mine is the right one, because it's the one that protects my computer.  You're right, he can do whatever he wants and do not care if he wants to.  But I can demerit him. 

On 21/09/2023 at 21:26, devHead said:

I can demerit.  The default is to protect the user. He doesn't want to be protected or think he needs to be.  I have an opinion that is different from his, and mine is the right one, because it's the one that protects my computer.  You're right, he can do whatever he wants and do not care if he wants to.  But I can demerit him. 

To be fair, it's not even demeriting. You're just stating the facts.

On 21/09/2023 at 22:26, devHead said:

I can demerit.  The default is to protect the user. He doesn't want to be protected or think he needs to be.  I have an opinion that is different from his, and mine is the right one, because it's the one that protects my computer.  You're right, he can do whatever he wants and do not care if he wants to.  But I can demerit him. 

Suuuuure, just because you say so. Sere is a uno reverse card for you, if you really wanted to be secure you would not be using windows and since it is *my opinion* is the correct one. Typical.

  • Facepalm 3
On 22/09/2023 at 12:41, Arceles said:

Suuuuure, just because you say so. Sere is a uno reverse card for you, if you really wanted to be secure you would not be using windows and since it is *my opinion* is the correct one. Typical.

In the past that may have been true, but it's due more to obscurity not actual security.

 

macOS has vulnerabilities.
iOS has vulnerabilities.
Android has vulnerabilities (arguably more than iOS).
Windows has vulnerabilities.
Linux has vulnerabilities.
BSD has vulnerabilities.

 

UAC is the graphical equivalent of the sudo command on *nix, as such it should never be bypassed if you want to keep good security practices. 

On 22/09/2023 at 10:54, Matthew S. said:

In the past that may have been true, but it's due more to obscurity not actual security.

 

macOS has vulnerabilities.
iOS has vulnerabilities.
Android has vulnerabilities (arguably more than iOS).
Windows has vulnerabilities.
Linux has vulnerabilities.
BSD has vulnerabilities.

 

UAC is the graphical equivalent of the sudo command on *nix, as such it should never be bypassed if you want to keep good security practices. 

Every single OS has vulnerabilities... but then again, whose servers are most of the stuff being run on? Linux. And if there are vulnerabilities to be addressed is exactly there.

What's the point of running something as an administrator if you are an administrator and you have user account control disabled? Wouldn't that just run it in the security context of your current user?

On 22/09/2023 at 09:41, Arceles said:

Suuuuure, just because you say so. Sere is a uno reverse card for you, if you really wanted to be secure you would not be using windows and since it is *my opinion* is the correct one. Typical.

Problem is when you try to use opinion to defeat fact.

 

Fact always wins.

On 22/09/2023 at 22:07, DewThePDX said:

Problem is when you try to use opinion to defeat fact.

 

Fact always wins.

That is cute, therefore, you can demerit because of facts instead of using facts to advise of the dangers of having a particular setting being removed... not surprised really.

On 22/09/2023 at 21:44, Arceles said:

That is cute, therefore, you can demerit because of facts instead of using facts to advise of the dangers of having a particular setting being removed... not surprised really.

You keep using that word, 'demerit'.  I don't think it means what you think it means.

  • Like 1
  • Haha 1
On 23/09/2023 at 07:48, devHead said:

You keep using that word, 'demerit'.  I don't think it means what you think it means.

Way too late for you to say that.

On 24/09/2023 at 00:26, DewThePDX said:

It's really not.

All I'm seeing here is a pile of logical fallacies in search of a dopamine hit.

Cool, the only fallacy I see here is how a bunch of people that believe themselves security experts think that everything should be one way, the windows way and I seriously disagree with it.

On 24/09/2023 at 07:14, Arceles said:

Cool, the only fallacy I see here is how a bunch of people that believe themselves security experts think that everything should be one way, the windows way and I seriously disagree with it.

A bunch of people who think that the way Windows helps protect your PC is the correct way.  We're not security experts, but I would say that someone who wants to disable a security feature is also NOT a security expert.  Plus, it doesn't matter whether you agree with the way Windows handles security for the PC - heck, you're not even running Windows according to your signature.  So who are you to keep posting here and trying to correct others?  A fallacy means that something is false.  Are you saying that it's false to assume that having UAC enabled helps keep a PC more secure than when it's completely disabled?  Try running everything in Debian as root.  Would you do that? 

On 24/09/2023 at 08:44, devHead said:

A bunch of people who think that the way Windows helps protect your PC is the correct way.  We're not security experts, but I would say that someone who wants to disable a security feature is also NOT a security expert.  Plus, it doesn't matter whether you agree with the way Windows handles security for the PC - heck, you're not even running Windows according to your signature.  So who are you to keep posting here and trying to correct others?  A fallacy means that something is false.  Are you saying that it's false to assume that having UAC enabled helps keep a PC more secure than when it's completely disabled?  Try running everything in Debian as root.  Would you do that? 

Because you simply do not know and your assumptions are making you look rather silly. Sure I do not for the most part use windows, but I have to use it in my ROG ALLY because Linux is not supported there yet. And I have been using windows even prior it had a GUI for it to know how the entire PC landscape, as well as security, works and that is why I switched to Linux after Window 11 came in. TRUE, you expose yourself to dangers whenever setting administrator rights to everything and this is a problem for the user that does not know anything and handle such PC as a normal everyday use one, but that does not mean that such case has an use, for example, in offline PCs and or legacy applications.

The absolute view of the people that things should be handled one way here is just baffling, unable to accept that there are reasons to do stuff out of the conventional way, quite akin to fascism.

On 24/09/2023 at 07:50, Arceles said:

Because you simply do not know and your assumptions are making you look rather silly. Sure I do not for the most part use windows, but I have to use it in my ROG ALLY because Linux is not supported there yet. And I have been using windows even prior it had a GUI for it to know how the entire PC landscape, as well as security, works and that is why I switched to Linux after Window 11 came in. TRUE, you expose yourself to dangers whenever setting administrator rights to everything and this is a problem for the user that does not know anything and handle such PC as a normal everyday use one, but that does not mean that such case has an use, for example, in offline PCs and or legacy applications.

The absolute view of the people that things should be handled one way here is just baffling, unable to accept that there are reasons to do stuff out of the conventional way, quite akin to fascism.

Fascism?  What are you smoking bro?  The OP is not using Windows 11 for offline or legacy usage.  I'm talking in general about how UAC protects your PC. You're right; I don't know his use case, but I know that any computer with UAC enabled is generally more secure than without it.  

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I feel kinda similar. I don't think Man of Steel was flawless, it has plenty of issues (one of them certainly being a bit too dark, at least at times), but I do re-watch it from time to time and mostly enjoy it. I feel like it is the best of Snyder's DC movies by a fair bit. This one felt weird to me - a bit too...I don't know, would "whimsical" be a good word to describe it (not a native speaker)? It does a lot correctly for sure, but overall comes off too... "Gunn-y". I feel like a Superman movie deserves a bit more seriousness than something like Gunn's Suicide Squad or Peacemaker. It seems like Gunn is leaning quite a bit into the more lighthearted side of Superman (and DC in general), whereas I seem to prefer the more serious one. The original two with Reeve were pretty spot on in that regard (despite awkward time travel ). But clearly it has been a welcome change for many, so more power to them and to Gunn, I guess
    • I'm not in a habit of commenting on articles I haven't read.
    • It actually kinda is, just in a more indirect way than the other ones, in a "Windows has been getting worse and worse because included games" kind of way. And yes, editorials tend to be (wouldn't say "are meant to", but YMMV I guess) subjective. What I meant was that the issues they mention tend to be rather subjective and minor, but tend to be presented as if they are on subjects that will affect everyone/most. But whatever, it's your site, your articles and you are clearly happy about them and are also happy to defend them, so who am I to argue with you. I simply pointed out a weird trend I noticed.
    • Looks like we are pretty much on the same page here ; even with NES (and the like), which I pretty much consider that the early day's of good games (Mike Tyson's Punch-Out is one game in particular that's stood the test of time for me on NES (and roughly a handful of others and that's about it as I suspect I would somewhat struggle to find more than around ten NES games of any real worth for me at this point in time. but once I cut out the BS it's probably somewhere around five) as I play it on Mesen2 emulator nowadays (I use the Linux version) which they say is pretty much the best NES emulator) but the general volume of games that started to stand out really started to take off in the 1990's+ as it was the later 2D days and started to shift into the earlier 3D days when people really could innovate but after roughly 15 years or so (say 1995 to 2010 or so in regards to 3D games) things started to plateau and people were mostly recycling the same old stuff in many cases. but just on a personal level, while there is some exceptions, I also was also pretty much a 1990's to around 2010 type of gamer to narrow things a bit more. even console wise... the last one I bothered with was the XBox360 generation (which basically plays inline with your Playstation comment). but it's not surprising as there is less and less reason to own a console vs the good ol' days (hell, when I look back on what consoles that stuck with me the most it's pretty much consoles from the 1990's (or older) which is before consoles got modern which I would consider the start of 'modern consoles' to be PS2/XBox in 2000-2001). but a PC has easily been my all-around favorite gaming device long term, especially given we can play older console games on it nowadays etc. hell, one can even play a native PC port of Super Mario 64 (definitely my #1 Mario game long term hands down which I had on a N64 back around release in 1996 etc but I sold my original N64 back around 2001) as it works well on Linux etc as I built it from source as it's basically got widescreen and 60fps (game engine is still 30fps but it feels like 60fps as you can tell camera moves quite smoothly) and better camera etc and a HD graphics pack but still retains the old school look/feel. I 100% that game not long ago by getting all 120 stars even though to just 'beat-the-game' one only needs 70 stars (baring using the 'backwards long jump' exploit which I played around with it on the PC port and it still works, but I did not take advantage of it and played the game straight. like I just tried to see if I could do it on the infinite stairs and I could do it multiple times as there is a little learning curve but it's not super hard to do. but once I did, I just ran back down the stairs and tried to see if I could do it again and again etc. so at this point I could probably do it within a minute or two tops once I am at the infinite stairs). anyways, about graphics etc... that balance of graphics/quality/pacing etc (even subject matter and type of game as some games will never be good for me as the subject matter just ain't that interesting. but I get what qualifies as good varies from person to person) can be difficult to get just right (like with all of these high graphics games, with higher loading times that can detract from a game to some degree) as personally I don't need all of the latest-and-greatest visuals anymore as those days of being "wow'ed" by graphics are pretty much long gone for me as even graphics from early 2010's is plenty good enough (probably roughly a sweet-spot between the old and current). hell, the last time (like in terms of most recent) I clearly remember being "WOW'ed" by graphics was when DooM3 alpha demo leaked in Nov 2002 as it was clearly well ahead of other games graphically at the time. but by the time the game was released in about mid-2004, while it still looked strong, it was not as mind blowing at that point since other games closed the gap some. but I do agree with you though as I suspect it might be sort of a age/experience thing in that as a person experiences more stuff, it becomes more difficult to be impressed as your standards rise as you can really start to see the true gems from just-another-game (just like movies etc). you said, "But the problem is, game development has become too easy and you have to churn through mounds and mounds of garbage to find anything decent." Yeah, I can definitely see that being a issue (like if it's easier and the sheer volume of people doing it increase quite a bit, it's going to churn out a bunch of forgettable stuff to 'maybe' get a gem once in a while and even if that gem does come out, I suspect a lot of people who may appreciate it never even heard about it to give it a chance etc). but I suspect that's largely why, at least speaking for myself, we tend to stick with what's familiar or thereabouts. like those game series that have been around a long time and don't venture too much outside of that. besides, I think games have reached a point a while ago now that they are pretty much churning out roughly the same stuff but with slightly better graphics etc which is not looking good for gaming as a whole (a great example... Call of Duty: Same ol' $*** ). but in general I tend to replay games I know that stand out for me from the past more than venturing out trying to find new games to play (I venture out a little here and there though). I suspect a lot of it is, even if there are some undiscovered gems, one would have to play a ton of forgettable games to 'maybe' find a gem. so in the end it ends up being too much effort and we say screw-it and stick to what we are familiar with etc. because in the old days, while there was still forgettable games for sure, it seemed a bit easier to cut through the BS to get to the gems. because we did not have boatloads of games (like back in the 1990's, maybe into the 2000's on some level etc) like today where everything is handed to people on a silver platter with easy access (and pretty much for free in many cases). but I guess come to think of it... gaming has become TOO big nowadays (as too many are doing it) and they try to appeal to the lowest common denominator which probably lowers the overall quality of gaming as a whole as a result. like make games that have wider appeal but might not be as special to those who play it (like they might enjoy it enough to buy it but then quickly forget about it) vs ones that might get higher praise but less people that praise it (like less people buy but those who do have a higher appreciation for it). I get from a business point of view they obviously want more sales figures because I get that at a minimum they need sales to be high enough to warrant future games. but I suspect a lot of these AAA level people who finance those games just see the $$$ and if the profits are minimal-to-half-decent they are not interested. so then it starts to turn games into indie vs huge-names with not too much in-between as I suspect the sweet-spot is those games that are more AA range etc etc. I guess one could look at this stuff plenty of ways and say this and that, but I get it's difficult to get that sweet-spot of any random game, so I am not going to be too hard on game developers as there is plenty of factors at play here. o well, worst case at least we still got the classics to replay but as for "stories that have been done a million times before"... I get your point here but I think it's mostly about taking something that's already been done and doing it well more than coming up with a original idea etc. but I get this is still not easy as if it was everyone would be churning out gem after gem. but at the end of the day... at least for myself, the whole point of playing games it to find ones you can replay here and there as time passes. that separates the true gems from just another game. in this regard it tends to favor older games over recent ones. but we shall see what the future holds ;)
    • Wikipedia's privacy at risk under UK Online Safety Act, legal challenge to be heard by Paul Hill The Wikimedia Foundation, which runs Wikipedia, is due to challenge the UK’s Online Safety Act (OSA) in the High Court of Justice in London on July 22 and 23. It wants to challenge the categorization regulations that would classify Wikipedia as a Category 1 service, which was designed for large, commercial social media platforms in mind, not volunteer, non-profit encyclopedias. If Wikimedia fails in its bid and Category 1 duties apply to Wikipedia, it will have to verify the identity of many of its volunteer contributors. This forced verification would undermine the privacy that keeps its volunteers safe from harassment, legal threats, and risks from authoritarian governments. The Category 1 rules allow people who go on online to block unverified users to cut out content from anonymous accounts and anonymous trolls interacting with them. This provision would be bad for Wikipedia because its contributors are generally not verified. Additionally, if forced to comply, Wikipedia would have to divert its resources from improving the site to protecting users, even though it’s a non-profit. Two rights organizations, the Electronic Frontier Foundation (EFF) and ARTICLE 19 have come out in support of Wikimedia’s challenge, believing that the OSA is a threat to freedom of expression and privacy online, both in the UK and globally. The provisions in the law become operational on July 25, so Wikimedia will have to act fast if the ruling does not go its way in the days prior. The decision by the High Court will be very interesting to see because the main targets and intent behind the OSA are to restrict access for children to pornography and harmful content on social media platforms. Wikipedia is neither of those and generally doesn’t include the harmful content found on those platforms, though, it does include information about things that parents might not want their kids to see.
  • Recent Achievements

    • Rookie
      Nandiman went up a rank
      Rookie
    • Reacting Well
      Mokisharo earned a badge
      Reacting Well
    • Week One Done
      stevecastellano66 earned a badge
      Week One Done
    • One Month Later
      rshit earned a badge
      One Month Later
    • Week One Done
      rshit earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      432
    2. 2
      ATLien_0
      230
    3. 3
      +FloatingFatMan
      164
    4. 4
      Xenon
      148
    5. 5
      Michael Scrip
      143
  • Tell a friend

    Love Neowin? Tell a friend!