Disabling Mouse Interference
Moderators: Dorian (MJT support), JRL
Disabling Mouse Interference
I've created a macro but if I move the mouse it interferes, is there anyway to give the macro 100% control of the mouse without chance of interference?
Yes there is. Its called BlockInput>. Folow the link for BlockInput> Help.
Blockinput is actually a Microsoft function. To my knowledge there is no way to block Ctrl+Alt+Del. It is a built in safeguard.
What are you trying to accomplish that Ctrl+Alt+Del would be a problem? Typically you would use BlockInput as a convenience for the user to prevent inadvertant interferance with the script. Blocking Ctrl+Alt+Del seems like more control than a programmer should have.
What are you trying to accomplish that Ctrl+Alt+Del would be a problem? Typically you would use BlockInput as a convenience for the user to prevent inadvertant interferance with the script. Blocking Ctrl+Alt+Del seems like more control than a programmer should have.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
You can't - and shouldn't - block ctrl-alt-del
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
There are safety programs out there that are intended for use regarding the safety and protection of systems. They disable ctrl alt del so it's quite possible, though it's hard to find a simple solution. It's probably beyond me in terms of programming ability and if I can't find a solution soon I'll just hope it works well the way it is.