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...
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...
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
— 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...