Category Archives: network

Problem: chm file can be opened locally but not from network drive. Might be an IE7 or windows security patch problem?

Solution:
Change registry:

REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions]
"MaxAllowedZone"=dword:00000003

from MS support solution 2

I used to have a “MaxAllowdZone = 2″, which means opening chm file from internet is not allowed. After changing it to 3, problem went away.

For some reason, this value comes back to default value 2 everyday on my workstation. Might because our company’s policy, so I created a batch file to re-set it on my startup.

reg add HKLM\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions /v MaxAllowedZone /t REG_DWORD /d 3 /f

If XP is in workgroup mode, all remote login will be treat as guest account. to disable it, you must set the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\forceguest to 0. (The default is 1.)

Brougt a new wireless card today, but almost couln’t configure it out. The configure window just won’t show up.

Because a usb one was install on my laptop, so I didn’t think it’s a OS problem, until I noticed there is not wireless tab in my network connection property window.

Then google, found this, How could I know dlink pcmcia card is way different than usb!??

Q: The “Wireless Networks” tab is missing in the Wireless Network Connection Properties. I only see the General and Advanced tabs. How do I restore the Wireless Networks tab?

A: The Wireless Networks tab appears when your network adapter fully supports the Wireless Zero Configuration (WZC) service. Check with your wireless adapter vendor for a version of a driver that supports Windows XP and the WZC service. Make sure the WZC service status is started. Click Start, Run, and type “services.msc”. Open Services and scroll down to the Wireless Zero Configuration Service, start the service and set it to automatic.

If it does not show in the list of Services:

1. Run regedit and find

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC

2. Add a DWORD entry named “Start” and value “2″.

Warning! If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. I cannot guarantee that you can solve your problem from using Registry Editor, so use the Registry Editor at your own risk.