pepone1er Posted August 22, 2005 Posted August 22, 2005 Hi,Is it possible to disable mouse and keyboard in Win PE ????thanks
gadget Posted August 22, 2005 Posted August 22, 2005 the only way i have done this is to use a script ie AUTOIT v2xxxBlocks input...
kaares Posted January 18, 2006 Posted January 18, 2006 Autoit does only lock the keyboard in a limited way. If you press Ctrl-Alt-Del, the user unlocks the keyboard and mouse.Look at this utility from Systemintegrasjon (by me, really): http://www.sysint.no/en/download.aspx.Go to the KeyboardLock section on that page.Read more at this page: http://www.sysint.no/nedlasting/KeyboardLock.htmYou may load the driver dynamically using DrvLoad.exe /l KbLock.sys, and then lock the keyboard by creating the registry key HKLM\Software\Systemintegrasjon\KeyboardLock\LockAll, to unlock just delete the key again.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now