This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # No need for admin privileges. Working on Windows 10 2004 | |
| # Save as ps1 file, right click, then select Run with PowerShell | |
| # https://stackoverflow.com/questions/25369285/how-can-i-get-all-window-handles-by-a-process-in-powershell | |
| # https://www.reddit.com/r/PowerShell/comments/5etxgq/make_the_touch_keyboard_windows_810_transparent/ | |
| function Set-KBTransparent { | |
| [CmdletBinding()] | |
| param () |