One of the many annoyances of Vista is the user account control box that pops up whenever you do anything. The easiest way to get rid of that is to turn it off completely but you don’t have to do that. I was reading my Windows IT Pro magazine and came across a clever hack to work around the UAC without the need to disable it.
When winlogon.exe starts, explorer.exe starts as a non-administrative process, and any application that it starts will give you the UAC box. If you run explorer.exe as an administrator you won’t get the prompt. One way to run explorer.exe as an administrator after you have already logged in is to create a text file with the .cmd extension making it a Windows executable file. Inside that text file type:
taskkill /F /IM explorer.exe
start c:\windows\explorer.exe
The code above kills explorer and restarts it. When you run the .cmd file you need to run it as an administrator so that when it starts explorer.exe it will be running with administrative credentials. If you want to enable the UAC prompts again all you need to do is log off and log back on and it will be back to normal.
Popularity: 2% [?]
Recent Posts:
- Comics & The iPad
- How To Get Your Window XP CD Key If You Lost It
- Web Comic of the Day
- Get Hulu on the Xbox360 Wii or PS3
- Cheap HD Quality Pocket Camcorder
More Active Posts:
- Unlimited Joost Beta Invites. (665)
- Add an IP filter to uTorrent in Vista (98)
- Halo...Past, Present and Future (82)
- Joost Beta Invites (53)
- Automatically Download ipfilter.dat (50)
- The Egotistical, Childish, Stupid, Cry-Baby Smack-Tards of Console Gaming (40)
- Violence in Video Games Documentary (39)
- Trojan Virus Spoofs Windows Activation (38)
- Stop Firefox Resizing Windows (35)
- Top 15 Security/Hacking Tools and Utilities (35)











I find it oddly telling that this was posted on my birthday.
Hopefully some of this will help me crack my router, whose password I managed to accidentally change to god knows what >__