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% [?]

Post to Twitter Post to Delicious Post to Digg Post to Facebook Post to StumbleUpon

Recent Posts:

More Active Posts: