Skip to main content

How to Swap Mouse Button Function (right to left , left to right) Using Notepad

With computers do not always have to be serious, a lot of things you can do to reduce the stress of work or daily routine. for example with friends by swapping her/his  Mouse button function,  right button becomes left button and and vice versa left button becomes right button, so friends will feel confused. :)

Swapping  the mouse button function can be done by simply write a few commands in Notepad.

Open Notepad
type the following code :
@ echo off
rundll32 user32, SwapMouseButton



Then save the file with bat extension, for example mouse.bat



In the Save as type, select All Files
In  Encoding, select ANSI
click Save

The mouse.bat file can be copied to the flashdisk, copied on the desktop, or placed in the Windows Startup, etc, up to you, which if this bat file already executed/run, then the function of the left and right  mouse click will swap. so that the user of the computer will be confused. :)



To return to the normal function, go to  the Mouse menu  in Control Panel Windows

On the Button Configuration, give a tick  on the Switch primary and secondary buttons
Click Apply, click OK.
Another way to be back to the normal function is to restart the computer. (bat files that are not stored in the start up menu, because if it is stored in the startup after restart will be directly executed again).



Good Luck


Other Posts :
How To copy contents from Command Prompt to Notepad or Ms.Word 
How to hide text documents inside Notepad 
How To Make Header Content or Footer Different on Each Page in Ms.Office Word 2007  
Protect Office 2007 document using Password  
How to Remote the computer (remote desktop)Over Internet 
How to Deactivate Protected Right-Click or copy on a Blog or Website 

Popular posts from this blog

How to Enable Hyper Terminal In Windows 7

Hyperterminal Windows 7. Windows 7 Hyperterminal. Hyper terminal is used for data communication via serial port com or TCP/IP Winsock. Unfortunately on Windows 7, Windows 8 and Windows 10 we can't see anymore, even though many of us who still need it, and it is not the solution if we have to go back to Windows XP. The solution :

How to Record Audio Directly to USB Flashdisk on Ashley Remix-802 Mixer

The Ashley Remix-802 mixer is an audio mixer that features direct recording to USB. However, the recording process might not be immediately intuitive since there isn't a clear "record" button. Here are the steps to record audio directly to USB on the Ashley Remix-802 mixer: Recording Steps:  1. Format the Flash Drive: Format your flash drive with the FAT32 file system using a laptop or computer. 2. Add an MP3 File: Insert at least one MP3 file into the flash drive. This is necessary for the mixer to read the flash drive and enable the recording process. 3. Plug in the Flash Drive: Plug the flash drive into the USB port on the Ashley Remix-802 mixer. If the flash drive is recognized, the mixer will start playing the MP3 file, and the display will show that music is playing. 4. Start Recording: Press and hold the Play/Pause button for a few seconds until the display shows "rec." This indicates that the recording process has started. 5. Stop Recording: To stop the ...

Enabling HyperTerminal on Windows 11

Hyper Terminal on Windows 11 Using HyperTerminal on Windows 11: A Solution for Data Communication Needs HyperTerminal is a useful application for data communication via serial COM port or TCP/IP Winsock. However, this application is no longer available on the latest Windows versions, including Windows 11. Many of us still need it to configure hardware devices such as switches, hubs, routers, NAS, and others. The Problem and Solution Many hardware devices still use configuration via serial COM port, despite significant advancements in technology.  If you still need HyperTerminal on Windows 11, you don't have to downgrade to Windows XP. I have prepared the HyperTerminal files taken from Windows XP, namely hypertrm.exe and hypertrm.dll. I have tested it on Windows 11, and the application runs smoothly. How to Use HyperTerminal on Windows 11 Here are the steps to use HyperTerminal on Windows 11: 1. Download HyperTerminal File: Download the hyperterminal.zip file from my drive . 2. Extr...