Click here to Skip to main content
15,886,840 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 568.1K   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
#if !defined(AFX_SERVICE1_H__7DC91543_5C6B_4286_9E52_D7F5CC78B130__INCLUDED_)
#define AFX_SERVICE1_H__7DC91543_5C6B_4286_9E52_D7F5CC78B130__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "resource.h"


#endif // !defined(AFX_SERVICE1_H__7DC91543_5C6B_4286_9E52_D7F5CC78B130__INCLUDED_)

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