Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Mouse settings for Swap the left and right mouse buttonsContent of Configure Mouse settings for Swap the left and right mouse buttons.vbsMD5 Hash: 914DAD2C74097CB410A8CB6FF30E7BCC |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Control Panel\Mouse" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "SwapMouseButtons" strValue = "1" objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, ValueName, strValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |