how to add an apps as KIOSK mode

Mohiuddin Chy 6 Reputation points
2021-03-12T12:31:09.733+00:00

hi,

I want to run a app(.exe) in kiosk mode. I found some links of powershell kiosk mode on microsoft's page.

here I am trying to use Microsoft Teams as Kiosk mode with the below PowerShell cmdlet

Set-AssignedAccess -AppUserModelId "com.squirrel.Teams.Teams" -UserName "username"

but having the below error
User was not found. Enter a valid local account UserName or UserSID
At C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\AssignedAccess\AssignedAccess.psm1:257 char:9

  • throw $SCStringTable.ErrorUserNotFound
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • CategoryInfo : OperationStopped: (User was not fo...Name or UserSID:String) [], RuntimeException
  • FullyQualifiedErrorId : User was not found. Enter a valid local account UserName or UserSID

Appreciate if anyone resolve this issue

regards,Mohiuddin

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,657 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Candy Luo 12,656 Reputation points Microsoft Vendor
    2021-03-15T07:23:50.373+00:00

    Hi ,

    Based on my research, it seems there is no native way to put Teams in kiosk mode.

    Here is the feedback from Microsoft teams' user feedback forum:

    Teams Kiosk Mode

    Best Regards,

    Candy

    --------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Mikkel Lund Knudsen 111 Reputation points
    2022-09-13T18:18:46.613+00:00

    Sure its not possible if adding Teams as a Win32 App and then Configure it as a KIOSK App with the following details :

    Name : Microsoft Teams
    AUMID/PATH : C:\Users\%username%\AppData\Local\Microsoft\Teams\current\Teams.exe
    DesktopApplicationId/AUMID for the Win32 App : com.squirrel.Teams.Teams

    0 comments No comments