User Defined GetSetting & SaveSetting
Hello,
I'm trying to use the registry, to store my apps settings. I want the settings to be the same for all users, but keep track of details like last run and number of files executed etc..
I've defined my own functions, which store under Local_Machine as opposed to Current_User. These work until someone logs in without administrative privileges, at which point GetSetting works but SaveSetting does not.
Does anyone know how to override the default security settings when making the API Calls?
Any help will be greatly appreciated
Cheers Al