Hello I need to disable access for each user to a startup tray that changes their keyboard configuration for a group of machines. I have isolated the registry key and modifed it so the logged on user will not have access (if I execute it on thier log on) but how can I apply these changes to everyones account on the machines to affect all user accounts? The machines are on a domain and I have admin rights to the machines - Thanks for your help
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Cherry\KeyMan]
"SkipAskInitialScan"=dword:00000001
"ShowQuickDrop"=dword:00000000
"ShowTNA"=dword:00000000
"LedOnScreen"=dword:00000000
"NeedInitialScan"=dword:00000000
"IsInitialStart"=dword:00000000
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Cherry\KeyMan]
"SkipAskInitialScan"=dword:00000001
"ShowQuickDrop"=dword:00000000
"ShowTNA"=dword:00000000
"LedOnScreen"=dword:00000000
"NeedInitialScan"=dword:00000000
"IsInitialStart"=dword:00000000