Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Vista admin priviledges question

0 views
Skip to first unread message

Kid

unread,
Jul 4, 2009, 10:11:01 PM7/4/09
to

Hi

I found that RegOpenKeyEx will fail on Vista when the base path is
HKEY_LOCAL_MACHINE but my app need to read some key there.

Is there any api can ask admin priviledges when launching then I do
not need to click mouse right key and choose admin priviledges from
Vista pop-up menu ?

Thank you .

David Lowndes

unread,
Jul 5, 2009, 4:12:50 AM7/5/09
to
>I found that RegOpenKeyEx will fail on Vista when the base path is
>HKEY_LOCAL_MACHINE but my app need to read some key there.

What access are you asking for when you try to open the key?

If you're inadvertently asking for write permission rather than just
read, change it!

Dave

0 new messages