Rick998,
Just a comment. Slow on startup is a very differnt issue than slow LAN browsing, the issue addressed by your .REG file above to remove a search for scheduled tasks.
. disable uneeded network adapters. This speeds up initialization and the search for an DHCP IP address;
. make sure your adapter drivers are current. Even a brand new machine offer has had a driver update.
Finally, post the results back here of an Iponfig /All from a command line session. The wonderful Steve Winograd notes:
There's a problem that I've seen many times in the XP networking newsgroup that I'd like to see addressed in a KB article. Here's the typical situation:
1. Workgroup network.
2. No firewall.
3. Can ping other computers, and can be pinged by them.
4. NetBIOS over TCP/IP enabled.
5. Can't see other computers on the network, and they can't see it.
Here's my usual reply, which fixes the problem in most cases:
> Run "ipconfig /all" and look at the "Node Type" at
> the beginning of the output. If it says "Peer-to-Peer" (which should
> actually be "Point-to-Point"), that's the problem. It means that the
> computer only uses a WINS server, which isn't available on a
> peer-to-peer network, for NetBIOS name resolution.
>
> If that's the case, run the registry editor, open this key:
>
> HLM\System\CurrentControlSet\Services\Netbt\Parameters
>
> and delete these values if they're present:
>
> NodeType
> DhcpNodeType
>
> Reboot, then try network access again.
****** end quote of Steve Winograd
Best,
Bill Castner