Browse Source

fix: update RunAsDifferentUserContext parameter typo for Windows 11

pull/234/head
iamteerawut 3 years ago
parent
commit
05f8356e20
  1. 2
      Sophia/Windows 11/Module/Sophia.psm1

2
Sophia/Windows 11/Module/Sophia.psm1

@ -10792,7 +10792,7 @@ function RunAsDifferentUserContext
ParameterSetName = "Hide"
)]
[switch]
$Remove
$Hide
)
switch ($PSCmdlet.ParameterSetName)

Loading…
Cancel
Save