Link to home
Start Free TrialLog in
Avatar of frankbustos
frankbustosFlag for United States of America

asked on

access is denied on Application Data folder?

hi experts,

 i'm trying to access some folders under c:\programdata\application data and I'm getting an error that it is not accessible?? i'm logged on with a userid that has adminitrator's rights and I even logon as an adminsitrator and same results????
Avatar of kinecsys
kinecsys
Flag of United States of America image

if you are indeed a local computer administrator, right click that folder, goto security, advanced, ownership, edit ownership, and change ownership to Local Administrators
Avatar of Run5k
If you don't mind me asking, why do you need to access folders within the "C:\ProgramData\Application Data" hierarchy?  It's exceedingly rare when even an IT professional would need to delve into that hidden system folder.
ASKER CERTIFIED SOLUTION
Avatar of Ramakrishna Prabhu
Ramakrishna Prabhu
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
C:\ProgramData does not have an appdata folder (this is the all users folder)
C:Users\username\AppData\Roaming  (this is the per user folder)

as shown in this video
Avatar of frankbustos

ASKER

thanks!