[GH-ISSUE #385] Does not work in kiosk mode win11 #3216

Closed
opened 2026-03-13 02:37:40 +03:00 by kerem · 2 comments
Owner

Originally created by @montvid on GitHub (Mar 24, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/385

Tried in powershell to enable kiosk mode with no success. other UWP apps work, those that do not work throw the same error. Any help appreciated :)

PS C:\Windows\system32> Set-AssignedAccess -AppUserModelId 16536Shawn.V.Workshop.PRemoteM_c5279amkf5zgy!App -UserName kiosk1
Set-CimInstance : One or more parameter values passed to the method were invalid.
At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\AssignedAccess\AssignedAccess.psm1:301 char:25
+ ... $instance | Set-CimInstance -Property @{AppUserModelId=$AppUserModelI ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (WEDL_AssignedAc...61-82611191...):CimInstance) [Set-CimInstance], CimException
    + FullyQualifiedErrorId : MI RESULT 4,Microsoft.Management.Infrastructure.CimCmdlets.SetCimInstanceCommand

PS C:\Windows\system32>
PS C:\Windows\system32> Set-AssignedAccess -AppName "16536Shawn.V.Workshop.PRemoteM" -UserName "kiosk1"
Application was not found.  Enter either a valid AppName or AUMID
At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\AssignedAccess\AssignedAccess.psm1:288 char:17
+                 throw $SCStringTable.ErrorAppNotFound
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (Application was...ppName or AUMID:String) [], RuntimeException
    + FullyQualifiedErrorId : Application was not found.  Enter either a valid AppName or AUMID

PS C:\Windows\system32>
Originally created by @montvid on GitHub (Mar 24, 2023). Original GitHub issue: https://github.com/1Remote/1Remote/issues/385 Tried in powershell to enable kiosk mode with no success. other UWP apps work, those that do not work throw the same error. Any help appreciated :) ``` PS C:\Windows\system32> Set-AssignedAccess -AppUserModelId 16536Shawn.V.Workshop.PRemoteM_c5279amkf5zgy!App -UserName kiosk1 Set-CimInstance : One or more parameter values passed to the method were invalid. At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\AssignedAccess\AssignedAccess.psm1:301 char:25 + ... $instance | Set-CimInstance -Property @{AppUserModelId=$AppUserModelI ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: (WEDL_AssignedAc...61-82611191...):CimInstance) [Set-CimInstance], CimException + FullyQualifiedErrorId : MI RESULT 4,Microsoft.Management.Infrastructure.CimCmdlets.SetCimInstanceCommand PS C:\Windows\system32> ``` ``` PS C:\Windows\system32> Set-AssignedAccess -AppName "16536Shawn.V.Workshop.PRemoteM" -UserName "kiosk1" Application was not found. Enter either a valid AppName or AUMID At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\AssignedAccess\AssignedAccess.psm1:288 char:17 + throw $SCStringTable.ErrorAppNotFound + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: (Application was...ppName or AUMID:String) [], RuntimeException + FullyQualifiedErrorId : Application was not found. Enter either a valid AppName or AUMID PS C:\Windows\system32> ```
kerem 2026-03-13 02:37:40 +03:00
Author
Owner

@VShawn commented on GitHub (Mar 24, 2023):

Well This is the first time I've heard of kiosk mode. I need to take some time to understand what it is before I look for the reasons why the app is not working.

THX for the report by the way.

<!-- gh-comment-id:1482823242 --> @VShawn commented on GitHub (Mar 24, 2023): Well This is the first time I've heard of kiosk mode. I need to take some time to understand what it is before I look for the reasons why the app is not working. THX for the report by the way.
Author
Owner

@VShawn commented on GitHub (Mar 24, 2023):

The Windows 10 Kiosk mode is for Universal Windows Platform (UWP) apps only. WPF apps don’t qualify.

Since we build the APP on WPF, there's no hope to run it with kiosk mode :)

<!-- gh-comment-id:1482835643 --> @VShawn commented on GitHub (Mar 24, 2023): > The Windows 10 Kiosk mode is for Universal Windows Platform (UWP) apps only. WPF apps don’t qualify. Since we build the APP on WPF, there's no hope to run it with kiosk mode :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#3216
No description provided.