Re: [GD-Windows] Security/access when writing to registry
Brought to you by:
vexxed72
From: Brian H. <bri...@py...> - 2003-01-22 08:01:51
|
Yes, I'm revisiting a thread that's over a year old =3D) I've been using HKCU instead of HKLM like a good Windows app, but= it seems like you can't win 'em all. The problem with HKCU is that, well, it's per user. I've gotten= very sporadic complaints about having to install our games multiple= times (including unlock codes), which isn't that big a deal. But what= IS a big deal is when you have multiple users on the same machine= trying to compete against each other, but now their high scores aren't shared. This is a pretty galling thing, since a lot of our games= are competitive that way and we do find that more than a few of our players are on multi-user systems. Ideas on a clean solution to this problem? Brian |