【题目】笔记本电脑Win10系统中麦克风没有声音的解决方法
【时间】2020.04.15 周三
一、【遇到的问题】:无法使用麦克风,无论系统自带的还是外接的都不行。
1、已经排除了驱动的问题(使用360的驱动大师检测更新)
2、排除了麦克风硬件坏了的问题
3、已经排除了麦克风禁用等问题:通过声音的的“疑难解答”,检测没有问题
二、【解决方法】最后发现是Win10的 “隐私”设置 中禁用了麦克风,解除禁用后解决了问题。
具体参考:
default_pre .= 'list_404.htm'; break; default: $pre .= $default_pre .= theme_mode_pre(); break; } if ($config['theme']) { $conffile = APP_PATH . 'view/template/' . $config['theme'] . '/conf.json'; $json = is_file($conffile) ? xn_json_decode(file_get_contents($conffile)) : array(); } !empty($json['installed']) and $path_file = APP_PATH . 'view/template/' . $config['theme'] . '/htm/' . ($id ? $id . '_' : '') . $pre; (empty($path_file) || !is_file($path_file)) and $path_file = APP_PATH . 'view/template/' . $config['theme'] . '/htm/' . $pre; if (!empty($config['theme_child']) && is_array($config['theme_child'])) { foreach ($config['theme_child'] as $theme) { if (empty($theme) || is_array($theme)) continue; $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . ($id ? $id . '_' : '') . $pre; !is_file($path_file) and $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . $pre; } } !is_file($path_file) and $path_file = APP_PATH . ($dir ? 'plugin/' . $dir . '/view/htm/' : 'view/htm/') . $default_pre; return $path_file; } function theme_mode_pre($type = 0) { global $config; $mode = $config['setting']['website_mode']; $pre = ''; if (1 == $mode) { $pre .= 2 == $type ? 'portal_category.htm' : 'portal.htm'; } elseif (2 == $mode) { $pre .= 2 == $type ? 'flat_category.htm' : 'flat.htm'; } else { $pre .= 2 == $type ? 'index_category.htm' : 'index.htm'; } return $pre; } ?>
【题目】笔记本电脑Win10系统中麦克风没有声音的解决方法
【时间】2020.04.15 周三
一、【遇到的问题】:无法使用麦克风,无论系统自带的还是外接的都不行。
1、已经排除了驱动的问题(使用360的驱动大师检测更新)
2、排除了麦克风硬件坏了的问题
3、已经排除了麦克风禁用等问题:通过声音的的“疑难解答”,检测没有问题
二、【解决方法】最后发现是Win10的 “隐私”设置 中禁用了麦克风,解除禁用后解决了问题。
具体参考:
发布评论