Jump to content

Recommended Posts

Posted

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]

Posted

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

Posted

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
Posted

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]

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...