Disabling Mouse Interference

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
Boxxxed
Junior Coder
Posts: 26
Joined: Fri Mar 19, 2010 7:20 pm

Disabling Mouse Interference

Post by Boxxxed » Sun Mar 21, 2010 5:39 am

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?

User avatar
JRL
Automation Wizard
Posts: 3518
Joined: Mon Jan 10, 2005 6:22 pm
Location: Iowa

Post by JRL » Mon Mar 22, 2010 1:03 am

Yes there is. Its called BlockInput>. Folow the link for BlockInput> Help.

Boxxxed
Junior Coder
Posts: 26
Joined: Fri Mar 19, 2010 7:20 pm

Post by Boxxxed » Mon Mar 22, 2010 2:44 am

Is there anyway to also block CTRL ALT DEL??

User avatar
JRL
Automation Wizard
Posts: 3518
Joined: Mon Jan 10, 2005 6:22 pm
Location: Iowa

Post by JRL » Mon Mar 22, 2010 4:27 am

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.

Boxxxed
Junior Coder
Posts: 26
Joined: Fri Mar 19, 2010 7:20 pm

Post by Boxxxed » Mon Mar 22, 2010 6:15 am

I'm programming a practical joke for use with a game, it is entirely innocent but evil at the same time. Blocking ctrl alt del ensures that the joke doesn't end half way, we want full laughs here :lol:

User avatar
Marcus Tettmar
Site Admin
Posts: 7391
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Mon Mar 22, 2010 9:37 am

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?

Boxxxed
Junior Coder
Posts: 26
Joined: Fri Mar 19, 2010 7:20 pm

Post by Boxxxed » Mon Mar 22, 2010 8:21 pm

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.

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts