What should I do if the speech recognition function in Windows 10 does not respond?

WBOY
Release: 2024-09-12 10:03:28
Original
352 people have browsed it

Question: Win10 speech recognition is not responding? If you're having trouble trying to use the Windows 10 speech recognition feature, this article will guide you through fixing the problem quickly and efficiently. As speech recognition technology advances, it has brought us great convenience, but sometimes glitches can occur. We understand that you may be eager to solve the problem of Win10 speech recognition not responding so that you can continue to enjoy its convenience. Therefore, PHP editor Baicao has put together a step-by-step guide that will help you solve this problem easily. This article will introduce in detail the following solutions: Restart Windows Cortana Check the microphone settings Install the latest audio driver Run the voice troubleshooting tool

Analysis of the problem of Win10 turning on the speech recognition function and not responding

1.

1. Click on the search bar, enter cortana and open it, then click on the settings icon.

win10开启语音识别功能没反应怎么办

2. Set the switch for Cortana to respond to "Hello Cortana" to open. Then you can use the language function to wake up Cortana Assistant.

win10开启语音识别功能没反应怎么办

Method 2.

1. Press the "Win (Microsoft logo key in the lower left corner) + R" key combination on the keyboard to open the "Run" function.

2. Enter services.msc and click "OK".

3. In the opened "Services" window, find Network List Service.

4. Right-click on the project and select "Properties".

5. Select "Automatic" in "Startup Type", and then click "OK".

6. The service should have been started at this time. Cortana can be awakened directly through language.

Method three,

1. Right-click the taskbar and open the Windows Powershell administrator).

2. Then enter the 'start powershell' command in the page box that pops up next, and click the 'OK' button in the lower left corner of the page box.

3. Enter in powershell:

Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage-DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml” }. Then restart the computer.

win10开启语音识别功能没反应怎么办

The above is the detailed content of What should I do if the speech recognition function in Windows 10 does not respond?. For more information, please follow other related articles on the PHP Chinese website!

source:xitongzhushou.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!