Computing.Net > Forums > Windows 95/98 > Internet Explorer registry key

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Internet Explorer registry key

Reply to Message Icon

Name: planty
Date: July 21, 2004 at 16:02:33 Pacific
OS: Microsoft Windows 98 Seco
CPU/Ram: AMD Duron Processor/240.0
Comment:

hello there.

spybot found some rather annoying spyware on my computer called "DSO Exploit". it exploits some flaw in internet explorer that lets it runs code or scripts or something without having to ask permission. i've tried deleting, but it just keeps coming back.

so i found a site that has information on how to stopping it running. it seems i have to change internet explorer's registry key, but i've no idea how. the site said:
"Since the injected <object> runs in the "My Computer" Zone changing the Internet Zone's settings didn't affect it, but changing the correct zone's settings will prevent this exploit from running.
Here is the registry information:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0]
Change the value of "1004" (DWORD) to 3."

can anyone put the into english for me?

thanx a lot.



Sponsored Link
Ads by Google

Response Number 1
Name: Derek
Date: July 21, 2004 at 17:07:43 Pacific
Reply:

It goes like this:

If you go into IE Tools/Internet Options/Security you will see four zones. Thes are:

Internet
Local Intranet
Trusted site
Restricted sites

There is another one called "My Computer" which is hidden from you.

The key 1004 changes the setting to "disable active scripting" (which prevents website scripts from running). You change this by using "Custom" for the four listed but for "My Computer (zone 0)" you have to use the registry.

There is every chance that it has already been done as part of some Update. I am still using IE55 SP2 (with the last update Feb 04) and mine is set to 3.

You can take a peep like this:
Type regedit in the Run box and you will see a screen with folders (a bit like Windows Explorer). You double click your way through the bracketed section in your posting (folders) until you find yourself at the one which is a sub-folder of Zones called 0 - just before your close bracket.

If this already has an entry 0x00000003(3) then it's fine. If it says 0x00000000(0) then presumably you should change it. You can do this by right clicking 1004 and selecting "Modify". You change the 0 to 3 in the box.

Word of warning, if you change the wrong thing in the registry you can cause bags of trouble. It should be safe to look but it is nevertheless sensible to Export your registry first so that you can merge it back if anything goes wrong. This is how you do it:

In Windows Explorer, make a folder straight off C called Regfile (this can be then be found in DOS if the worst comes to the worst). On the Regedit screen highlight My Computer, select Registry (at the top) then Export Registry File. It will ask for a name, so something simple such as Myreg will do. Save it to the folder Regfile that you made. This will put a file called Myreg.reg in c:\regfile.

If anything goes wrong you double click this file and your old registry merges back. You can also run the file from DOS as I said. Note that your registry changes over time, so you can't keep this saved file forever and expect it to be of any value (quite the reverse).

Don't let me frighten you off from having a peep, but it is better to be safe than sorry, so worth taking the above precaution before you go further than the main registry screen.

Good luck

Derek.W


0

Response Number 2
Name: Derek
Date: July 21, 2004 at 17:13:27 Pacific
Reply:

I should have said also, that if you do change to 3 then do a bit of browsing to make sure you like the results. It could be more restricting (though safer). If you don't like it then you go through that lot again and change it back from 3 to whatever it was before, probably 0.

It's much easier than it looks, just takes a lot of words to explain fully.

Derek.W


0

Response Number 3
Name: Derek
Date: July 21, 2004 at 17:20:35 Pacific
Reply:

.... more. One bit wasn't crystal clear. When I said 0x00000003(3), and so on, I meant "just the entry next to 1004".

You probably sussed that but I'm just making sure - there are a whole stack of them that look similar.

Derek.W


0

Response Number 4
Name: Krystyna
Date: July 21, 2004 at 18:02:49 Pacific
Reply:

Hi Derek

Thanks for the info on Internet Zones.
I never knew about the hidden "My Computer" zone !

That's what great about Computing.net - learn something new when you least expect to !

Cheers
Krystyna


0

Response Number 5
Name: Derek
Date: July 21, 2004 at 18:12:28 Pacific
Reply:

You're welcome Krystyna.

The only reason I knew anything about this is because I wanted an icon (.reg file) that set my IE Security back to my "safety settings" if I temporarilly lowered my guard.
It meant I had to delve....

This .reg file is incorporated in my "clear up" batch file.

