September 2017
Intermediate to advanced
314 pages
8h 5m
English
This one is pretty straightforward. This filter is used to prevent keys such as PrtScrn and combinations such as Ctrl + Alt + Delete from doing their normal functions. For managed workstations or stations that may be in unknown peoples' hands (think kiosks at airports, ATMs, medical devices, and so on), this is a great way to lock them down to prevent tampering.
A sample PowerShell script to modify the behavior of keys is included here:
## Copyright (C) Microsoft. All rights reserved.#<#.Synopsis This script shows how to use the built in WMI providers to enable and add keyboard filter rules through Windows PowerShell on the local computer..Parameter ComputerName Optional parameter to specify a remote machine that this script ...
Read now
Unlock full access