
1)Place your computer in Safe Mode and check if the same issue persist when you restart the computer when placed in Safe Mode.
- Open Run Command (Windows button +R)
- A dialog box will open type “msconfig”
- Locate and select the Boot tab and select Safe with Minimal as option.
- Restart Computer.
2)Repair corrupt user profile using Registry
Open run and type regedit , and open the Registry Editor.
Navigate to the following key:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
This will have a list of all user profiles on the PC. Click on each S-1-5 folder and double-click the ProfileImagePath entry to find out which user account it relates to. On one of them, you should see a path like ‘C\Users\ACK’ where ‘ACK’ is the username.
You know which account is corrupt. So, look for a key with name RefCount and change the Value data to 0 and click OK. If it’s not available, right-click in the right pane, and create it.
Next, double-click on the key State, make sure the Value data is again 0 and click OK.Close the registry editor and restart your PC.
3) Check System file Scanner

Use C:\WINDOWS\system32>sfc /scannow command for scan corrupted files, This will help you.