Do you use Visual Studio 2008 on Windows Vista and still want to keep UAC on but avoid having the time consuming User Account Control warning each time you start VS 2008?
This can be solved by creating a scheduled task that runs with the highest privileges.
This hack can be used to start other programs like the registry editor (regedit.exe) that usually requires a permission to start.
Open Task Scheduler by entering Task Scheduler in the start menu search box.
Click on Create Task...
Give the task a name and check "Run with highest privileges".

On the Actions tab click on New.
Enter the path to Visual Studio 2008:
"C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe"
and for Start in:
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\
Create a new shortcut.
Enter schtasks /run /tn "VS2008" and change VS2008 so it matches the name of the scheduled task.
Set the Run option to Minimized and if you want change the icon. Location for the icon:
%ProgramFiles%\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe
