Fix CSR Harmony Wireless Software Stack Install Error 1310/1304 csrcplhelper.exe.mui On PC

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Hello, i have that problem but i can't seem to find the "Cambridge Silicon Radio Ltd." nowere on the device manager, on the bluetooth tab it only appears 1)bluetooth device(RFCOMM Protocol TDI) 2)generic bluetooth radio and the two microsoft ones, i dont know what to do, if you could help me i would appreciate it, thanks.

lucasfontaine
Автор

Here the right solution. Open CMD as ADMINSTRATOR then run:


>> takeown /f C:\Windows\System32\en-us /r
>> icacls c:\windows\system32\en-us /grant administrators:F
>> icacls c:\windows\system32\en-us /grant "NT AUTHORITY\SYSTEM":F

Then try to run the Setup again. In my case I obsever also the problem in the subfolder System32\it-it, and also System32\ja-jp. Thus bny running also the next command it worked.

>> takeown /f C:\Windows\System32\it-it /r
>> icacls c:\windows\system32\it-it /grant administrators:F
>> icacls c:\windows\system32\it-it /grant "NT AUTHORITY\SYSTEM":F

>> takeown /f C:\Windows\System32\ja-jp /r
>> icacls c:\windows\system32\ja-jp /grant administrators:F
>> icacls c:\windows\system32\ja-jp /grant "NT AUTHORITY\SYSTEM":F

alexpilloni
Автор

Thank you very much for this video! :)

mel