May 31

Microsoft has issued an advisory early this morning warning of a possible blended threat that can affect Windows XP and Vista computers when Apple’s Safari is installed!

According to the advisory, Microsoft is investigating public reports of a blended threat that allows remote code execution on all supported versions of Windows XP and Windows Vista when Apple’s Safari for Windows has been installed. Microsoft reports that they are working with Apple to confirm these public reports and to establish an action plan for patching if the reports are proven true.

Microsoft recommends that you restrict use of Safari as a web browser until an appropriate update is available from Microsoft and/or Apple.

The Safari installation on Windows issue also relates to our blog entry: http://mice.org/blog/the-apple-updates-safari-great-debate/

That discusses how you might have installed Safari with an iTunes or QuickTime update.

The full Advisory is located here:

http://www.microsoft.com/technet/security/advisory/953818.mspx

We’ve alerted our Alert subscribers and will be following this issue to resolution.

If you wish to subscribe to our Alerts Newsletters to be informed of up-to-the-minute security issues that may affect you as they happen, please visit our subscribe page located here:

http://mice.org/lists/subscribe.html

We get all early warnings from a variety (and number) of sources so we compile them into one alert for you! It saves inbox space! ;)



bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark

Share This Post

written by Admin \\ tags: , , , , , , , , , , , , , , , ,

May 30

According to the last count on InfoWorld’s “Save XP” petition, as of this morning, 202,557 people signed the petition.

Microsoft is expected to end OEM sales and shrink wrapped sales of Windows XP (WinXP) on June 30, 2008 despite the objections of 202,557 petitioners. So, the clock ticks with XPs life in the balance.

This whole issue was brought to my mind while I was doing some research for our upcoming eLearning portal launch and was entrenched in my new installation of Vista. I was looking through some of the files and the structure of Vista Home Basic that I installed on one of the partitions of my new PC drive.

If you don’t know me really well, let me tell you that I’m an odd sort of curious person. I have to understand and examine everything - almost to a flaw. That being said, it should be easy to understand that over time, I’ve accumulated quite a bit of knowledge and documentation on the Microsoft Operating Systems over the years. Not only as it relates to our former repair business, but as it relates to my own curiosity! And with all that close examination, I’ve managed to get some things just permanently stuck in my head as well as on paper.

Odd stuff. Like versions of operating system files, dates, sizes, and times of those files, and odd trivia like that.

Well, imagine my surprise when I noticed that the fresh install of my Windows Vista Home Basic has many of the same files and versions dated from my original installation of Windows XP! I can only give you a glimpse of this, because I’m really busy getting ready for our 10th anniversary celebration and our launch coming up in a few weeks. But I will follow-up in detail after our launch.

On a fresh Windows XP installation with my specific build, many of the system files are dated August 29, 2002, and contain a version number of: 5.1.2600.0. Included in these files are the services.exe file, the Background Intelligent Update Service (BITS), and many more.

Now, Vista just made it’s appearance recently, like somewhere toward the beginning of 2007 right? Well guess who found services.exe and BITS (only to name a few) in her new Vista installation with the same file date and version number? No, I’m not joking!

I’m sure you’ve read the news how Vista is nothing more than a security service pack for XP. (And I might add that it’s a very poor one at that!) Well, the bloggers who are saying that aren’t joking!

Occasionally, I’ll find a file version with the same date but an addition on the end showing that it’s been revised. So instead of seeing version 5.1.2600.0, I’ll see version 5.1.2600.1106. But for the most part, as far as the files are concerned, it’s XP in Vista clothing!

I just wanted to share this with you and put it out there for now. More on this later……



bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark

Share This Post

written by Admin \\ tags: , , , , , , , , , , , ,

May 29

In the past two days I’ve been asked by several students and one friend about my thoughts on registry cleaning software. Since the subject keeps coming up in a short period of time, I thought I needed to comment on it.

I’m speaking about the free and/or paid for software that is supposed to clean out your computer (Windows) registry. The claims are that if your registry is junked up by outdated or unneeded entries, errors, and a host of other dreaded registry diseases, these registry cleaners will put your registry back to like new condition and your PC will never crash again! We could only hope!

Before we get into whether the subject at all about the software, let’s make sure you understand what a registry really is. Please note: The emphasis in the article is mine.

Description of the registry

The Microsoft Computer Dictionary, Fifth Edition, defines the registry as:

A central hierarchical database used in Microsoft Windows 98, Windows CE, Windows NT, and Windows 2000 used to store information that is necessary to configure the system for one or more users, applications and hardware devices.

