Event banner
Windows Office Hours: February 15, 2024
Event Ended
Thursday, Feb 15, 2024, 08:00 AM PSTEvent details
Get answers to your questions about adopting Windows 11 and managing the Windows devices used by remote, onsite, and hybrid workers across your organization. Get tips on keeping devices up to date ef...
Char_Cheesman
Updated Feb 15, 2024
Elizabeth_Greene
Microsoft
Feb 15, 2024The keyboard filter feature is supposed to block Win+L and several other kiosk breaks. Are you configuring the kiosk via Intune or a WICD provisioning package? Given your other question about duplicating profiles I assume it's the latter but wanted to be sure.
dthatcher7
Feb 15, 2024Occasional Reader
Intune... where can I configure keyboard filter in Intune? Thanks!
- Elizabeth_GreeneFeb 15, 2024
Microsoft
Apologies; WICD configures this by default, but it doesn't look like Intune has a way to configure it natively. Assigned access does block several combinations but not Win-L, Ctrl-Alt-Delete, etc. The overview for Keyboard Filter is here: https://learn.microsoft.com/en-us/windows/iot/iot-enterprise/customize/keyboardfilter It's a Windows Enterprise or Education feature that's not enabled by default. This dism command will enable it. Dism /online /Enable-Feature /FeatureName:Client-KeyboardFilter It's natively configured via WMI, but some sample PowerShell scripts to configure it are here: https://learn.microsoft.com/en-us/windows/iot/iot-enterprise/customize/keyboardfilter-powershell-script-samples I hope this helps.