Login script

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

How can I write a login or logout script that will turn
off the caps lock? Users loging out leave them on and the
next user doesn't check it until they lock themselves out.
 
Thanks for the quick response. I created the script, but
I'm getting anerror at the R for return. Any suggestions?
 
It can't find the file I assume.
Either put capslock.exe in the same directory as the script
or
Put the full path to the capslock file in the expression.
eg. Return = wshshell.Run("c:\somedir\someotherdir\capslock.exe off", 1,
TRUE)

Regards
Mark Dormer
 
I see were you are going with this, but I don't have a
capslock.exe file to point it to. Was I to create one??
-----Original Message-----
It can't find the file I assume.
Either put capslock.exe in the same directory as the script
or
Put the full path to the capslock file in the expression.
eg. Return = wshshell.Run
("c:\somedir\someotherdir\capslock.exe off", 1,
 
Back
Top