Unique identifier for user profiles in Windows
问题 For a client/server application I need to centrally store parts of the configuration information that usually goes into the users profile directory. The client application would on first use write a file or registry entry with a GUID into the current profile. This GUID would subsequently be used as a key in the configuration database on the server. Now I'm wondering if Windows user profiles already have unique identifiers I could use instead of generating my own GUIDs. The username won't work