Creating file in system folder

  • Thread starter Thread starter Yuri Gurskiy
  • Start date Start date
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
 
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.
 
Back
Top