nomousy.exe - A small utility designed to hide and/or restrict mouse cursor movement.
- version 1.5 beta
Options: (all options are NOT case sensitive)
Hide the mouse cursor:
/hide
/h
-hide
-h
hide
h
Restrict the mouse to its' current location:
/freeze
/f
-freeze
-f
freeze
f
Cursor hiding options:
Hide all:
/all
-all
all
Selective hiding:
These following options (with - sign) should not have any spaces between them but may be in any order
UPARROW: -up
ARROW: -ar
IBEAM: -ib
CROSS: -cr
SIZENWSE: -nwse
SIZENESW: -nesw
SIZEWE: -we
SIZENS: -ns
WAIT: -wa
APPSTARTING: -as
ICON: -ic
HAND: -ha
SIZE: -si
SIZEALL: -sa
NO: -no
Restore mouse cursor:
To restore the cursor run nomousy.exe again (with or without options)
Examples:
- hide cursor but allow movement:
nomousy.exe /hide
- hide only ARROW and IBEAM and allow movement:
nomousy.exe -ar-ib
- restrict movement only
nomousy.exe -f
- hide cursor and restrict movement
nomousy.exe /f -h
- restrict movement and hide IBEAM only
nomousy.exe -freeze -ib
- restore cursor
nomousy.exe
Download
Website

nomousy - Disable/Hide your mouse pointer [CMD]
![nomousy - Disable/Hide your mouse pointer [CMD]: post #1](http://www.autohotkey.com/board/public/style_images/ortem/icon_share.png)

![nomousy - Disable/Hide your mouse pointer [CMD]: post #2](http://www.autohotkey.com/board/public/style_images/ortem/icon_share.png)
I've no doubt that it will make it to become one of my favourites (if it'll be freeware :wink: )
Back to the track:
1) as the h param is used to trigger the mouse hiding, I'd recommend to use ?; /?; -help; --help if you think about to provide a standard command line syntax help

