Is it possible to delete a HKEY_Current_User key from the registry when that user is not logged in and if-so can we do it to multiple users on a machine? We'd like to delete a reg key for our product in current_user/software, but in-order to have it update properly during the end users next login we need for that key to "not exist" the next time they log in...
any help would be appreciated - thanks!
soln
No.
You can place a script/batch inside the all users startup (or run key) and have it delete for each user that logs on.
Or, you could have it as part of a logon script.