Posts Tagged Windows

removeWAT for Windows 7

For those of you running a pirated version of Windows 7, the name Hazar should be familiar. It’s probably because he, and some of his pals, together developed the first proper crack for Windows 7. This was a rather embarrassing slap in the face for Microsoft, who were too busy touting the uncrackability of Windows 7, to actually bother updating it. As a result, when Windows 7 was released, a good number of people managed to get their grubby little paws on an illegitimate copy.

Now though, Microsoft responded, by releasing a security update – KB971033 – which is an update for Windows Activation Technologies, which is the rebranded, upgraded version of Windows Genuine Advantage. It basically does the same thing – check if your version of Windows is original, and, if it’s not, begin to nag like nothing else on the face of this earth. It will progress from changing your background to black to eventually shutting down your PC every 2 hours, before locking you out of your PC completely.

removeWAT 2.2

Anyhow, Hazar has come up with another crack for this removeWAT version 2.2. I won’t be posting a link to the said software, but it should suffice to say that assuming you require it for purely academical reasons i.e. a proof-of-concept test, I suggest you use your search engine of choice to look for it.

This new and improved version will not only deactivate WAT, but in fact, install the WAT update first, then proceed to deactivate it. Proving that this guy is way smarter than the bozos at Microsoft. Hats off to you Hazar for making Redmond eat humble pie…

Tags: , ,

Unlocking Windows

It’s happened again, as it’s happened without fail for the past so many years. One company in Redmond decides to release a new OS, and the whole hacking community turns it into a rat race to break the activation code. Not surprising really, because I can say with some certainty, that Windows is by far the most widely pirated piece/huge chunk of software.

What I was thinking, is what exactly drives these guys (i.e. hackers). Of course, at one level, these guys just want Windows for themselves. Then comes the sense of pride of having cracked through what a huge team of people worked hard to create. Then there might be the odd hacker who might have a heart and decide to distribute his crack for the general public (i.e. torrent and Rapidshare enthusiasts).

This time around, some loon at Lenovo let loose (alliteration…:-P) an OEM volume license key used to activate multiple PCs. Armed with the appropriate ISO for the Windows installation DVD, this key could spell doom for Microsoft’s profits. But hey, most people buy their PCs with Windows preloaded, and and Microsoft does make more money from OEM licenses than individual copies sold at stores. And I can never see a business or firm’s IT manager using a pirated copy of Windows, when he can easily squander away his IT budget.

But even this little/big mess-up depends on the reach of that key+ISO package. So it really doesn’t matter what Microsoft does, their software will simply have to be cracked, simply owing to the large number of people using it!

Suckers…

Tags: ,

Ozzie Recipe for Swiss Cheese

Is it just me, or do people writing programs for Windows have a major fixation with the prefix My. I mean, it’s not even true. It’s just a bunch of bits residing in an EXE file on my HDD, not pics of my (non-existent) dog, that I cherish.

Anyway, to get to the point (and to mock those who haven’t already figured it out), MyDefrag is a program to clean up that hard drive of yours. It’s an important and popular fact that the data on an average Joe’s hard drive closely resembles a pile of sick. You can never quite make out, without knowing beforehand, what Joe had for breakfast, from the pile of aforementioned sick. Also, you never want to see it again, and like is the mentality of most homo sapiens, want to turn away and pretend it’s somebody else’s problem.

Joe suffers the most from this problem.

Even if somehow, Joe realised that all his files looked like swiss cheese, and his hard disk was wishing it were dead, he would simply turn to Windows’ default defragmenting tool, which would simply said everything was fine, and Joe would be happy, till his hard disk crashes the next day.

So, defragmenting is very important for a good healthy system. It decreases chances of your hard disk going t**s up and also has a reasonable impact on system performance.

Now let me explain the process of fragmentation in detail. In an ideal world, all files stored on your hard disk would be stored in a continuos fashion i.e. in one piece. Suppose you need to modify that file, but there’s no space immediately after that file. In that case, your file is in two parts, and this means that the hard disk has to work harder to get you your stuff.

Now what most defragmentation software do is that they simply jam the two piece together by finding an empty space on the hard drive large enough to store the two pieces of the file together. But this really isn’t all that good, because all this does is create two smaller gaps, where the files originally were. And when you put files in them, they’re likely to get fragmented as well.

Cue AusLogics Disk Defrag

Yikes!

Yikes!

