locking mouse and keyboard?
Moderator: DosItHelp
locking mouse and keyboard?
hi
i have a program that i need to lock and unlock the keyboard and mouse
there was a way for this using rundle32 but its not working here (i am runing win 7)
also there is a reg way for this but i did not try that yet
is this possible using windows api?
because there are some api for this in windows
i have a program that i need to lock and unlock the keyboard and mouse
there was a way for this using rundle32 but its not working here (i am runing win 7)
also there is a reg way for this but i did not try that yet
is this possible using windows api?
because there are some api for this in windows
Re: locking mouse and keyboard?
Really doesn't sound like a batch file question.
Re: locking mouse and keyboard?
my main target is to disable all of hotkeys and make program uncloseable
Re: locking mouse and keyboard?
tcpman wrote:my main target is to disable all of hotkeys and make program uncloseable
Why you don't create a service?
Re: locking mouse and keyboard?
what do you mean?
you mean i create a service for this?how?
my program has a password that user must know it to close my program
now the user can simpley use mouse to exit my program or he could use hot key to bring up task manger and using task manger close my program
you mean i create a service for this?how?
my program has a password that user must know it to close my program
now the user can simpley use mouse to exit my program or he could use hot key to bring up task manger and using task manger close my program
Re: locking mouse and keyboard?
I would be more worried that you have created a program that people want to close!
I would also be very suspicious of any program which attempts to prevent me from closing it and so probably would a number of anti-malware applications.
What happens if your program is running and I wish to use one or more other applications on my PC in one of my other screens as well. It's a fairly old concept called multi-tasking and is probably the main selling point of PC's over mobile tech!
I would also be very suspicious of any program which attempts to prevent me from closing it and so probably would a number of anti-malware applications.
What happens if your program is running and I wish to use one or more other applications on my PC in one of my other screens as well. It's a fairly old concept called multi-tasking and is probably the main selling point of PC's over mobile tech!
Re: locking mouse and keyboard?
its not virus
like i said there is a password that user must enter it
so then when he enter the password he can use computer
i want to use this on few computer so just the pepole that have passwords be able to use it
its like a desktop locker
windows its self has something for this
so you can choice a password for your windows and user must know the password to enter the computer
but i dont want use this as my desktop locker
like i said there is a password that user must enter it
so then when he enter the password he can use computer
i want to use this on few computer so just the pepole that have passwords be able to use it
its like a desktop locker
windows its self has something for this
so you can choice a password for your windows and user must know the password to enter the computer
but i dont want use this as my desktop locker
Re: locking mouse and keyboard?
Thread locked as it's not related to a batch script.
EDIT: Just clarifying here that it cannot be done in batch.
EDIT: Just clarifying here that it cannot be done in batch.