Can I allow a write access to a particular registry key without elevation?
Posted
by 280Z28
on Stack Overflow
See other posts from Stack Overflow
or by 280Z28
Published on 2010-05-01T23:34:48Z
Indexed on
2010/05/01
23:37 UTC
Read the original article
Hit count: 298
uac
|permissions
I develop an extension for Visual Studio 2005, 2008, and 2010. The Visual Studio 2005 SDK requires write access to the following registry key during builds. The normal way to handle this run Visual Studio with elevated privileges. The entire issue can be avoided if there's some way I can set permissions to allow access to this particular registry key without elevation:
HKLM\SOFTWARE\Microsoft\VisualStudio\8.0Exp
Side note: This key is only used for testing Visual Studio 2005 extensions. The issue does not occur on client machines so this is just a workaround for my own development machine.
© Stack Overflow or respective owner