|
---|
Replies are listed 'Best First'. | |
---|---|
Re: ReIE.pl - no it's not malware
by diotalevi (Canon) on Oct 01, 2002 at 01:32 UTC | |
This code is not malicious or anything - just poorly documented (by my definition). Whatever characterset those strings are in is completely unreadable to my ISO-8859-1 fonts. That said it looks like a sort of "reset" for the author's Internet Explorer setup along with a few other unrelated things that were just included but aren't actually bad persay... You can break your Internet Explorer using this though. Delete all files matching these extensions per each directory listed: .html, .hta, .htt, .htw, .htx, .url, .vbs Recursively delete some entries from your registry. I gather this is an attempt to somewhat protect against malicious scripts which might use these components. Or something.
# Delete these registry entries but don't attempt recursion Now rename some common desktop elements And now set some other default settings (starting with this bitHKEY_CURRENT_USER","Control Panel\\International","sTimeFormat","H:mm:ss"], This is mostly harmless and just alters the search and homes pages and such. Lastly . . . sigh....
Update I have no earthly idea why but I originally emphasized that first 'is'. I just made it plain. | [reply] [d/l] [select] |
Re: ReIE.pl
by Anonymous Monk on Oct 02, 2002 at 09:08 UTC | |
| [reply] |
by footpad (Abbot) on Oct 02, 2002 at 16:38 UTC | |
Welcome to the Monastary; we look forward to your contributions and appreciate any that help us improve our skills and understanding of Perl, as well as how to use it well. Having said that, we encourage you to keep a few guidelines in mind when posting: We're certainly not against non-English contributions. However, you may receive more helpful feedback by posting code that does not contain extended characters. --f 1 - Update: Rewote this point, due to Chatterbox feedback. Thanks, jarich. | [reply] |
Re: Untested Internet Explorer Remover/Cleaner (?)
by Anonymous Monk on Oct 03, 2002 at 12:54 UTC | |
| [reply] |