June 23rd, 2010 01:30 AM
#1
enable uac by vc++
Hello,
I writed a program that saves data on file, its runs on windows XP ,but whan I execute it on windows 7 its not open the file, I understood its because the uac property,
if somebody know how can I disable the uac from my program ,
I would be vary thankfull for him.
thanks
June 23rd, 2010 01:35 AM
#2
Re: enable uac by vc++
This isn't possible to do programmatically. If it was, it would be a huge security hole.
June 23rd, 2010 01:57 AM
#3
Re: enable uac by vc++
hello,
but I saw a program that open a dialog box that asks the user confirm to do it .
June 23rd, 2010 10:56 AM
#4
Re: enable uac by vc++
Originally Posted by
aangerma
hello,
but I saw a program that open a dialog box that asks the user confirm to do it .
Prompting the user to elevate permissions is completely different than programmatically disabling UAC.
See http://msdn.microsoft.com/en-us/library/bb530410.aspx for writing UAC compliant apps.
June 24th, 2010 04:20 AM
#5
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width
Bookmarks