< Back

Switch-d00mMouseButton

Mon Jan 13, 2020 8:35 am

NAME Switch-d00mMouseButton



SYNOPSIS

Switch mouse buttons





SYNTAX

Switch-d00mMouseButton [[-Hand] <String>] [<CommonParameters>]





DESCRIPTION

Switch mouse buttons between left- and right-handed operations





PARAMETERS

-Hand <String>

Left or right, for left or right operations respectively



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Switch-d00mMouseButton -Hand Left



This example will set the mouse operation to left-handed mode









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Switch-d00mMouseButton -Hand Right



This example will set the mouse operationg to right-handed mode











RELATED LINKS