core/winpekeyboard/winpekeyboard.ps1

if (Get-Command -Name 'osk.exe') {
    Start-Process -FilePath 'osk.exe' -WindowStyle Minimized
}