I have an old application that creates a temp folder in \users\me\appdata\temp
When I log in as a local user, the application has no problems creating the temp folders necessary to run. However, when I login with a domain login (with Domain Admin permissions) the application cannot create folders.
My domain is running at the Windows 2003 Functional Level, and has Schema 47 (2008) installed.
I have tried:
Taking ownership of the folderGiving "everyone" full control of the profileBeing Enterprise AdminRunning as AdministratorUninstalling and ReinstallingMaking the domain users members of the local administrator group.
None of these things has helped. I am at the end of what I know to do. I currently have a case open with the software provider, but this doesn't seem like a problem with their application, since it works just fine as a local user.