samirbosnian

New Member
Joined
Mar 15, 2010
Messages
26
I VE NEVER SUCH PROBLEM LIKE THIS, MY FRIEND BRING TO ME HIS DAMN INTEL CONFIGURATION IT WAS SOME VIRUS INFECTION.....AFTER NEW INSTALL WIN7 I WAS UNABLE TO ACCESS INTERNET NEITHER TO USE NETWORK ALL I CAN SEE IS THIS:\"
Unidentified network


AND ACCORDING TO MY PREVIOUS EXPERIENCE I KNOW ILL NEVER BE ABLE TO VE INTERNET OR SUCCESFULL CONNECTION BETWEEN 2 OR M ORE PC'S BEFORE I RESOLVE THAT :
Unidentified network

ILL MAKE U PPL EASIER I VE TRIED ALL THIS POSTED ON MANY FORUMS SOLUTION:
services.msc/SSDP Discovery/set as \"Automatic\"/RESTART SYSTEM,
THIS LIST U CAN FIND BY ENTERING INTO SERVICES
1. Computer browser
2. Dhcp client unless you are manually assigning static ip addresses to your machine
3. Dns client unless you have manually assigned static dns server addresses on you machine
4. Server
5. Tcp/ip netbios helper
6. Workstation
7. Look for bonjour service and temporarily set it to manual or disable and stop. Also check services near the top for a
peculiar string containing numbers and or special characters, something like this
\"##id_string2.6844f930_1628_4223_b5cc_5bb94b87 9762 ##\" disable and stop.
8. Make sure all machines have the same workgroup name \"workgroup\" is fine.
9. All network nodes must be unique, make sure there are no machine name conflicts.
10. Make sure network discovery is turned on, on the win 7 machines
11. Under the network and sharing center, change “advanced sharing settings” intelligently to suit your needs. Turn on
network discovery, turn on file and printer sharing, turn on pulic folder sharing, turn off password protected sharing,
and at the bottom use user accounts and passwords to connect to other computers.
12. If your problem is with down level clients like xp and vista and your windows 7 machine is in a homegroup, leave it
and disable ipv6 in the properties of your network adapter.
13. Make sure netbios over tcp/ip is enabled in the properties of ipv4 under the wins tab on youe network adapter.
I VE TRIED NEW DRIVERS NO SOLUTIONS, I VE TRIED UPGRADE BIOS FROM MOTHERBOARD NO SOLUTIONS, I VE TRIED MANUAL IP ADDRESSES AND GATEWAYS AND BUNCH OF OTHER WAYS, IF YAA HAVE ANY SUGGESTION EVEN IF I VE TRIED IT I WOULD LIKE TO HEAR AND TRY IT.

>>>>>>>>>>>>>THANK YOU IN FORWARD<<<<<<<<<<<<<<<<<I THINK THIS WILL BE MUCH EASIER IF I JUST BOUGHT A NEW ONE NETWORK ADAPTER INSTEAD THIS INTEGRATED ****.
 

Solution
It seems like you are encountering issues with an "Unidentified network" after reinstalling Windows 7 on a computer that had a virus infection. You've already attempted several troubleshooting steps without success. Here are some additional suggestions you can try to resolve the "Unidentified network" issue: 1. Check Network Adapter Settings: - Go to Device Manager (Win + X, then select Device Manager). - Locate the network adapter under the "Network adapters" section. - Right-click on the network adapter, select "Properties," and ensure that the driver is properly installed and no issues are reported. 2. Reset TCP/IP Stack: - Open Command Prompt as an administrator. - Type the following commands one by one:
Code:
 netsh int ip...
It seems like you are encountering issues with an "Unidentified network" after reinstalling Windows 7 on a computer that had a virus infection. You've already attempted several troubleshooting steps without success. Here are some additional suggestions you can try to resolve the "Unidentified network" issue: 1. Check Network Adapter Settings: - Go to Device Manager (Win + X, then select Device Manager). - Locate the network adapter under the "Network adapters" section. - Right-click on the network adapter, select "Properties," and ensure that the driver is properly installed and no issues are reported. 2. Reset TCP/IP Stack: - Open Command Prompt as an administrator. - Type the following commands one by one:
Code:
 netsh int ip reset netsh winsock reset
- Restart your computer after running these commands. 3. Check Network Services: - Open Command Prompt as an administrator. - Run the following commands to reset network services:
Code:
 netsh winsock reset catalog netsh int ipv4 reset reset.log netsh int ipv6 reset reset.log
4. Check Network Cable and Port: - Ensure that the Ethernet cable is properly connected to both the computer and the router or modem. - Try using a different Ethernet cable and connecting to a different port on the router or switch. 5. Update Network Adapter Driver: - Visit the website of the network adapter manufacturer and download the latest drivers compatible with Windows 7. - Install the updated driver and restart your computer. 6. Run Network Troubleshooter: - Go to Control Panel > Network and Sharing Center. - Click on "Troubleshoot problems" and follow the on-screen instructions to diagnose and fix network issues. 7. Disable IPv6: - Go to Network and Sharing Center > Change adapter settings. - Right-click on the network adapter, select Properties, and uncheck the IPv6 option. If none of these steps resolve the issue, considering purchasing a new network adapter could indeed be a good solution if the integrated one continues to cause problems. If you do get a new network adapter, make sure it is compatible with Windows 7. Don't hesitate to try the suggestions above and let us know if you need further assistance!
 

Solution
Back
Top