Summary
Sets HP Sure View state
Syntax
Set-HPSureViewState [-On] [[-Level] <Int32>] [<CommonParameters>]
Set-HPSureViewState [-Off] [<CommonParameters>]
Description
This command turns HP Sure View on and off and controls settings associated with HP Sure View.
Parameters
Name | Argument | Description |
---|---|---|
On | If specified, this command turns HP Sure View on. | |
Off | If specified, this command turns HP Sure View off. | |
Level | <Int32> | Specifies the privacy level, as an integer between 0 and 100, if turning HP Sure View on. A privacy level of 100 will provide the most privacy, but it would also reduce the screen brightness the most. If this parameter is not specified, turning HP Sure View on will default the privacy level to the maximum privacy level. |
Notes
To force HP Sure View on or off, you can set the public WMI setting 'Force Enable HP Sure View' to Enable or Disable, as needed.
Examples
PS C:\> Set-HPSureViewState -on -level 80
PS C:\> Set-HPSureViewState -off