MultiAppKioskModus Windows 11

  • Thread starter Thread starter Pedro Cruz1
  • Start date Start date
P

Pedro Cruz1

Guest
I am trying to configure the kiosk mode in windows 11 with multiapps using a powershell script. I found an official guide on Microsoft's website but it doesn't work. The most I have achieved with my code is that I don't get an error when I run it but then when I log in with the kiosk user it automatically unlocks before the desktop appears.kiosk.ps1:$nameSpaceName="root\cimv2\mdm\dmmap"$className="MDM_AssignedAccess"$obj = Get-CimInstance -Namespace $namespaceName -ClassName $classNameAdd-Type -AssemblyName System.Web$obj.Configuration = [System.Web.HttpUtility]::HtmlEncode(@"<?xml version=

Continue reading...
 

Similar threads

P
Replies
0
Views
7
Pedro Cruz1
P
V
Replies
0
Views
5
Vikas Kumar4
V
V
Replies
0
Views
3
Vikas Kumar4
V
S
Replies
0
Views
6
Sayantan Basu
S
M
Replies
0
Views
5
Mike Stone (mikes)
M
Back
Top