Auslogics is an Australian company which makes a load of system optimization software, of which some are free.

Disk Defrag is easy to setup and very straightforward. Once installed, launch it, and you will get a screen similar to the screenshot. Just select the drives you want to defragment and click on Defrag. Alternatively, you can choose to just analyze your disks first.

One important thing about this tool, is that it takes defragmentation back to the way it was pre-Vista. Vista didn’t even have a defrag tool you could use manually. I think it had some automatic system which was rubbish. 7 has a defrag system you can use, but no GUI to show exactly how bad the fragmentation really is. Even in XP, the horizontal graph showing the fragmentation wasn’t as great as 98′s tool.

Plus, after you’re done converting swiss cheese into fully formed files, it even generates an HTML report for you, so you can see which files couldn’t be defragmented and why (eg. due to low disk space or insufficient privileges)

You can also schedule defragmenting sessions to be held overnight, which is helpful. Plus, this can turn defragmentation into a passive maintenance process, which is the way it should be.  You can also choose to defrag a particular folder/file, which is a new feature I’ve never come across before.

On the whole, it’s a brilliant program, and I’m sure to recommend it to anyone I meet, including the ravenous bugblatter beast of traal, assuming it uses a computer…

Tags: , , ,

Windows Irritants : Low Disk Space

My hard disk is well, really a bit of a mess. I’ve got so many partitions, that free space is now really all over the space. One of the issue I have to deal with is partitions which are nearing fullness. I’ve got 3 such partitions : Scratch Drive (Z:), which is for my Windows swap file; Games, Vol. 1 (F:), and SCDA, which is just for one game. I’ll explain that in another post.

Anyway, the problem is that Windows 7 constantly bugs me about the amount of space left on these drives. Luckily, there’s a simple registry tweak for this.

Usual Disclaimer : Since I’m not behind your chair, with a gun at your head, you can’t hold me responsible for your actions. Do what you’re doing, at your own risk. You have been warned….muhahahaha…

Open the Registry Editor by typing in ‘regedit‘, in a Run dialogue (Ctrl+R). Now, in the tree, navigate to HKEY_CURRENT_USER -> Software -> Microsoft -> Windows -> CurrentVersion  -> Policies. Right-click on the right pane, and select New -> Key, and give the name as ‘Explorer’. Now, select the Explorer key in the left pane and in the right pane, right-click -> New -> DWORD (32bit) Value. Type in the name as ‘NoLowDiskSpaceChecks’. Then right-click on this new entry and select ‘Modify’. Change the value to 1.

Then you’re done. All you’ll need to do is restart ‘explorer.exe’. Do this by entering the Task Manager, going to the Processes tab, selecting explorer.exe, and pressing Delete. Confirm it, and all your windows will magically vanish…:-P…just open the Run dialogue and type in explorer.exe, and you won’t have any more annoying pop-ups and system tray icons.

Tags: , ,

Windows 7 RC1 : IE8 Horrors

It looks innocent enough. But underneath lurks a monster. Not a nice friendly one like a Firefox. Consider it a hugh, ungainly troll or something of that sort. Consider this:

I’ve got 3 tabs open : My WordPress post page, my Gmail inbos and a PCWorld article. Memory usage? – 285 MB!

No, that isn’t a typo, nor have I missed a decimal or something. I mean, you can run an entire OS for less RAM than that, and a simple web browser decides to lord it over my system. And I haven’t really got all that many resources to spare here. On checking the task manager, I find that there are a total of 3-4 processes for iexplore.exe. Each taking a humungous amount of RAM. And it’s not exactly as if IE8 is the zippiest browser around, as I pointed out in my earlier post.

Plus, I doubt the level of security of this browser, seeing Microsoft’s past record with IE. Seeing the level of browser integration with the OS, a small security loophole could just compromise the entire system. Thankfully, XP and Ubuntu are still around. I’m sure it’s just a piece of swiss cheese with a ‘blue e’ pasted on top.

And for some reason, it won’t automatically open the last Browsing Session, unlike Firefox, which asks you the first time you close the browser. Instead, all it asked me the first time I closed it, was whether I wanted to close the current tab or the entire browser. Speaks a lot about what Microsoft thinks of its customers…

Haven’t yet used WebSlices, mainly because I don’t really need it. Nevertheless, the big shocker was the memory leak. <shakes head>

Tags: , ,

The Tech Nut is using WP-Gravatar