Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations danielledunham on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apply Registry Key to all users 1

Status
Not open for further replies.

ou8123

Technical User
Joined
Nov 18, 2003
Messages
11
Location
US
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
 
Putting it under HKLM\SOFTWARE\Cherry\KeyMan
i guess .
 
I have tried this no dice....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top