Jump to content

which of these regtweaks causes tcpip failure?


Recommended Posts

One of these unattended regtweaks causes the tcpip driver to fail with the following error upon reboot:

Event ID:	7000
Description:
The TCP/IP Protocol Driver service failed to start due to the following error:
The system cannot find the file specified.

Can anyone figure out which tweak is killing it? (please see attached - you may want to run in a VM and make a restore point before running it)

services.reg

Link to comment
Share on other sites


I'll take a guess.

You have the comments right after the reg-entrys, maybe put them on top?

You got them like this:

"CascadeControlPanel"="Yes"             ;Cascade control panel (classic start menu)
But maybe you should have 'em like:
; Cascade control panel (classic start menu)

"CascadeMyDocuments"="YES"

Im not sure if it makes a diffrence tho, better wait for somebody else to take a look.

:)

Link to comment
Share on other sites

I'll take a shot.

if IPSEC works, great! but if not, you might like to try setting lmhosts to automatic..

it's just a guess..

;TCP/IP Helper 
;Enables support for NetBIOS over TCP/IP (NetBT) service and NetBIOS name resolution.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LmHosts]
"Start"=dword:00000002

Link to comment
Share on other sites

If you go through the properties of the services, they will tell you of their dependences on others. I believe IPSec is important. I use hardware profiling for aggressive use for services.

:)

Link to comment
Share on other sites

Still proper etiquette in reg file's should have the comments on different lines like Lolly pointed out.

Another thing is add a blank line between them and at another at end of file. I've personally seen instances where it don't import correctly if not. Fast PC or Slow could be it but i haven't pin pointed it yet.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Alerter]

"Start"=dword:00000003

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc]

"Start"=dword:00000003

Don't think that's your problem but who know's. export a reg from regedit and you'll see the blank line's.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...