The OS in question is Windows 7 Enterprise. I'm having an issue where a process running as a standard user has to be able to write files to the root of the C drive. By default, standard user accounts don't have permissions to write to the root of C. I set the correct permissions on the C drive to allow users to write files (for troubleshooting purposes I gave standard users full read/write). However, UAC still prevents a standard user from writing files. I disabled UAC (both by the slider bar and through gpedit) and standard user accounts still can't write to the root of C. I’m receiving error “0x80070522.” My administrator accounts can but that doesn't help me since the process doesn't run as an administrator. I understand that by design UAC doesn't permit standard users from writing to C but if I have UAC disabled why is this still an issue? It seems that disabling UAC via the methods described above just turns off alerting of UAC messages and doesn’t actually disable UAC. Is this accurate? Does anyone have suggestions that can help me out here?
[edit] I also tried to disable UAC through the registry and still no dice