Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Mouse settings for Cause the mouse pointer to snap to the default button in a windowContent of Configure Mouse settings for Cause the mouse pointer to snap to the default button in a window.vbsMD5 Hash: CA46C170D5EE9D85BAFAE351E62603B9 |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Control Panel\Mouse" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "SnapToDefaultButton" 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 :: |