Registered member login:
Register Now
Altirigos » Homepage2

» Current Poll
Do you leave the Aclient enabled?
YES - 83.06%
103 Votes
NO - 16.94%
21 Votes
Total Votes: 124
You may not vote on this poll.
» Stats
Members: 9,470
Threads: 11,735
Posts: 55,235
Top Poster: Nick (4,981)
Welcome our newest member, kade714
» Online Users: 54
4 members and 50 guests
astrotaylor, Bill Sullivan, hamsalad, jrbtc
Most users online at once 294, 06-30-2007 at 12:24 PM.
» March 2010
S M T W T F S
28 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31 123
View Single Post
Old 12-08-2009, 06:07 AM   #16 (permalink)
shotgn22
 
Status: Junior Altiris Admin
Join Date: 05-20-2008
Location: Tampa
Posts: 20


Yes, I have an MSGINA file I edited and renamed. I just have that copied over to the machine and then point the registry to that file when I want to change the CTRL-ALT-DEL lingo to "Configuring Computer." Then after all the changes are done, switch it back to the original.

Here is for the keyboard and mouse.

All you have to do is disable the kbdclass and mouclass services in the registry. Here is the code I use to do that


CODE
REM Disable Keyboard and Mouse
SET SERVICES=HKLM\SYSTEM\CurrentControlSet\Services
REG ADD %SERVICES%\kbdclass /v Start /t REG_DWORD /d 4 /f
REG ADD %SERVICES%\mouclass /v Start /t REG_DWORD /d 4 /f


and to reenable them


CODE
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion \RunOnceEx
ECHO Setup Registry Key to unlock mouse after installs are done
REG ADD %KEY%\996 /VE /D "Unlocking Mouse" /f
REG ADD %KEY%\996 /V 1 /D "REG ADD HKLM\SYSTEM\CurrentControlSet\Services\mouclass /v Start /t REG_DWORD /d 1 /f" /f

ECHO Setup Registry Key to unlock keyboard after software installs are done
REG ADD %KEY%\997 /VE /D "Unlocking Keyboard" /f
REG ADD %KEY%\997 /V 1 /D "REG ADD HKLM\SYSTEM\CurrentControlSet\Services\kbdclass /v Start /t REG_DWORD /d 1 /f" /f
shotgn22 is offline   Reply With Quote
 
Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -4. The time now is 03:28 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
vB.Sponsors
Altirigos