Creating file in system folder

Y

Yuri Gurskiy

My app tries to create file in $WINDIR$\System32 folder and get error
ACCESS_DENIED. How to avoid this problem? I'm running under administrator
account
 
M

Mark D. VandenBeg

Yuri Gurskiy said:
My app tries to create file in $WINDIR$\System32 folder and get error
ACCESS_DENIED. How to avoid this problem? I'm running under administrator
account

Try running the application by right-clicking on the application icon and
choosing "Run as administrator" from the context menu. In Vista, even
though you are logged in as part of the administrator user group, all
applications still run at the standard user level unless they are
specifically told otherwise.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top