Sticky Keys

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anybody know of a way to set the sticky key options from within Active
Directory? I am trying to avoid visiting 150 PCs to set the options.

Thanks
Chris
 
In
Chris Sackett said:
Does anybody know of a way to set the sticky key options from within
Active Directory? I am trying to avoid visiting 150 PCs to set the
options.

Thanks
Chris

I can't remember if this is an option in a GPO/User config, but I would
imagine you can create a WMI (VB) logon script in a GPO to do this for you.

--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

If you are having difficulty in reading or finding responses to your post,
instead of the website you are using, if I may suggest to use OEx (Outlook
Express or any other newsreader of your choosing), and configure a newsgroup
account, pointing to news.microsoft.com. This is a direct link into the
Microsoft Public Newsgroups, and it is FREE and DOES NOT require a Usenet
account with your ISP. With OEx, you can easily find your post, track
threads, cross-post, and sort by date, poster's name, watched threads or
subject.

Not sure how? It's easy:
How to Configure OEx for Internet News
http://support.microsoft.com/?id=171164

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft MVP - Windows Server Directory Services
Microsoft Certified Trainer
Assimilation Imminent. Resistance is Futile.
Infinite Diversities in Infinite Combinations.
=================================
 
"Ace Fekay [MVP]"
In

I can't remember if this is an option in a GPO/User config, but I would
imagine you can create a WMI (VB) logon script in a GPO to do this for
you.


If it is not a "pre-built option" then one can pretty
much always do it with a GPO using the "Administrative
Templates" are.

Build an ADM file to set the relevant registry key/value.

Or as Ace says, a batch file. I would probably just do it
with regini.exe but again you could write a (more serious)
VB script.
 
In
Herb Martin said:
If it is not a "pre-built option" then one can pretty
much always do it with a GPO using the "Administrative
Templates" are.

Build an ADM file to set the relevant registry key/value.

Or as Ace says, a batch file. I would probably just do it
with regini.exe but again you could write a (more serious)
VB script.

I would imagine to use ART (Adv Registry Tracer) to take a before and after
snapshot of the reg when the sticky copy option is selected to capture that
key. Then regini would be a good choice to use to populate it, or even make
the ADM file, as you mentioned, from it then use it in a GPO.

Ace
 
"Ace Fekay [MVP]"
In

I would imagine to use ART (Adv Registry Tracer) to take a before and
after snapshot of the reg when the sticky copy option is selected to
capture that key. Then regini would be a good choice to use to populate
it, or even make the ADM file, as you mentioned, from it then use it in a
GPO.

I didn't know that one; I would probably have used the (free)
RegWatch (or whatever it is called) from SysInternals.com
 
In
Herb Martin said:
I didn't know that one; I would probably have used the (free)
RegWatch (or whatever it is called) from SysInternals.com

Nice little tool. Kind of like a Wininstall LE or Wise Installer MSI creator
that extracts the differences into a file. I would imagine RegWatch does the
same?

Ace
 
Back
Top