Good morning,
I created a basic kiosk profile for Windows 11 PRO, with Windows Configuration Designer, on a PC that already has an administrator account.
After starting the created script, both the kiosk user and the PC administrator user no longer see the start menu and desktop when they log in, but only a black screen.
It is possible to start Task Manager via CTRL+ALT+DEL and trying to start explorer.exe in administrator mode or not, but only explorer appears but no desktop.
Tried a system restore but nothing: Windows is unusable without User Interface since Kiosk is activated again.
Below code of xml generated (changed only Wifi Password):
<?xml version="1.0" encoding="utf-8"?>
<WindowsCustomizations>
<PackageConfig xmlns="urn:schemas-Microsoft-com:Windows-ICD-Package-Config.v1.0">
<ID>{c755b28f-5e6f-4b52-a4d3-2208e24b10a3}</ID>
<Name>Project_1</Name>
<Version>1.2</Version>
<OwnerType>OEM</OwnerType>
<Rank>0</Rank>
<Notes />
</PackageConfig>
<Settings xmlns="urn:schemas-microsoft-com:windows-provisioning">
<Customizations>
<Common>
<Accounts>
<Users>
<User UserName="kioskk">
<Password>kioskk</Password>
<UserGroup>Standard Users</UserGroup>
</User>
</Users>
</Accounts>
<AssignedAccess>
<AssignedAccessSettings>{"Account":"kioskk", "AUMID":""}</AssignedAccessSettings>
</AssignedAccess>
<ConnectivityProfiles>
<WLAN>
<WLANSetting>
<WLANConfig SSID="xxxxxxxx">
<WLANXmlSettings>
<SecurityKey>00000000</SecurityKey>
<SecurityType>WPA2-Personal</SecurityType>
</WLANXmlSettings>
</WLANConfig>
</WLANSetting>
</WLAN>
</ConnectivityProfiles>
<DevDetail>
<DNSComputerName>Device</DNSComputerName>
</DevDetail>
<OOBE>
<Desktop>
<HideOobe>False</HideOobe>
</Desktop>
</OOBE>
<Policies>
<ApplicationManagement>
<AllowAllTrustedApps>Yes</AllowAllTrustedApps>
</ApplicationManagement>
</Policies>
<ProvisioningCommands>
<PrimaryContext>
<Command>
<CommandConfig Name="InstallShellLauncher">
<CommandLine>dism /online /enable-feature /FeatureName:Client-EmbeddedShellLauncher /all</CommandLine>
</CommandConfig>
<CommandConfig Name="0" />
</Command>
</PrimaryContext>
</ProvisioningCommands>
<SMISettings>
<AutoLogon>
<Enable>ENABLE</Enable>
<Password>kioskk</Password>
<UserName>kioskk</UserName>
</AutoLogon>
<HideAutologonUI>False</HideAutologonUI>
<ShellLauncher>
<Enable>ENABLE</Enable>
<UserSpecificSettings>
<LocalUserSpecificSettings>
<LocalUserShellSetting Username="LocalUserShellSetting">
<UserCustomShell>"C:\TSC_2022.1.4.0\DriverWizard.exe"</UserCustomShell>
</LocalUserShellSetting>
<LocalUserShellSetting Username="kioskk">
<UserCustomShell>"C:\TSC_2022.1.4.0\DriverWizard.exe"</UserCustomShell>
</LocalUserShellSetting>
</LocalUserSpecificSettings>
</UserSpecificSettings>
</ShellLauncher>
</SMISettings>
</Common>
</Customizations>
</Settings>
</WindowsCustomizations>
Hope this could clarify in some way.
Is possible to restore the User Interface of the Administrator user? E.G. using modified xml?
Thank you for your suppport
Kind regards
Daniele