Click here to Skip to main content
15,895,746 members
Articles / Programming Languages / C++

Launch your application in Vista under the local system account without the UAC popup

Rate me:
Please Sign up or sign in to vote.
4.24/5 (64 votes)
17 Apr 2007CPOL4 min read 569.9K   11.3K   158  
This article describes how to launch an application from session 0 to session 1 under the local system account using a service helper application

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomMessageSender", "CustomMessageSender\CustomMessageSender.vcproj", "{442A974F-B22F-477E-8085-51F120AB4D6C}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{442A974F-B22F-477E-8085-51F120AB4D6C}.Debug|Win32.ActiveCfg = Release|Win32
		{442A974F-B22F-477E-8085-51F120AB4D6C}.Debug|Win32.Build.0 = Release|Win32
		{442A974F-B22F-477E-8085-51F120AB4D6C}.Release|Win32.ActiveCfg = Release|Win32
		{442A974F-B22F-477E-8085-51F120AB4D6C}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect www.dizyatec.com
Singapore Singapore
I graduated from Nanyang Technological University, Singapore in May 2004.Currently I am working as a Technical Consultant. I am also doing my Masters of Computing in IT project management from NUS, Singapore.My interests include reading technical articles,watching movies and traveling.My main areas of work include Project Management, Software Analysis and Design,Building Enterprise Applications using Microsoft .NET technologies,smart phone application development (Windows Mobile 5.0 and Blackberry) and System Programing on Windows Platform & WinCE

Comments and Discussions