As I said on another posting, nice to see you around these parts again.

Derek.W


0

Related Posts

See More



Response Number 6
Name: Derek
Date: July 21, 2004 at 18:43:15 Pacific
Reply:

and still more....

This doesn't matter a fig to what I told you to do, but I got my technical wires twisted in terms of the "description" of 1004.

It is actually for "Download Unsigned ActiveX Controls" NOT "Disable Active Scripting" which is 1400

Sorry about that bit of 1004 versus 1400 Dyslexia.

Have just found this which might interst you:
CLICK HERE

Derek.W


0

Response Number 7
Name: Derek
Date: July 22, 2004 at 18:29:47 Pacific
Reply:

Planty

Was this of any use?

Derek.W


0

Response Number 8
Name: Bipsy
Date: July 25, 2004 at 08:21:50 Pacific
Reply:

Getting off the subject a bit, but Derek you mention that you have done a lot of research on registry settings for IE. Could you lead me to some good reference material?

I want to write a script to do:
1. Set the IE home page
2. Set IE to check for newer version of stored pages.
3. Set IE autocomplete options
4. OPen a different window for launching shortcuts
5. print background colors and images
6. display text labels on toolbar.

Of course, I know how to do all of these things through the GUI but I want to have a script (like you) so that I don't have to change these everytime I make other mods.

Thanks in advance for anything you have to offer.


0

Response Number 9
Name: Derek
Date: July 25, 2004 at 09:25:44 Pacific
Reply:

I kinda learned it as I went by spending a lot of time tinkering. In this instance I was particularly interested in IE security settings. I usually produce a .reg file (worked by a .bat file with /s in it to stop confirmation screen).

My process is often to export registry keys and do before and after checks using a batch file.

This sort of process would probably work for 1, 3 & 5.
I would have to think hard about the others (assuming they are possible).

You should be able to find some tutorials ising Google. Here is my list in Favorites, some may have now changed or gone defunct:

URL1
URL2
URL3
URL4
URL5

Good hunting

Derek.W


0

Response Number 10
Name: Derek
Date: July 25, 2004 at 09:29:11 Pacific
Reply:

Just checked. They still work but some now take you to the same place.

Derek.W


0

Response Number 11
Name: Derek
Date: July 25, 2004 at 09:35:38 Pacific
Reply:

... just ignore URL4

Derek.W


0

Response Number 12
Name: silvana_miller
Date: August 6, 2004 at 14:46:36 Pacific
Reply:

I think the dso exploit I received has nothing to do with the media player. I suddenly can not use my internet options in the browser and keep getting a messages that I can't enter options due to restriction put on my computer and to contact my system administrator. I do not have a system administrator. This is a home computer and I never had this problem before. I removed the exploit successfully with regedit deleting the 1004, but the internet options restriction is still in effect. How can I fix that? Please email me with help.


0

Response Number 13
Name: Derek
Date: August 6, 2004 at 17:06:01 Pacific
Reply:

Hi Sylvana

You may have come across this by searching Google. This is an old thread on a specific topic so I doubt anyone else will look at it now.

Best to raise your particular issue (it may look similar but be quite different). Go to top left of page and click the Security & Virus forum. Make a note of the number you get so that you can look back later. You may have to register (free).

One thought for you. Have you got "SpyBot Search & Destroy" installed? If so, start it and look in Tools/IE Tweaks. Make sure you have NOT got a tick in "Lock IE Control Panel against opening from within IE".

I will email you to draw attention to this post. Sorry I only work via the forum.

Derek.W


0

Response Number 14
Name: Derek
Date: August 6, 2004 at 17:13:58 Pacific
Reply:

Sylvana

Sorry, I missed a bit. You go to S&V forum (top left) then fill in the form at the bottom of the white page full of queries. Once you have raised a new post if you want to add any more or comment then add it as if you were replying (at bottom of your post).

Let me know if it was that Spybot issue.

Derek.W


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows 95/98 Forum Home


Sponsored links

Ads by Google


Results for: Internet Explorer registry key

internet explorer www.computing.net/answers/windows-95/internet-explorer/134159.html

Internet Explorer Major Problem www.computing.net/answers/windows-95/internet-explorer-major-problem/147068.html

spyware and recurring registry keys www.computing.net/answers/windows-95/spyware-and-recurring-registry-keys/164734.html