Recent content by RandyWFL


  1. Solved [SOLVED & REVISED] Voice Access toggle won't stay on & Win+H broken

    Sorry to have to make. Another post on this same subject. But I was unable to. Edit my original post. Windows 11 Pro — Voice Access & Win+H Voice Typing Fix Guide The Problem Voice Access toggle in Settings → Accessibility → Speech would not stay ON Voice Access taskbar icon did nothing when...
  2. Solved [SOLVED] Voice Access toggle won't stay on & Win+H broken

    I stand corrected. It is indeed two separate lines: Line 1: Remove-Item "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\CodecPackTrayMenu.lnk" -Force Line 2: Stop-Process -Name TrayMenu -Force Thanks for setting me straight! After days and many hours battling this problem I felt...
  3. Solved [SOLVED] Voice Access toggle won't stay on & Win+H broken

    That one line got split into two lines. If trying to fix the Win+H issue then It should be: Remove-Item "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\CodecPackTrayMenu.lnk" -Force Stop-Process -Name TrayMenu -Force
  4. Solved [SOLVED] Voice Access toggle won't stay on & Win+H broken

    — Fix is language pack reinstall + remove K-Lite TrayMenu from startup Posting this as a solved thread so others can find it via search. Symptoms: Voice Access toggle in Settings → Accessibility → Speech would not stay ON or turn on Voice Access Voice Access taskbar icon was missing and...
Back
Top Bottom