I have a logon script which needs to write to the registry which i can do successfully. However, i need to write to the keys inside of HKEY_CURRENT_USER\. The problem is that when the logon script is running, the current user is .default as far as the registry is concerned, and the values i...