-
WSR2
AskWoody LoungerNovember 28, 2003 at 2:47 pm in reply to: Can’t opne multiple IE windows (6.0.2800.1106.sp2) #750256MSJava will not exist on your WinXP computer unless you installed Java from Microsoft. Most of these problems can be resolved by re-registering the DLL’s. I don’t know what the activity is — unless… is Lex streamed to us??
-
WSR2
AskWoody LoungerSorry, but what exactly is a dwg file on your computers? I suspect an AutoCAD file. There is likely a setting in the registry that stores the default page size, and this is different on the two computers
Go to: HKEY_CURRENT_USERSoftware and/or HKEY_LOCAL_MACHINESoftware and look up the Developer of the software in question, and then look for the Software. Dig around for a “PageSize” or similar registry value.
-
WSR2
AskWoody LoungerSorry, but what exactly is a dwg file on your computers? I suspect an AutoCAD file. There is likely a setting in the registry that stores the default page size, and this is different on the two computers
Go to: HKEY_CURRENT_USERSoftware and/or HKEY_LOCAL_MACHINESoftware and look up the Developer of the software in question, and then look for the Software. Dig around for a “PageSize” or similar registry value.
-
WSR2
AskWoody LoungerWell, if you don’t speak US English, then you deserve what you get! ;-]
In all seriousness, I suspect that is a “User Interface” problem and not a lack of Functionality. MS has jsut not bothered to update the User Interface if you don’t speak their primary language. And who says Americans are obnoxious?
You can likely make the modification yourself by running this .reg file:
———————————-
REGEDIT4
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerSearchUrl]
“Provider”=”gogl”———————————-
-
WSR2
AskWoody LoungerWell, if you don’t speak US English, then you deserve what you get! ;-]
In all seriousness, I suspect that is a “User Interface” problem and not a lack of Functionality. MS has jsut not bothered to update the User Interface if you don’t speak their primary language. And who says Americans are obnoxious?
You can likely make the modification yourself by running this .reg file:
———————————-
REGEDIT4
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerSearchUrl]
“Provider”=”gogl”———————————-
-
WSR2
AskWoody LoungerIf you type: res:shdoclc.dlldnserror.htm in you address bar and hit Enter, the page should display. This simply means… “the browser cannot connect to the address in question”.
This sounds like a Networking problem and not an IE problem. The Network may not be set up correctly for all machines to access the Internet. Do each of the machines have their own unique IP address?? Is an NAT router being used to connect them to the Internet? How exactly are the boxes connecting to the Internet?
If you go to one of the boxes that cannot connect, open up a DOS box:
Start | Run
Type “command” (no quotes) and hit Enter
Type “tracert 63.151.114.115” (no quotes) and hit Enter.
(This may take some time. Go get some coffee.)How many actual IP addresses does this list out before it gets to all the “Request timed out” responses? What are the first 5 to 6 numbers of the IP addresses that it does list?
After you do that — and collect the info — then type this: “tracert http://www.wopr.com” (no quotes) and hit Enter. What happens now?
Thanks.
-
WSR2
AskWoody LoungerIf you type: res:shdoclc.dlldnserror.htm in you address bar and hit Enter, the page should display. This simply means… “the browser cannot connect to the address in question”.
This sounds like a Networking problem and not an IE problem. The Network may not be set up correctly for all machines to access the Internet. Do each of the machines have their own unique IP address?? Is an NAT router being used to connect them to the Internet? How exactly are the boxes connecting to the Internet?
If you go to one of the boxes that cannot connect, open up a DOS box:
Start | Run
Type “command” (no quotes) and hit Enter
Type “tracert 63.151.114.115” (no quotes) and hit Enter.
(This may take some time. Go get some coffee.)How many actual IP addresses does this list out before it gets to all the “Request timed out” responses? What are the first 5 to 6 numbers of the IP addresses that it does list?
After you do that — and collect the info — then type this: “tracert http://www.wopr.com” (no quotes) and hit Enter. What happens now?
Thanks.
-
WSR2
AskWoody LoungerWorks for me too…
-
WSR2
AskWoody LoungerWorks for me too…
-
WSR2
AskWoody LoungerI have not bothered to make an “Installer” file for this — so you have to do this manually!
Attached is a zip file containing three files. One is a .reg file. Run that and it creates the Context Menu item. Then, move the other files (the .htm file and the .exe file) into the “C:WindowsWeb” folder. Give it a try.
-
WSR2
AskWoody LoungerI have not bothered to make an “Installer” file for this — so you have to do this manually!
Attached is a zip file containing three files. One is a .reg file. Run that and it creates the Context Menu item. Then, move the other files (the .htm file and the .exe file) into the “C:WindowsWeb” folder. Give it a try.
-
WSR2
AskWoody LoungerI will look into those suggestions later. Thank you.
Let me clarify this a little more — in case I need to make the plan more clear. A friend has this program that uses a text file as a “definition list” — similar to the way Anti-Virus companies use definition lists. This list changes every few weeks. He posts the lists on a web site to be available for download. Presently, for users to “update” their program, they have to go to his web site, download the list, and the swap the New List for the Old List.
Clearly, this is a behavior that can and should be automated — just like Norton’s LiveUpdate or even Microsoft’s Windows Update. I want to create a button to do a “Live Update” of this definition file. It will not be an .html page. It might be listed as a “.txt” file, but I was actually thinking of creating a new file extension to use for this specific purpose.
I know I can muck with the registry and make the new file extension and even give it a Mime Content Type for IE to use. That is all no problem. I just have never coded something to “Go to a site on the Internet, download file “X”, and stick it in folder “Y”. It should be relatively easy — Norton’s Live Update does it all the time!
-
WSR2
AskWoody LoungerI will look into those suggestions later. Thank you.
Let me clarify this a little more — in case I need to make the plan more clear. A friend has this program that uses a text file as a “definition list” — similar to the way Anti-Virus companies use definition lists. This list changes every few weeks. He posts the lists on a web site to be available for download. Presently, for users to “update” their program, they have to go to his web site, download the list, and the swap the New List for the Old List.
Clearly, this is a behavior that can and should be automated — just like Norton’s LiveUpdate or even Microsoft’s Windows Update. I want to create a button to do a “Live Update” of this definition file. It will not be an .html page. It might be listed as a “.txt” file, but I was actually thinking of creating a new file extension to use for this specific purpose.
I know I can muck with the registry and make the new file extension and even give it a Mime Content Type for IE to use. That is all no problem. I just have never coded something to “Go to a site on the Internet, download file “X”, and stick it in folder “Y”. It should be relatively easy — Norton’s Live Update does it all the time!
-
WSR2
AskWoody LoungerMaking Google the default Search Engine is useful, but not the same as assigning it to the Address bar Searches.
If it is the default Search Engine, that means when you click the Search button, a Google screen opens in the “Vertical Explorer Bar” (see image).
-
WSR2
AskWoody LoungerMaking Google the default Search Engine is useful, but not the same as assigning it to the Address bar Searches.
If it is the default Search Engine, that means when you click the Search button, a Google screen opens in the “Vertical Explorer Bar” (see image).
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
What Are CAD Drafting Services and Who Needs Them? (Awaiting moderation)
by
Asseteyes
58 minutes ago -
How reliable is Flighys in booking international flights? (Awaiting moderation)
by
flighys126
1 hour, 34 minutes ago -
Suggestions for New All in One Printer and a Photo Printer Windows 10
by
Win7and10
4 hours, 40 minutes ago -
Purchasing New Printer. Uninstall old Printer Software First?
by
Win7and10
4 hours, 44 minutes ago -
KB5060842 Issue (Minor)
by
AC641
9 hours, 17 minutes ago -
EchoLeak : Zero Click M365 Copilot leak sensitive information
by
Alex5723
11 hours, 49 minutes ago -
24H2 may not be offered June updates
by
Susan Bradley
58 minutes ago -
Acronis : Tracking Chaos RAT’s evolution (Windows, Linux)
by
Alex5723
1 day ago -
Turning off OneDrive
by
CWBillow
1 day, 4 hours ago -
June 2025 updates are out
by
Susan Bradley
30 minutes ago -
Mozilla shutting Deep Fake Detector
by
Alex5723
1 day, 15 hours ago -
Windows-Maintenance-Tool (.bat)
by
Alex5723
1 day ago -
Windows 11 Insider Preview build 26200.5641 released to DEV
by
joep517
1 day, 17 hours ago -
Windows 11 Insider Preview build 26120.4250 (24H2) released to BETA
by
joep517
1 day, 17 hours ago -
Install Office 365 Outlook classic on new Win11 machine
by
WSrcull999
1 day, 17 hours ago -
win 10 to win 11 with cpu/mb replacement
by
aquatarkus
1 day, 9 hours ago -
re-install Windows Security
by
CWBillow
1 day, 20 hours ago -
WWDC 2025 Recap: All of Apple’s NEW Features in 10 Minutes!
by
Alex5723
2 days ago -
macOS Tahoe 26
by
Alex5723
1 day, 18 hours ago -
Migrating from win10 to win11, instructions coming?
by
astro46
6 hours ago -
Device Eligibility for Apple 2026 Operating Systems due this Fall
by
PKCano
1 day, 9 hours ago -
Recommended watching : Mountainhead movie
by
Alex5723
1 day, 10 hours ago -
End of support for Windows 10
by
Old enough to know better
17 hours, 40 minutes ago -
What goes on inside an LLM
by
Michael Covington
1 day, 4 hours ago -
The risk of remote access
by
Susan Bradley
19 minutes ago -
The cruelest month for many Office users
by
Peter Deegan
12 hours, 9 minutes ago -
Tracking protection and trade-offs in Edge
by
Mary Branscombe
1 day, 14 hours ago -
Supreme Court grants DOGE access to confidential Social Security records
by
Alex5723
2 days, 23 hours ago -
EaseUS Partition Master free 19.6
by
Alex5723
1 day, 23 hours ago -
Microsoft : Edge is better than Chrome
by
Alex5723
3 days, 12 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.