Forum Discussion
AB21805
Jun 11, 2021Bronze Contributor
disable sticky keys
Hi All, How do I disable sticky keys via intune? Any ideas?
AB21805
Jun 11, 2021Bronze Contributor
Nathan Blasac
Jun 11, 2021Iron Contributor
That post identifies the keys. I don't think it's formatted in PowerShell. It looks like a .reg export. Here is an example of a script ive used in the past deployed via Intune in User context.
Perhaps you can use it as an example. I've used this in the past to flip keys.
New-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People" -Name PeopleBand -Value 00000000 -PropertyType "DWORD" -Force