2) Maybe you can edit the threads topic to this: Mousy - En-/Disable/Hide your mouse pointer [CMD]. This way it'll follow a kinda AHK-Utilitiy-Section-Standard. Thx for listening.
Great work. Waiting for your next strike :wink:
![nomousy - Disable/Hide your mouse pointer [CMD]: post #3](http://www.autohotkey.com/board/public/style_images/ortem/icon_share.png)
:shock:
????
Nomousy.exe /hide ; hide mouse pointer
Nomousy.exe ; restore mouse pointer
Nomousy.exe /e ; exit/kill the nomousy process/task
e;/e;/exit,-e;-exit
![nomousy - Disable/Hide your mouse pointer [CMD]: post #4](http://www.autohotkey.com/board/public/style_images/ortem/icon_share.png)
How to close nomousy.exe itself
:shock:
????
Nomousy.exe /hide ; hide mouse pointer
Nomousy.exe ; restore mouse pointer
Nomousy.exe /e ; exit/kill the nomousy process/task
e;/e;/exit,-e;-exit
Restore mouse cursor:
To restore the cursor run nomousy.exe again (with or without options)
![nomousy - Disable/Hide your mouse pointer [CMD]: post #5](http://www.autohotkey.com/board/public/style_images/ortem/icon_share.png)
So the question isn't about the mouse pointer.
It's about Nomousy itself.
Hope that clarifies it.
?
![nomousy - Disable/Hide your mouse pointer [CMD]: post #6](http://www.autohotkey.com/board/public/style_images/ortem/icon_share.png)
[*:1b8ydirt]This program does not hide CursorXP cursors.
[*:1b8ydirt]It does hide the system .ani's that CursorXP is on top of, so you can use the global hotkey Ctrl + Shift + C to disable it.
[*:1b8ydirt]When CursorXP is running, nomousy.exe is unable to restore the system .ani's automatically after hiding them unless you restore them manually in the "Mouse pointer" control panel. Thus, after running nomousy once with a hide parameter, Ctrl + Shift + C becomes your hide/restore hotkey.
[*:1b8ydirt]Freezing still works fine.
![nomousy - Disable/Hide your mouse pointer [CMD]: post #7](http://www.autohotkey.com/board/public/style_images/ortem/icon_share.png)
Once Nomousy has been executed without any param, it dissappears from the tasklist. That's it.

corrupt Posted: Feb 6 2005, 11:52 AM
Administrator
Group: Admin
Posts: 4
Member No.: 1
Joined: 6-August 04
Hi Bobo .
Yes, nomousy.exe is freeware and welcome.
That info has been taken from [here]
Thx corrupt. Will provide an AHK-Nomousy-SnapOn in the script section till COB.

![nomousy - Disable/Hide your mouse pointer [CMD]: post #8](http://www.autohotkey.com/board/public/style_images/ortem/icon_share.png)
I should have a fix for restoring animated cursors soon... The current issue with animated cursors not being restored is not limited to CursorXPHmm. I've tested it further, and other people who use CursorXP might like to know this:
[*:3g9660x5]This program does not hide CursorXP cursors.
[*:3g9660x5]It does hide the system .ani's that CursorXP is on top of, so you can use the global hotkey Ctrl + Shift + C to disable it.
[*:3g9660x5]When CursorXP is running, nomousy.exe is unable to restore the system .ani's automatically after hiding them unless you restore them manually in the "Mouse pointer" control panel. Thus, after running nomousy once with a hide parameter, Ctrl + Shift + C becomes your hide/restore hotkey.
[*:3g9660x5]Freezing still works fine.

![nomousy - Disable/Hide your mouse pointer [CMD]: post #9](http://www.autohotkey.com/board/public/style_images/ortem/icon_share.png)
Thanks for the feedback BoBoOnce Nomousy has been executed without any param, it dissappears from the tasklist. That's it.

![nomousy - Disable/Hide your mouse pointer [CMD]: post #10](http://www.autohotkey.com/board/public/style_images/ortem/icon_share.png)
I should have a fix for restoring animated cursors soon... The current issue with animated cursors not being restored is not limited to CursorXP Sad but I'll have a look at CursorXP a bit later and do a bit of testing.
Neither the CursorXP cursors nor the system .ani's were animated... well, except for the busy icon on the CursorXP theme. That was it, though. But I meant that all system icons, no matter the scheme, are permanently hidden until manually restored.
![nomousy - Disable/Hide your mouse pointer [CMD]: post #11](http://www.autohotkey.com/board/public/style_images/ortem/icon_share.png)
Thanks for clarifying jonnyNeither the CursorXP cursors nor the system .ani's were animated... well, except for the busy icon on the CursorXP theme. That was it, though. But I meant that all system icons, no matter the scheme, are permanently hidden until manually restored.

![nomousy - Disable/Hide your mouse pointer [CMD]: post #12](http://www.autohotkey.com/board/public/style_images/ortem/icon_share.png)
- Added support for animated cursors
Later: CursorXP testing... I may be wrong... but it looks like CursorXP may be setting the system cursors to a custom transparent cursor then displaying its own instead using a different method. Currently, nomousy copies the current cursors, sets the cursors to a custom transparent cursor, then restores them using the original values found. If CursorXP is using a transparent cursor also then nomousy ends up copying and restoring the transparent cursor leaving the system with transparent cursors... If this is the case then CursorXP's functionality will need to be disabled before activating nomousy then re-enabled after restoring settings using nomousy.
PS - CursorXP required a manual uninstall on my system

![nomousy - Disable/Hide your mouse pointer [CMD]: post #13](http://www.autohotkey.com/board/public/style_images/ortem/icon_share.png)
![nomousy - Disable/Hide your mouse pointer [CMD]: post #14](http://www.autohotkey.com/board/public/style_images/ortem/icon_share.png)
No problemWell, not that hard then, I guess. I haven't tried yet, but it should be as simple as sending a Ctrl+Shift+C with AHK and then sleeping for a second or so. Thanks for testing.

![nomousy - Disable/Hide your mouse pointer [CMD]: post #15](http://www.autohotkey.com/board/public/style_images/ortem/icon_share.png)