Monday, April 27, 2009

You cannot access shared files and folders or browse computers in the workgroup with Windows XP

On Windows XP-based computers that are configured as members of a workgroup in a peer-to-peer network environment, you may experience one or more of the following symptoms:
  • You cannot access shared folders or files.
  • You cannot locate other computers in the workgroup.
  • You receive the following error message when you double-click the workgroup in My Network Places:
    Workgroup Name is not accessible. You may not have permission to use this network resource.
Note In a peer-to-peer network, each computer is equal and can initiate communications. In this manner, it differs from a client/server network.
This behavior may occur if all the following conditions are true:
  • NetBIOS over TCP/IP is not turned on (enabled) on one or more computers in the workgroup.
  • The Computer Browser service is not started or is turned off on one or more computers in the workgroup.
This behavior may also occur if File and Print Sharing for Microsoft Networks is not installed or is blocked by Windows Firewall.

Method 1: Enable NetBIOS over TCP/IP and start the Computer Browser service

To resolve this issue, make sure that NetBIOS over TCP/IP is turned on and that the Computer Browser service is running on each computer in the workgroup. To do this, follow these steps.

Step 1: Enable NetBIOS over TCP/IP

  1. Click Start, click Control Panel, and then click Network and Internet Connections.
  2. Click Network Connections.
  3. Right-click Local Area Connection, and then click Properties.
  4. Click Internet Protocol (TCP/IP), and then click Properties.
  5. Click the General tab, and then click Advanced.
  6. Click the WINS tab.
  7. Under NetBIOS setting, click Enable NetBIOS over TCP/IP, and then click OK two times.
  8. Click Close to close the Local Area Connection Properties dialog box.
  9. Close the Network Connections window.

Step 2: Start the Computer Browser service

  1. Click Start, right-click My Computer, and then click Manage.
  2. Double-click Services and Applications.
  3. Double-click Services.
  4. On the right side, right-click Computer Browser, and then click Start.
  5. Close the Computer Management window.

    Method 2: Install File and Print Sharing and make sure that it is not blocked by Windows Firewall

    Step 1: Install File and Print Sharing for Microsoft Networks

  6. Click Start, click Run, type ncpa.cpl, and then click OK.
  7. Right-click Local Area Connection, and then click Properties.
  8. Click the General tab, and then click Install.
  9. Click Service, and then click Add.
  10. In the Network Service list, click File and Print Sharing for Microsoft Networks, and then click OK.
  11. Click Close.

Step 2: Make sure that File and Printer Sharing is not blocked by Windows Firewall

  1. Click Start, click Run, type firewall.cpl, and then click OK.
  2. On the General tab, make sure that the Don't allow exceptions check box is not selected.
  3. Click the Exceptions tab.
  4. On the Exceptions tab, make sure that the File and Printer Sharing check box is selected, and then click OK.


Wednesday, April 8, 2009

Windows XP Shutdown Much Faster

One of the inconveniences that XP brings is it sometimes takes a lifetime before it fully shuts down. You may be wondering why I still post topics on XP, it is because there are still a lot of people that are still using XP on their computers, and I guess some of them are experiencing the eternal shutdown problem on their XP machines. The main reason for this problem is that one or more application is hanging up to 20 seconds while XP tries to shutdown. To resolve this I have here a simple registry tweak to force Windows XP to shut down more quickly. Before you jump into editing your registry it is highly advisable to first create backup of your registry.

step1: The first thing you need to do is to open your registry editor. Click Start –> Go to RUN and type REGEDIT

step2: Navigate to the following keys HKEY_CURRENT_USER \ Control Panel \ Desktop
Scroll Down and look for HungAppTimeout and change the default 5000 to 1000 then click OK

step3: Scroll down to WaitToKillAppTimeout and change it’s value from 20000 to 1000 then click OK. Don’t close your registry editor yet, we have still more values to change.

step4: Go to HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control and double click on WaitToKillServiceTimeout then change it’s value to 1000 then click OK.

step5: Now, navigate to HKEY_USERS \ DEFAULT \ Control Panel \ Desktop and change HungAppTimeout value to 1000 and click OK.

step6: Scroll down to WaitToKillAppTimeout change it to 1000 and click OK.

Your done, your XP will now shutdown much more quicker.

You can put any values that you prefer but you must make sure all values are uniform on all the settings.