0

I have an application that has some settings in the registry that I only want the administrator, or administrator privileges to update them. As of right now, I have it on HKLM, but if I open the application as a regular user it goes over to its VirtualStore HKCU/../../VirtualSture instead of HKLM/Software/AppName/..

Is there a way to change this? Or is there a work-around?

Thanks.

4

1 回答 1

1

似乎它只发生在遗留应用程序上。我的修复是手动删除 VirtualStore/AppName 并解决了问题。

谢谢

于 2015-07-17T21:21:58.123 回答