Marcus Posted April 1, 2005 Posted April 1, 2005 Just a quickie from a v3 newbie... Is there a way to disable just the right mouse button in XP via 'script? Thanks. [center][font="Courier"][quote]Which end do you put the cheesecake in?[/quote][/font][/center]
Smed Posted April 2, 2005 Posted April 2, 2005 In Win2000 you can create a new DWORD value HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoViewContextMenu when set to 1 this will disable the right click menu. Not sure if thats what you're trying to do and I don't know about XP, but I'm sure it would be very similar. The down-side is you have to log out and log back in before the setting takes effect. AutoIt has registry editing functions, see RegWrite 601DisengageEnd Program
quaizywabbit Posted April 2, 2005 Posted April 2, 2005 In Win2000 you can create a new DWORD value HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoViewContextMenu when set to 1 this will disable the right click menu. Not sure if thats what you're trying to do and I don't know about XP, but I'm sure it would be very similar. The down-side is you have to log out and log back in before the setting takes effect.AutoIt has registry editing functions, see RegWrite<{POST_SNAPBACK}>Use Envupdate() to simulate Logoff/logon.... [u]Do more with pre-existing apps![/u]ANYGUIv2.8
Marcus Posted April 2, 2005 Author Posted April 2, 2005 Totally cool. We'll give it a whirl... Thanks guys. [center][font="Courier"][quote]Which end do you put the cheesecake in?[/quote][/font][/center]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now