Tuesday, February 9, 2010

“Requested registry access is not allowed”

June 2nd, 2008 by Patrick S

Posted in Programming, Rants, Visual Studio |


This entry was posted on Monday, June 2nd, 2008 at 1:11 pm and is filed under Programming, Rants, Visual Studio. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.


One Response

  1. Josh Says:

    you should manifest your EXE so it prompts to elevate. then you won’t. If that doesn’t get you what you want, then i would suggest you redesign the app so that the needed part that edits the registry is running as system (a service).