Error when trying to log onto basic user account Windows 7 Enterprise.

protocolcode0

New member
Local time
4:32 AM
Messages
11
Hello. I have access to log onto the Administrator account on my computer, but I changed some settings in the Group Policy Object Editor for the sake of experimentiaton and knowledge gain. I unwittingly prevented myself from being able to access the basic user account. Even though I have access to the Administrator account, I still require access to the basic user account for reasons I will not be discussing in this thread. Every time I try to log on, an error message states that "Windows could not connect to the Group Policy Client service. Please consult your system administrator." I notice that every time I log into the Administrator account, a diologue box appears stating that the system "Failed to connect to a windows service. Windows could not connect to the Group Policy Client service. This problem prevents standard users from logging onto the system. As an administrative user, you can review the System Event Log for details about why the service didn't respond." I checked the Event Viewer, and it tells me that there is an error. The source for this error is labelled as "Microsoft Antimalware" and given the Event ID 2001. If I go to the "Details" tab, no GUIDs are displayed. I honestly had no idea that something I did would've caused all this to happen. Please help me get my standard account back. Thank you very much for your patience.
 

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Dell
OS
Windows 7 Home Premium 64 bit
CPU
Intel Core i3
Motherboard
Dell Studio 1558
Memory
2431 MB
Graphics Card(s)
Intel HD Graphics
Hard Drives
Standard
Antivirus
Bitdefender Total Security 2014
Browser
Google Chrome
Hi protocolcode0, Welcome to Sevenforums.

There are two places to look in the registry:

1. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services this path should contain gpsvc key (a folder), which is responsible for service parameters and configuration. You do not touch anything here - just check that the key exists.
2. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SVCHOST This is the most important path you should look into, as it must contain the keys and values referred in the key #1. Below are descriptions what must be present there.
There must be Multi-String value called GPSvcGroup. You should create multi-string value named GPSvcGroup and assign it value GPSvc.
Next, you must create a key (a folder) and name it GPSvcGroup - this key normally should be there.
Then open newly-created GPSvcGroup folder and create 2 DWORD values:
a. First called AuthenticationCapabilities and you must give it a value of 0x00003020 (or 12320 in decimal)
b. Second is called CoInitializeSecurityParam and it must have value of 1.

Once you complete all steps above, reboot the computer and the problem will be fixed.
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Bulid/Self made
OS
Windows 11 x64
CPU
i5 2500K @ 3.3 GHz
Motherboard
ASUS P8 Z77 V pro
Memory
16 GB DDR 3 @ 1600Mhz
Graphics Card(s)
MSI 1050TI 4GB OC version
Sound Card
On Board (Realtek HD audio)
Monitor(s) Displays
Samsung 22" LCD
Screen Resolution
1920*1080
Hard Drives
Seagate 1 TB, WD 1TB, Seagate 2 TB ( I use a lot of space)
PSU
coolermaster 750 W
Case
Coolermaster HAF912
Cooling
Coolermaster hyper 212 EVO
Keyboard
Samsung
Mouse
Dell Wireless
Internet Speed
Wireless 50 Mbps
Antivirus
AVG 2016 Internet Security
Browser
Google Chrome
Hi protocolcode0, Welcome to Sevenforums.

There are two places to look in the registry:

1. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services this path should contain gpsvc key (a folder), which is responsible for service parameters and configuration. You do not touch anything here - just check that the key exists.
2. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SVCHOST This is the most important path you should look into, as it must contain the keys and values referred in the key #1. Below are descriptions what must be present there.
There must be Multi-String value called GPSvcGroup. You should create multi-string value named GPSvcGroup and assign it value GPSvc.
Next, you must create a key (a folder) and name it GPSvcGroup - this key normally should be there.
Then open newly-created GPSvcGroup folder and create 2 DWORD values:
a. First called AuthenticationCapabilities and you must give it a value of 0x00003020 (or 12320 in decimal)
b. Second is called CoInitializeSecurityParam and it must have value of 1.

Once you complete all steps above, reboot the computer and the problem will be fixed.

Unfortunately, that did not seem to have fixed the problem. I tried logging in to my Standard user account, and it still gives me the same error message. The changes you were asking me to make in the registry seem to have already been made by default. Because of this I didn't change any settings in the registry.
 

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Dell
OS
Windows 7 Home Premium 64 bit
CPU
Intel Core i3
Motherboard
Dell Studio 1558
Memory
2431 MB
Graphics Card(s)
Intel HD Graphics
Hard Drives
Standard
Antivirus
Bitdefender Total Security 2014
Browser
Google Chrome
Back
Top