The program is trying to write INI files to C:\Windows rather than the VirtualStore path.
What exactly is your "Virtual StorePath"?
C:\Users\Username\AppData\Local\VirtualStore
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We have a non-admin user on Windows 7 Professional that is having issues with a legacy software title. Anytime the user attempts to make a change in the system, a "write" error is presented stating that the program is "unable to write to" the specific file; the error doesn't include the path, but I was able to find the location.
The issue is that the program is trying to write INI files to C:\Windows rather than the VirtualStore path. Being that the program doesn't run with elevated privileges and he's a standard user, he is unable to write to said path. Any ideas why this would be happening or how to redirect the per-user location? I really don't want to give out admin privileges if I can avoid it.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
The program is trying to write INI files to C:\Windows rather than the VirtualStore path.
What exactly is your "Virtual StorePath"?
C:\Users\Username\AppData\Local\VirtualStore
The program is trying to write INI files to C:\Windows rather than the VirtualStore path.
What exactly is your "Virtual StorePath"?
Does the folder Windows exist in your virtual store?
For an application to make us of the virtual store technique, it must meet a number of requirements. you can see them here. Does your legacy software meet them?
If your application tries to use its own folder in C:\Windows then you could create a symbolic link such as C:\Windows\MyLegacyProg whose physical storage location lies in an unprotected area.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more