Ads

Thursday, December 12, 2019

Fix: Audio Services Not Responding Windows 10

  1. Press Windows + S, type “command prompt”, right-click on the application and select “Run as administrator”.
  2. Once in elevated command prompt, type the following command and press Enter.
net localgroup Administrators /add networkservice
  1. Now type the following command and press Enter.
net localgroup Administrators /add localservice
  1. After both the instructions are executed, type “exit” and press Enter.
  2. Now restart your computer and check if the problem at hand got solved.

Before this install apo and peace for audio equalizer

Sunday, December 08, 2019

How to repair Windows 10

Win key on keyboard - type cmd - run as admin:

dism.exe /online /cleanup-image /restorehealth

wait for "the operation completed succesfully"

sfc /scannow

if everything was ok, you see the next message:
Windows Resource Protection found corrupt files and successfully repaired them.
For online repairs, details are included in the CBS log file located at
windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
repairs, details are included in the log file provided by the /OFFLOGFILE flag.