Easy way to start Speech Recognition?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Irwin of Upton
Posts: 131
Joined: 28 Feb 2015 19:42

Easy way to start Speech Recognition?

Post by Irwin of Upton »

Am using Windows 7.

Is there an easy way to start Speech Recognition (C:\Windows\Speech\Common\sapisvr.exe) without having to laboriously wade through Speech Recognition of Control Panel each and every time? Have tried numerous approaches including Run As Administrator but nothing gets it going.

Admit may be missing something here but sure can't figure out way it is!

highend
Posts: 14996
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Easy way to start Speech Recognition?

Post by highend »

Code: Select all

run """C:\Windows\Speech\Common\sapisvr.exe"" -SpeechUX";
One of my scripts helped you out? Please donate via Paypal

Irwin of Upton
Posts: 131
Joined: 28 Feb 2015 19:42

Re: Easy way to start Speech Recognition?

Post by Irwin of Upton »

Simply amazing! Had spent considerable time playing with the EXE but where did you get the -SpeechUX?

Better magic than Harry Potter :!:

Post Reply