Hi Kimiko,
It seems you have several issues going on at once here.
Google Chrome has an automated update service. If this is not authorized within your Kaspersky security software that may explain the issues you are having with Chrome. If you right-click on Kaspersky in the System tray and disable will Chrome run normally? If yes, then re-enable Kaspersky and open its authorization policies and add Chrome to the list.
In terms of booting Windows and seeing the Group Policy error - essentially something is preventing the Group Policy Client Service from starting as computer boots. This Service should be set to automatically start as a number of other Services and apps need it going so they can work.
If you are able to can you do the following and report back any results you get:
- Right-click on Start
- Left-click on Command Prompt
- In the Command Prompt window type or copy & paste the following commands. Press Enter key after each command to execute.
Code:
reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\gpsvc" /v ImagePath
Code:
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost" /v netsvcs
Code:
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost\netsvcs"
Code:
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost\GPSvcGroup"
Note: That final command may produce no result at all as this particular subkey is not present by default unless created by the User, or through the Group Policy Editor.
Sample image of possible results of above commands - yours may differ:
View attachment 3536
Could you also take a look at your Services and report back on the current status of your Group Policy Client Service. To do this simply:
- Type Services in your Search box then press Enter key
- When the Services window opens scroll down to Group Policy Client and take a look at its Status and Startup Type. Is it running and set to be Automatic (Trigger Start)?
Sample image to show what I mean:
View attachment 3537
You said you could not uninstall Chrome. Did you get a message telling you this is not possible? If yes, what precisely did that message say?
Are you the sole user of this computer or are there other accounts set up?
Regards,
Regedit32