There could be a record number of vulnerabilities addressed next week when Microsoft releases an expected dozen updates for its Windows and Office products. (According to Brian Krebs at the Security Fix.) Tuesday February 13th is the date scheduled for the release of updates. One critical udpate will affect Microsoft’s security software (onecare/defender/etc.) 3 patches will affect Office. Most of the updates to be released are rated as critical.
Category: Windows Tech Support
-
Ipod warning for Vista owners
If you’re upgrading to Vista and use an ipod (true Apple branded iPod)… you might want to refrain from hooking the ipod up to the Vista pc. theregister has reported that Apple is sounding the alarm over a serious data corruption issue due to an incompatibility with Vista. It sounds as though users should wait for the next release of iTunes before using their iPod with Vista… there is a workaround….
-
Making sense of the different versions of Vista
Microsoft Vista is now out, the next version of Windows, successor to XP. While Windows XP will continue to receive updates into 2014 there are many that might be eager to upgrade and move to the latest greatest. (Note to those: Service Pack one may be en route THIS calendar year, so unless you like to bleed on the edge…. you MIGHT hold off until that’s out.) But those that do look at getting Vista are met with a dizzying array of choices.
-
Sony rootkit settlement
Here’s a followup to one of the first big stories that I posted on… the Sony rootkit – there has been a settlement with the FTC (Federal Trade Commision). It has yet to be approved but, affected customers could see up to $150 to cover cost of repair (rootkit removal/etc.) They(Sony) must also allow the cds to be swapped. Under the settlement Sony does not admit breaking any law.
-
Windows 98 and the upcoming daylight savings time change
Of course, you
- shouldn’t
be using Windows 98 anymore, it’s unsupported (i.e. no security updates.) However the reality is that there are quite a few Win 98 installs out there perking away. But, with the recent law change with regards to the start/end of Daylight savings time in the US… many Windows 98 users may have to resort to changing the time manually. There is another way though..
-
Extended support for XP Home and Media center
I want to make a note of this here… Microsoft has announced that XP Home and Media center editions will get extended support on par with that of XP Pro. Essentially this means security updates for these versions of the OS should be available until 2014. Previously support for XP Home was to have ended as soon as December 2006, but was then extended modestly until after the release of Vista. The “Home” oriented products weren’t given the same length of support as the “Professional” or Business class products at that time. This announcement puts the two versions of XP on par with Pro.
-
Vista Upgrade version requirements…
In the past when installing an upgrade version of Windows it meant having your original disk handy to prove that you were REALLY eligible for an upgrade license. What this meant is that if you wanted to follow the advice of MOST in the TECH community you could do a clean install. That’s right, wipe the disc and start from scratch, provide the disks when asked and then the installer would be on it’s way. Well, sorry, the joy is over. (Actually… there wasn’t a whole lot of JOY in it… but… it’s now worse.) Now, with Vista, it is required that you have the previous version of Windows that you are upgrading installed on the disk.
-
Windows lost administrator password rundown….
I’ve done one or two mentions in the past of ways to recover/reset lost windows passwords and thought it was probably time for another “brain dump/web research dump” of things that I’ve run across. This is not just for lost administrator passwords, but could apply to a lost user account password as well. (I’ve found that the mileage varies on the system. NT/2000/XP/2003 are not the only variations, there seem to be variations related to certain Windows updates/etc.) I should also put a disclaimer here that this information is not so you can break into someone else’s windows installation (without their permission), at the very least that’s a privacy violation and at the worst, against the law and unethical. What this is for is a guide to someone that has accidentally locked themself out of their windows install (or in some cases where someone ELSE has locked you out of your own pc.) In other words – don’t use this to crack.
-
Mac/Linux/Windows usb wireless adapter D-link DWL-G122
One of the tools I looked at having for my expanding kit has been a usb wireless adapter that would work with minimal install on Windows/Mac or Linux. As you can imagine…. it’s not as straightforward as just getting one that’s compatible with Windows…. well, after much searching I found the D-Link DWL-G122 802.11g Wireless USB adapter…. (Revision B it seems is the one to get…) Anyway, using a generic driver downloadable for the Mac it will work (from ralink http://www.ralinktech.com). On linux, you have choices (isn’t that the truth…) anyway, there is a native driver (from ralink for the RT2571W/RT2671 chipset) and there’s the rt2x00 driver project and it’s also possible (and fairly easy) to install the Windows driver via ndiswrapper.
-
Live filesystem “capture” into a virtual disk image
ah… the joys of *nix utilities…. I’ve just successfully tested a “capture” of a live, running system into a virtual disk image. No, I don’t mean that I booted up with an imaging utility. I took a live, booted and logged in system and imaged the primary hard drive that it was living on, into a file on another machine. (Yeah, I know, there are probably a few people reading this and saying they’ve done that and most people that would need to do this already know how…. sorry I missed the memo.) Not too long ago, VMWare released a tool to do something like this (that tool is for windows…) This should work on any platform that supports dd and netcat (although I’m not sure if piping output from one program to another works with a dos command shell – maybe cygwin would be a good environment to accomplish this with.) Anyway… here are the details.