Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista > Windows Vista Security

Notices

Reply

Vista User Account Control

 

LinkBack Thread Tools Display Modes
Old 02-02-2007, 02:13 PM   #1 (permalink)
Default Vista User Account Control

As a developer there is a lot of new stuff to learn regarding Vista.
I hope someone in here can answer some short questions.

1. If I shield a button in my application, how can I then make sure that the
process gets elevated (Vista brings up the UI for elevation) when the button
is pressed?
Is this not possible to do? Is the correct way to do this to load a COM
module (with an UI) with "requireAdministrator" execution level?

2. Is it correct that the only way to get elevated is upon start of a
process or is it possible to elevate a process after it has started?
(I know I can't elevate the process by code, but is it possible to force
the "elevate" window to popup by code?)



Magnus Flysjö
Guest
 
Posts: n/a
Reply With Quote  
Old 02-02-2007, 02:47 PM   #2 (permalink)
Default Re: Vista User Account Control


Hello,

A process/instance of a COM component is either elevated or it is not.

Once it is running, it cannot switch its elevation status.

The elevation process is handled by Windows and is configurable via the
appropriate API entries such as ShellExecute.

The "shielded" status of a button has no bearing on UAC - it is for visual
purposes only.


--
- JB
Microsoft MVP - Windows Shell/User

Windows Vista Support Faq
http://www.jimmah.com/vista/

Jimmy Brush
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
User Account Control Nicola Windows Vista Security 60 07-02-2008 12:39 PM
User Account Control Tristan Goe Windows Vista Performance & Maintenance 16 04-15-2008 03:59 AM
User Account Control Ben Windows Vista Administration 8 03-09-2008 04:41 PM
user account control Ed43 Windows Vista Networking & Sharing 5 01-02-2008 12:44 AM
UAC - User Account Control David Sherman Windows Vista Administration 7 07-31-2006 12:49 PM


All times are GMT. The time now is 02:41 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90