Windows 8 Services Failed to Start Error
up vote
0
down vote
favorite
I have Windows 8 x64 and some HDDs randomly appear that do not exist. I went in to the BIOS to check if they were there (they are not there) and booted with out modifying any settings. Windows froze at login. So i reboot, and it freezes.
THen I tried to use my normal password instead of the PIN code and it works.
I reboot and try the pin code and the pin code froze again, so I put the machine to sleep, and logged in using my password, which worked. But once I am in Windows, the audio, WiFi, and security services have not started up.
When I attempt to start them I get this messsage:
Windows could not start the WLAN AutoConfig service on Local Computer.
Error 1068: The dependency service or group failed to start.
Basically Windows can not start the service that I want (need) to start.
Can anyone help me?
windows wireless-networking services
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
up vote
0
down vote
favorite
I have Windows 8 x64 and some HDDs randomly appear that do not exist. I went in to the BIOS to check if they were there (they are not there) and booted with out modifying any settings. Windows froze at login. So i reboot, and it freezes.
THen I tried to use my normal password instead of the PIN code and it works.
I reboot and try the pin code and the pin code froze again, so I put the machine to sleep, and logged in using my password, which worked. But once I am in Windows, the audio, WiFi, and security services have not started up.
When I attempt to start them I get this messsage:
Windows could not start the WLAN AutoConfig service on Local Computer.
Error 1068: The dependency service or group failed to start.
Basically Windows can not start the service that I want (need) to start.
Can anyone help me?
windows wireless-networking services
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have Windows 8 x64 and some HDDs randomly appear that do not exist. I went in to the BIOS to check if they were there (they are not there) and booted with out modifying any settings. Windows froze at login. So i reboot, and it freezes.
THen I tried to use my normal password instead of the PIN code and it works.
I reboot and try the pin code and the pin code froze again, so I put the machine to sleep, and logged in using my password, which worked. But once I am in Windows, the audio, WiFi, and security services have not started up.
When I attempt to start them I get this messsage:
Windows could not start the WLAN AutoConfig service on Local Computer.
Error 1068: The dependency service or group failed to start.
Basically Windows can not start the service that I want (need) to start.
Can anyone help me?
windows wireless-networking services
I have Windows 8 x64 and some HDDs randomly appear that do not exist. I went in to the BIOS to check if they were there (they are not there) and booted with out modifying any settings. Windows froze at login. So i reboot, and it freezes.
THen I tried to use my normal password instead of the PIN code and it works.
I reboot and try the pin code and the pin code froze again, so I put the machine to sleep, and logged in using my password, which worked. But once I am in Windows, the audio, WiFi, and security services have not started up.
When I attempt to start them I get this messsage:
Windows could not start the WLAN AutoConfig service on Local Computer.
Error 1068: The dependency service or group failed to start.
Basically Windows can not start the service that I want (need) to start.
Can anyone help me?
windows wireless-networking services
windows wireless-networking services
edited Oct 5 '13 at 14:06
Louis
12k2897171
12k2897171
asked Oct 5 '13 at 8:55
user260034
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
Some recent registry changes may caused the change ,Try this out :
Click start->Type in regedit
Navigate to HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Services / Ndisuio
On the right panel, see the "Start" entry. If that is set to 4, change it to 3.
Navigate to
HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet002 / Services /
Ndisuio
if the "Start" entry is set to 4, change it to 3.
Then check if you are able to start those services.
Additionally you can try replacing winsock.dll from other computer/internet and place it at system32 folder of your operating system
I don't have a HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet002 / Services / Ndisuio nor a winsock.dll but i do have a winsockhc.dll and the value was 3 on the HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Services / Ndisuio
– user260034
Oct 5 '13 at 13:12
have u tried to replace winsock dll of other computer?normally winsock might be a issue@Mixchew
– BlueBerry - Vignesh4303
Oct 5 '13 at 13:36
there in no winsock.dll in my sys32 folder, but there is a winsockhc.dll
– user260034
Oct 5 '13 at 22:42
add a comment |
up vote
0
down vote
Enter registry editor.
"HKEY_LOCAL_MACHINE"
"SYSTEM"
"CurrentControlSet"
"Services"
"Dhcp"
Double click on "DependOnService"
Delete everything in the words in text area, except "Afd", and click OK.
Get back to
"Services"
"EapHost"
2x click on "DependOnService"
Remove everything in the text area.
This should fix it.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Some recent registry changes may caused the change ,Try this out :
Click start->Type in regedit
Navigate to HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Services / Ndisuio
On the right panel, see the "Start" entry. If that is set to 4, change it to 3.
Navigate to
HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet002 / Services /
Ndisuio
if the "Start" entry is set to 4, change it to 3.
Then check if you are able to start those services.
Additionally you can try replacing winsock.dll from other computer/internet and place it at system32 folder of your operating system
I don't have a HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet002 / Services / Ndisuio nor a winsock.dll but i do have a winsockhc.dll and the value was 3 on the HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Services / Ndisuio
– user260034
Oct 5 '13 at 13:12
have u tried to replace winsock dll of other computer?normally winsock might be a issue@Mixchew
– BlueBerry - Vignesh4303
Oct 5 '13 at 13:36
there in no winsock.dll in my sys32 folder, but there is a winsockhc.dll
– user260034
Oct 5 '13 at 22:42
add a comment |
up vote
0
down vote
Some recent registry changes may caused the change ,Try this out :
Click start->Type in regedit
Navigate to HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Services / Ndisuio
On the right panel, see the "Start" entry. If that is set to 4, change it to 3.
Navigate to
HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet002 / Services /
Ndisuio
if the "Start" entry is set to 4, change it to 3.
Then check if you are able to start those services.
Additionally you can try replacing winsock.dll from other computer/internet and place it at system32 folder of your operating system
I don't have a HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet002 / Services / Ndisuio nor a winsock.dll but i do have a winsockhc.dll and the value was 3 on the HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Services / Ndisuio
– user260034
Oct 5 '13 at 13:12
have u tried to replace winsock dll of other computer?normally winsock might be a issue@Mixchew
– BlueBerry - Vignesh4303
Oct 5 '13 at 13:36
there in no winsock.dll in my sys32 folder, but there is a winsockhc.dll
– user260034
Oct 5 '13 at 22:42
add a comment |
up vote
0
down vote
up vote
0
down vote
Some recent registry changes may caused the change ,Try this out :
Click start->Type in regedit
Navigate to HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Services / Ndisuio
On the right panel, see the "Start" entry. If that is set to 4, change it to 3.
Navigate to
HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet002 / Services /
Ndisuio
if the "Start" entry is set to 4, change it to 3.
Then check if you are able to start those services.
Additionally you can try replacing winsock.dll from other computer/internet and place it at system32 folder of your operating system
Some recent registry changes may caused the change ,Try this out :
Click start->Type in regedit
Navigate to HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Services / Ndisuio
On the right panel, see the "Start" entry. If that is set to 4, change it to 3.
Navigate to
HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet002 / Services /
Ndisuio
if the "Start" entry is set to 4, change it to 3.
Then check if you are able to start those services.
Additionally you can try replacing winsock.dll from other computer/internet and place it at system32 folder of your operating system
answered Oct 5 '13 at 12:11
BlueBerry - Vignesh4303
5,413205077
5,413205077
I don't have a HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet002 / Services / Ndisuio nor a winsock.dll but i do have a winsockhc.dll and the value was 3 on the HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Services / Ndisuio
– user260034
Oct 5 '13 at 13:12
have u tried to replace winsock dll of other computer?normally winsock might be a issue@Mixchew
– BlueBerry - Vignesh4303
Oct 5 '13 at 13:36
there in no winsock.dll in my sys32 folder, but there is a winsockhc.dll
– user260034
Oct 5 '13 at 22:42
add a comment |
I don't have a HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet002 / Services / Ndisuio nor a winsock.dll but i do have a winsockhc.dll and the value was 3 on the HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Services / Ndisuio
– user260034
Oct 5 '13 at 13:12
have u tried to replace winsock dll of other computer?normally winsock might be a issue@Mixchew
– BlueBerry - Vignesh4303
Oct 5 '13 at 13:36
there in no winsock.dll in my sys32 folder, but there is a winsockhc.dll
– user260034
Oct 5 '13 at 22:42
I don't have a HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet002 / Services / Ndisuio nor a winsock.dll but i do have a winsockhc.dll and the value was 3 on the HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Services / Ndisuio
– user260034
Oct 5 '13 at 13:12
I don't have a HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet002 / Services / Ndisuio nor a winsock.dll but i do have a winsockhc.dll and the value was 3 on the HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Services / Ndisuio
– user260034
Oct 5 '13 at 13:12
have u tried to replace winsock dll of other computer?normally winsock might be a issue@Mixchew
– BlueBerry - Vignesh4303
Oct 5 '13 at 13:36
have u tried to replace winsock dll of other computer?normally winsock might be a issue@Mixchew
– BlueBerry - Vignesh4303
Oct 5 '13 at 13:36
there in no winsock.dll in my sys32 folder, but there is a winsockhc.dll
– user260034
Oct 5 '13 at 22:42
there in no winsock.dll in my sys32 folder, but there is a winsockhc.dll
– user260034
Oct 5 '13 at 22:42
add a comment |
up vote
0
down vote
Enter registry editor.
"HKEY_LOCAL_MACHINE"
"SYSTEM"
"CurrentControlSet"
"Services"
"Dhcp"
Double click on "DependOnService"
Delete everything in the words in text area, except "Afd", and click OK.
Get back to
"Services"
"EapHost"
2x click on "DependOnService"
Remove everything in the text area.
This should fix it.
add a comment |
up vote
0
down vote
Enter registry editor.
"HKEY_LOCAL_MACHINE"
"SYSTEM"
"CurrentControlSet"
"Services"
"Dhcp"
Double click on "DependOnService"
Delete everything in the words in text area, except "Afd", and click OK.
Get back to
"Services"
"EapHost"
2x click on "DependOnService"
Remove everything in the text area.
This should fix it.
add a comment |
up vote
0
down vote
up vote
0
down vote
Enter registry editor.
"HKEY_LOCAL_MACHINE"
"SYSTEM"
"CurrentControlSet"
"Services"
"Dhcp"
Double click on "DependOnService"
Delete everything in the words in text area, except "Afd", and click OK.
Get back to
"Services"
"EapHost"
2x click on "DependOnService"
Remove everything in the text area.
This should fix it.
Enter registry editor.
"HKEY_LOCAL_MACHINE"
"SYSTEM"
"CurrentControlSet"
"Services"
"Dhcp"
Double click on "DependOnService"
Delete everything in the words in text area, except "Afd", and click OK.
Get back to
"Services"
"EapHost"
2x click on "DependOnService"
Remove everything in the text area.
This should fix it.
answered Jan 27 '15 at 13:13
Overmind
7,76431531
7,76431531
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f654650%2fwindows-8-services-failed-to-start-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown