From 05f8356e20c795c29d00cac344ed8e746eb859bb Mon Sep 17 00:00:00 2001 From: iamteerawut Date: Sun, 22 Aug 2021 23:25:21 +0700 Subject: [PATCH] fix: update RunAsDifferentUserContext parameter typo for Windows 11 --- Sophia/Windows 11/Module/Sophia.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sophia/Windows 11/Module/Sophia.psm1 b/Sophia/Windows 11/Module/Sophia.psm1 index ca1206f0..fa7dbd76 100644 --- a/Sophia/Windows 11/Module/Sophia.psm1 +++ b/Sophia/Windows 11/Module/Sophia.psm1 @@ -10792,7 +10792,7 @@ function RunAsDifferentUserContext ParameterSetName = "Hide" )] [switch] - $Remove + $Hide ) switch ($PSCmdlet.ParameterSetName)