What's New
This update provides two fixes to the ReplaceOSK script itself, while TabTipProxy remains unchanged. Critically, Windows 11 24H2 has deprecated the old wmic utility called by the script, causing failures unless the utility is manually reinstalled. This dependency has been removed to better support newer versions of Windows.
This update also changes the default data path for both TabTipProxy and backed up osk.exe files. Previously, using %AppData% meant that other users could not access TabTipProxy and summoning the keyboard would fail. This has been changed to %ProgramData% as a permissive directory common to all users, adding support for multi-user systems.
ReplaceOSK
- Updated data path to
%ProgramData%to support multi-user systems - Replaced deprecated
wmiccommands with PowerShell-native alternatives
TabTipProxy
- N/A