The Registry contains information that Windows continually references during operation, such as profiles for each user, the applications installed on the computer and the types of documents that each can create, property sheet settings for folders and application icons, what hardware exists on the system, and the ports that are being used.

The Registry replaces most of the text-based .ini files that are used in Windows 3.x and MS-DOS configuration files, such as the Autoexec.bat and Config.sys. Although the Registry is common to several Windows operating systems, there are some differences among them.

A registry hive is a group of keys, subkeys, and values in the registry that has a set of supporting files that contain backups of its data. The supporting files for all hives except HKEY_CURRENT_USER are in the %SystemRoot%\System32\Config folder on Windows NT 4.0, Windows 2000, Windows XP, Windows Server 2003, and Windows Vista. The supporting files for HKEY_CURRENT_USER are in the %SystemRoot%\Profiles\Username folder. The file name extensions of the files in these folders indicate the type of data that they contain. Also, the lack of an extension may sometimes indicate the type of data that they contain.

(Source: http://support.microsoft.com/kb/256986)

Okay, now we’re all on the same blog page, right?

What’s that? You don’t understand half of that? You do know what a hierarchal database is, right? Well, then surely you got the hives and keys down as well, right? No?

Okay, maybe this definition may help (again, the emphasis is mine!):

The registry is a system-defined database in which applications and system components store and retrieve configuration data. The data stored in the registry varies according to the version of Microsoft Windows. Applications use the registry API to retrieve, modify, or delete registry data.

You should not edit registry data that does not belong to your application unless it is absolutely necessary. If there is an error in the registry, your system may not function properly. If this happens, you can restore the registry to the state it was in when you last started the computer successfully. For more information, see the help for your operating system.

(Source: http://msdn.microsoft.com/en-us/library/ms724871.aspx)

Okay, do you understand the registry now? Not much better, huh?

Isn’t that interesting! Microsoft, the manufacturer of the operating system that creates the registry says not to fool around in there. And why do they say that? Because if you screw up the registry, your system won’t work. But I guess your registry cleaning software manufacturer knows better then the maker of the software, right? I mean, after all, Microsoft’s been wrong before.

Okay, now I know you have to understand all the registry values, right?

REG_BINARY Binary data in any form.
REG_DWORD A 32-bit number.
REG_DWORD_LITTLE_ENDIAN A 32-bit number in little-endian format.

Windows is designed to run on little-endian computer architectures. Therefore, this value is defined as REG_DWORD in the Windows header files.

REG_DWORD_BIG_ENDIAN A 32-bit number in big-endian format.

Some UNIX systems support big-endian architectures.

REG_EXPAND_SZ A null-terminated string that contains unexpanded references to environment variables (for example, “%PATH%”). It will be a Unicode or ANSI string depending on whether you use the Unicode or ANSI functions. To expand the environment variable references, use the ExpandEnvironmentStrings function.
REG_LINK A null-terminated Unicode string that contains the target path of a symbolic link that was created by calling the RegCreateKeyEx function with REG_OPTION_CREATE_LINK.
REG_MULTI_SZ A sequence of null-terminated strings, terminated by an empty string (\0).

The following is an example:

String1\0String2\0String3\0LastString\0\0

The first \0 terminates the first string, the second to the last \0 terminates the last string, and the final \0 terminates the sequence. Note that the final terminator must be factored into the length of the string.

REG_NONE No defined value type.
REG_QWORD A 64-bit number.
REG_QWORD_LITTLE_ENDIAN A 64-bit number in little-endian format.

Windows is designed to run on little-endian computer architectures. Therefore, this value is defined as REG_QWORD in the Windows header files.

REG_SZ A null-terminated string. This will be either a Unicode or an ANSI string, depending on whether you use the Unicode or ANSI functions.

(Source: http://msdn.microsoft.com/en-us/library/ms724884(VS.85).aspx)

Still having trouble with all this? What can I help you with? Is it the Endian value that you’re missing or the are you not comfortable with the ANSI functions? What is it? I’ll help you out!

Oh! I get it, you have no clue about a lot of this! Is that right? THEN STAY OUT OF YOUR REGISTRY! With or without a registry cleaner!

When you really stop to think about this (without me being a smart a**), with all the different possible configurations of PC’s, the diverse amount of non-Microsoft third party software, what makes you believe that any one registry cleaner would be able to accurately help you?

Remember, the registry holds information for applications AND devices! Name me all the different brands of motherboards. Give me the list of all the different processing chipsets on the market starting from Windows 95 up to now. Write down every make and model number of every graphic card ever manufactured from nVidia, PCI, and Matrox. Give me a list of every known software developed in the history of computing because after all, some one might still be running it! And don’t forget to include commercial and open source, as well as independent vendors.

And yes, while you can back up your registry before you use the product, do you know how to recover the backup? Do you have your OS CD handy? If not, I hope you do know the DOS commands and have a bootable floppy drive or a bootable CD ready!

If your registry is that bad that your system is crashing all the time or you’ve done your routine maintenance on the machine and it’s still slower than slow, then back-up your files, reformat, and reinstall. If it’s that bad, you need to go back to your factory settings. No registry cleaning software is going to make it better!

Have you ever known someone who used that spray air freshener called ‘New Car Smell’ in an old junker? What happened to the junker?

Did it look new? No.

Did it run like new? No.

It just smelled like new which gave you the false impression that it was new. The fact is the person is delusional. The car is old!

If your registry is bad, replace it with a clean install of your operating system. Microsoft software is bad enough on its own, don’t try to fix it with cheap bandages!



bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark

Share This Post

written by Admin \\ tags: , , , , , , ,

May 29

According to Remedy Magazines summer 2008 issue, that’s exactly what they are calling a “nasty norovirus that causes the stomach flu…” And this is not a hoax!

The catch is that the virus is actually spread through computer mice and keyboards in schools, offices, and at home - not by e-mail! (I would also include libraries in that list!)

According to their recommendations, you should disinfect keyboards and mice regularly with diluted bleach solutions and wash your hands often.

Now, the MICE™ word of caution here. Do not, I repeat, DO NOT ever put water or wet solutions directly onto a keyboard or mouse!

Although we teach how to clean REAL viruses in our courses, to clean keyboards and mice, follow these simple steps:

  1. Always, always, always, clean these parts with the computer OFF!
  2. After the PC shuts down completely, disconnect the device by pulling out the plug from the back of the unit.
  3. When cleaning a mouse, flip the mouse over and remove the mouse roller ball from inside its compartment. (There should be a twist off cover.)
  4. Clean the mouse roller ball with a lint free cloth dipped in alcohol. Yes, rubbing alcohol!
  5. Carefully examine any turning parts like gears or rolling bars inside the ball compartment. Rub or carefully scratch off - lightly with your finger nail - any trapped fuzz or dirt that has collected on the rollers.
  6. Use canned air or duster product to blow out the mouse chamber.
  7. Replace the ball and close the compartment.
  8. On the upper surface of the mouse, use another lint free cloth sprayed with a multi-purpose surface cleaning product containing bleach. I use my Clorox Disinfecting Kitchen Cleaner that I use on our kitchen counters. Note that I said the cloth is sprayed and not the mouse! It only takes a little liquid on the cloth - don’t soak it! Wipe down the outside of the mouse with the cloth and allow to dry for a few minutes before reconnecting to the computer.

To clean the keyboard, follow steps 1 and 2 above and then:

  1. Tilt the keyboard upside down and tap lightly to dislodge any crumbs of dust that may be stuck between the keys or have fallen through the gap between them. You can also give it a shake to make sure everything is dislodged.
  2. While holding the keyboard by one side so that it’s suspended on an angle (not lying flat), use canned air or a duster product for electronics and blow out the keyboard thoroughly. By having the keyboard hanging from your hand to do this, any particles blown out by the dust will fall to the ground and not back into the keyboard.
  3. To remove any fingerprints or small coffee spills (if you’re like me!), use a product like 409 or Fantastic sprayed lightly onto a lint free cloth to rub off the affected keys.
  4. To disinfect, use a lint free cloth sprayed (or dipped) with a disinfecting multi-purpose product with bleach - as in the mouse cleaning directions above.
  5. Allow to dry for a few minutes before reassembling.

So now you know how to stop the spread of this new, nasty, computer norovirus! Now this is one virus alert you can send through the e-mail and it’s not a hoax! Just point them to our blog!



bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark

Share This Post

written by Admin \\ tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

May 22

A long standing Internet friend gave me the “heads-up” on this company and opportunity when she cashed in on the New York (where she resides) deregulation.

Well, as it turns out, Illinois is deregulating next and we can cash in on it!

If you’ve been interested in investing in energy and can’t afford the high cost of buying stocks or don’t want to risk the farm on commodities, then this might be the perfect opportunity for you!

Check into: Ambit Energy: Illinois Pre Launch and be one of the first to cash in on Illinois Energy Deregulation!

Tell my friend Jostlet that Debbie at MICE sent you!   ;)



bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark

Share This Post

written by Admin \\ tags: , , , , , , , , ,

© 2007-2008 MICE Training & Technology™.

Bad Behavior has blocked 47 access attempts in the last 7 days.