我是靠谱客的博主 朴实跳跳糖,最近开发中收集的这篇文章主要介绍windows系统在安全模式下怎么启用声音?,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

win7试过可以用,安全模式可以启用声音

1、安全模式默认是禁用声音的

2、windows audio和windows audio endpoint build等服务是被禁用的

3、将下面内容保存成.reg文件运行并双击运行

复制内容到剪贴板
  1. Windows Registry Editor Version 5.00   
  2.   
  3. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Network\{4D36E96C-E325-11CE-BFC1-08002BE10318}]   
  4.   
  5. @="[6cFgE][Şοûпđ, νìδ℮ô άήδ ğªмè ¢őήťřόℓŀèґš !!! !!! !]"  
  6.   
  7. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Network\{640167b4-59b0-47a6-b335-a6b3c0695aea}]   
  8.   
  9. @="Portable Media Devices"  
  10.   
  11. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Network\AudioEndpointBuilder]   
  12.   
  13. @="Service"  
  14.   
  15. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Network\Audiosrv]   
  16.   
  17. @="Service"  
  18.   
  19. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Network\HdAudAddService]   
  20.   
  21. @="Service"  
  22.   
  23. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Network\HDAudBus]   
  24.   
  25. @="Service"  
  26.   
  27. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Network\drmkaud]   
  28.   
  29. @="Driver"  
  30.   
  31. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Network\MMCSS]   
  32.   
  33. @="Service"  
  34.   
  35. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Minimal\{4D36E96C-E325-11CE-BFC1-08002BE10318}]   
  36.   
  37. @="[6cFgE][Şοûпđ, νìδ℮ô άήδ ğªмè ¢őήťřόℓŀèґš !!! !!! !]"  
  38.   
  39. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Minimal\{640167b4-59b0-47a6-b335-a6b3c0695aea}]   
  40.   
  41. @="Portable Media Devices"  
  42.   
  43. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Minimal\AudioEndpointBuilder]   
  44.   
  45. @="Service"  
  46.   
  47. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Minimal\Audiosrv]   
  48.   
  49. @="Service"  
  50.   
  51. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Minimal\HdAudAddService]   
  52.   
  53. @="Service"  
  54.   
  55. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Minimal\HDAudBus]   
  56.   
  57. @="Service"  
  58.   
  59. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Minimal\drmkaud]   
  60.   
  61. @="Driver"  
  62.   
  63. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Minimal\MMCSS]   
  64.   
  65. @="Service"  
  66.   

4、点击右下角的声音图标点击修复就可以听到声音了。

最后

以上就是朴实跳跳糖为你收集整理的windows系统在安全模式下怎么启用声音?的全部内容,希望文章能够帮你解决windows系统在安全模式下怎么启用声音?所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(110)

评论列表共有 0 条评论

立即
投稿
返回
顶部