Kilgore Trout Posted July 31, 2005 Share Posted July 31, 2005 somehow in vista, the window audio service became unregistered. Does anybody know the command prompt syntax to re-register it? Link to comment Share on other sites More sharing options...
rovman Posted July 31, 2005 Share Posted July 31, 2005 somehow in vista, the window audio service became unregistered. Does anybody know the command prompt syntax to re-register it? 586301876[/snapback] Start > run > cmd > net start "Windows Audio" That will start the service but your better off doing this instead. Start > run > services.msc look for the Windows Audio service, make sure its set to Automatic. Link to comment Share on other sites More sharing options...
Kilgore Trout Posted July 31, 2005 Author Share Posted July 31, 2005 maybe I didn't explain, the service won't start because the class is unregistered, I need the reg32 cmd to re-register it, its set to automatic in services Link to comment Share on other sites More sharing options...
jimbo11883 Posted July 31, 2005 Share Posted July 31, 2005 There must be a reason why it's not registered... Link to comment Share on other sites More sharing options...
Kilgore Trout Posted July 31, 2005 Author Share Posted July 31, 2005 There must be a reason why it's not registered... 586302185[/snapback] perhaps, because this is a beta, and things go wrong? it did work when istalled, but dirtectsound was having problems and seemed to be missing some files Link to comment Share on other sites More sharing options...
cm_mc Posted July 31, 2005 Share Posted July 31, 2005 i have the same problem it was running perfect but today it wont start, when iu try to start it it told me error 0x80070490 Element not found. Link to comment Share on other sites More sharing options...
rovman Posted July 31, 2005 Share Posted July 31, 2005 The actual service filename is "audiosrv.dll". But running "regsvr32 audiosrv.dll" doesn't seem to work, Sorry i can't help Link to comment Share on other sites More sharing options...
null_ Posted July 31, 2005 Share Posted July 31, 2005 i have the same problem it was running perfect but today it wont start, when iu try to start it it told me error 0x80070490 Element not found. 586303282[/snapback] The only way I could fix this was reinstall. Do NOT use the DirectSound fix from Chris123NT's 5048 guide, it doesn't work in this build. Link to comment Share on other sites More sharing options...
rovman Posted July 31, 2005 Share Posted July 31, 2005 You could try dumping this into a reg file and running it. I have personally not tested it and have no guarentee's about what it will do. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_AUDIOSRV] "NextInstance"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_AUDIOSRV\0000] "Service"="AudioSrv" "Legacy"=dword:00000001 "ConfigFlags"=dword:00000020 "Class"="LegacyDriver" "ClassGUID"="{8ECC055D-047F-11D1-A537-0000F8753ED1}" "DeviceDesc"="Windows Audio" [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_AUDIOSRV\0000\Control] "ActiveService"="AudioSrv" Its taken from the XP service and i dunno how different longhorn handles it. I'll install vista now and check out some more stuff Link to comment Share on other sites More sharing options...
rovman Posted July 31, 2005 Share Posted July 31, 2005 Can't edit my above post. Anyway heres all the Class entries regarding The windows Audio service form Vista Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\AppID\{5EF209E2-26C4-423f-919C-F4B106821895}] @="microsoft audio policy server" "AppID"="{5ef209e2-26c4-423f-919c-f4b106821895}" "LocalService"="audiosrv" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{5EF209E2-26C4-423f-919C-F4B106821895}] @="microsoft audio policy server" "AppID"="{5ef209e2-26c4-423f-919c-f4b106821895}" "LocalService"="audiosrv" [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_AUDIOSRV] "NextInstance"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_AUDIOSRV\0000] "Service"="AudioSrv" "Legacy"=dword:00000001 "ConfigFlags"=dword:00000020 "Class"="LegacyDriver" "ClassGUID"="{8ECC055D-047F-11D1-A537-0000F8753ED1}" "DeviceDesc"="Windows Audio" [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_AUDIOSRV\0000\Control] "ActiveService"="AudioSrv" Link to comment Share on other sites More sharing options...
Kilgore Trout Posted July 31, 2005 Author Share Posted July 31, 2005 thank you, rovmam. I'll try to merge... if not, guess its a reinstall for me. Link to comment Share on other sites More sharing options...
cm_mc Posted August 1, 2005 Share Posted August 1, 2005 just tried it and dint work ! lol i think i will reinstall then :( Link to comment Share on other sites More sharing options...
Recommended Posts