Windows 10 How set up a Multiple kiosk user accounts on win10 device and Assign specific URL to each MicrosoftEdge kiosk

  • Thread starter Thread starter Puneeth DC
  • Start date Start date
P

Puneeth DC

Guest
I want to create multiple(3 to 4) kiosk user accounts on windows 10 device, these kiosk accounts will run MicrosoftEdge browser with specific URL for each account. But on windows 10 User settings, I get option to create only 1 kiosk user account. How to create multiple kiosk user accounts.

I tried with powershell command "Set-AssignedAccess -AppUserModelId <CustomApp> -UserName <username>"

Example -

Set-AssignedAccess
-AppUserModelId Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge -UserName User1

Set-AssignedAccess
-AppUserModelId Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge -UserName User2

Set-AssignedAccess
-AppUserModelId Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge -UserName User2


How to I set URL to MicrosoftEdge through above powershell command?????

how to set FullScreen mode through above command ??


More...
 
Back
Top