Welcome 微信登录

首页 / 操作系统 / Windows / windows系统在安全模式下怎么启用声音?

win7试过可以用,安全模式可以启用声音
1、安全模式默认是禁用声音的


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


3、将下面内容保存成.reg文件运行并双击运行
复制内容到剪贴板

  1. Windows Registry Editor Version 5.00   
  2.   
  3. [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlSafeBootNetwork{4D36E96C-E325-11CE-BFC1-08002BE10318}]   
  4.   
  5. @="[6cFgE][Şοûпđ, νìδ℮ô άήδ ğªмè ¢őήťřόℓŀèґš !!! !!! !]"  
  6.   
  7. [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlSafeBootNetwork{640167b4-59b0-47a6-b335-a6b3c0695aea}]   
  8.   
  9. @="Portable Media Devices"  
  10.   
  11. [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlSafeBootNetworkAudioEndpointBuilder]   
  12.   
  13. @="Service"  
  14.   
  15. [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlSafeBootNetworkAudiosrv]   
  16.   
  17. @="Service"  
  18.   
  19. [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlSafeBootNetworkHdAudAddService]   
  20.   
  21. @="Service"  
  22.   
  23. [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlSafeBootNetworkHDAudBus]   
  24.   
  25. @="Service"  
  26.   
  27. [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlSafeBootNetworkdrmkaud]   
  28.   
  29. @="Driver"  
  30.   
  31. [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlSafeBootNetworkMMCSS]   
  32.   
  33. @="Service"  
  34.   
  35. [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlSafeBootMinimal{4D36E96C-E325-11CE-BFC1-08002BE10318}]   
  36.   
  37. @="[6cFgE][Şοûпđ, νìδ℮ô άήδ ğªмè ¢őήťřόℓŀèґš !!! !!! !]"  
  38.   
  39. [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlSafeBootMinimal{640167b4-59b0-47a6-b335-a6b3c0695aea}]   
  40.   
  41. @="Portable Media Devices"  
  42.   
  43. [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlSafeBootMinimalAudioEndpointBuilder]   
  44.   
  45. @="Service"  
  46.   
  47. [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlSafeBootMinimalAudiosrv]   
  48.   
  49. @="Service"  
  50.   
  51. [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlSafeBootMinimalHdAudAddService]   
  52.   
  53. @="Service"  
  54.   
  55. [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlSafeBootMinimalHDAudBus]   
  56.   
  57. @="Service"  
  58.   
  59. [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlSafeBootMinimaldrmkaud]   
  60.   
  61. @="Driver"  
  62.   
  63. [HKEY_LOCAL_MACHINESYSTEMControlSet001ControlSafeBootMinimalMMCSS]   
  64.   
  65. @="Service"  
  66.   
4、点击右下角的声音图标点击修复就可以听到声音了。