Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Hiding Mouse at Bootup - Question  (Read 1389 times)

0 Members and 1 Guest are viewing this topic.

markronz

  • We traced the call, and it came from....INSIDE YOUR ARCADE MACHINE!
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 821
  • Last login:April 12, 2019, 12:03:08 am
  • Game on!
Hiding Mouse at Bootup - Question
« on: January 11, 2011, 11:49:22 am »
So I searched and found this post about hiding the mouse pointer in Windows:

http://forum.arcadecontrols.com/index.php/topic,35205.msg306896.html#msg306896

I am looking for a way to hide the mouse cursor in the initial Windows boot up and I'm wondering if this is the answer.   The thing is, I don't want the windows mouse cursor to be gone for good.   I either want it to be hidden during the beginning, or for it to be placed off the screen at boot up.   I still want to be able to use the mouse for administrative type stuff, so I don't really want to use the 1 pixel mouse cursor.

So my question is, if I do the steps in the link above, does it hide the cursor all the time?  Or will it just be hidden during the initial few seconds when windows starts up (the only time its a problem)?

BadMouth

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9272
  • Last login:Yesterday at 03:57:04 pm
  • ...
Re: Hiding Mouse at Bootup - Question
« Reply #1 on: January 11, 2011, 12:33:42 pm »
There are Autohotkey scripts out there that do this.
Here is some discussion:
http://www.autohotkey.com/forum/topic6107.html

There is also a MouseMove command in autohotkey if you just want to get it out of the way without making it invisible.
It's just MouseMove, X, Y
i.e.

MouseMove, 1400, 900

I just use high enough numbers that the pointer is off the screen.
All you have to do is move the mouse or trackball to get the pointer back on the screen.

markronz

  • We traced the call, and it came from....INSIDE YOUR ARCADE MACHINE!
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 821
  • Last login:April 12, 2019, 12:03:08 am
  • Game on!
Re: Hiding Mouse at Bootup - Question
« Reply #2 on: January 11, 2011, 01:13:41 pm »
Thanks for the tip!  I just wrote my first AHK script the other day, so I will look into this as well.

markronz

  • We traced the call, and it came from....INSIDE YOUR ARCADE MACHINE!
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 821
  • Last login:April 12, 2019, 12:03:08 am
  • Game on!
Re: Hiding Mouse at Bootup - Question
« Reply #3 on: January 11, 2011, 01:39:07 pm »
Well I made the simple script just to move the mouse position.  That option doesn't work for me.  Well, the script works, but the mouse cursor is still shown, in the center of the screen for a few second as Windows starts up.   So I am guessing I will have to do something similar to what was linked in my original post since that's in the registry, and I would think, would take effect right when Windows starts. 

So for the same reason I dont think an AHK script to change the mouse cursor would work for this either.  It just wouldn't take effect soon enough.  But nonetheless thanks for the help BadMouth.

So I guess if anyone has any ideas what exactly the fix in my original post does, I'd still be interested in hearing it.   Thanks!

markronz

  • We traced the call, and it came from....INSIDE YOUR ARCADE MACHINE!
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 821
  • Last login:April 12, 2019, 12:03:08 am
  • Game on!
Re: Hiding Mouse at Bootup - Question
« Reply #4 on: January 11, 2011, 04:05:44 pm »
I just went ahead and tried it and it only removes the cursor at bootup.  It does not remove the cursor during normal Windows operation.  So I am happy.   ;D

It doesn't work perfectly, I'd probably need to shell my front end for that, but it's much better than before.   So I'm all set!