Skip to content

Instantly share code, notes, and snippets.

@moni11811
moni11811 / transparent-kb.ps1
Created December 22, 2024 18:19 — forked from edjdavid/transparent-kb.ps1
[Windows 11] Transparent Touch Keyboard
# 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 ()