Archive for the ‘Windows’ Category

Reset Administrator password on Windows XP

Posted on March 7th, 2008 in Windows | 3 Comments »

Password Icon

One of the best security practices is to regularly change your computer password, but sometimes you just forget the last password you have set! And it’s really buggy.

Here’s a good way to reset your administrator password on Windows XP. Use it wisely.

Read the rest of this entry »

How to backup Windows registry

Posted on March 1st, 2008 in Windows | 1 Comment »

Registry backup icon

When you read about registry tricks such as our previous post, you often see the authors warning you to do the registry changes on your own risk, and they advice you to backup your registry prior working on it. But few authors have actually provided the way to do this backup.

It’s actually pretty easy, here’s how to do it.

Read the rest of this entry »

Limit remote desktop connections on Windows 2003

Posted on February 18th, 2008 in Windows | No Comments »

Remote Desktop Icon

We use a billing server in our workplace with Windows Server 2003 installed on it, and for some reason we control it using remote desktop connection.

By default, remote desktop for administration on Windows Server 2003 will allow two concurrent sessions. However, we need to limit the number of sessions to one only because we don’t want to run two processes of our billing software in two different session in order not to mess up our data.

Here’s how we did it.

Read the rest of this entry »

Terminal Services Vs. Remote Desktop

Posted on February 14th, 2008 in Windows | No Comments »

Remote Desktop Icon

This post goes to whoever doesn’t know the difference between Terminal Services and Remote Desktop. For a simple user they’re almost the same, however for a system administrator they’re totally different, knowing that they both use Remote Desktop Protocol (RDP).

Anyway, how do Terminal Services and Remote Desktop differ?

Read the rest of this entry »

Speed up disk access in Windows XP

Posted on February 11th, 2008 in Windows | 2 Comments »

Hard DiskDo you know that each time you access a file, one of its attributes is updated? That’s the “Last Accessed” attribute which is a timestamp that indicates when a file was last opened. This will of course slow down the accessing process a little bit, and if you don’t need that timestamp then it’s better to simply disable updating it each time a file is accessed on your computer.

Here’s how to do it.

Read the rest of this entry »

Disable automatic restart after Windows update

Posted on February 8th, 2008 in Windows | 2 Comments »

Windows UpdateBy default, Windows will restart automatically after downloading and installing updates IF your Windows Update is set to “Install updates automatically”. We have noticed this behavior on Windows XP/2003/Vista, and it is annoying because sometimes you might be running some process and cannot afford stopping it to do a restart.

Here’s a workaround to keep on automatically downloading and installing updates without automatically restarting your computer or server.

Read the rest of this entry »

Disable Autorun in Windows Vista

Posted on February 6th, 2008 in Windows | No Comments »

AutorunAutorun allows Windows to automatically launch a software when a CD-ROM is inserted, and it is mostly used to install new programs, you insert the CD and the setup file will be launched automatically. But this is not always good as autorun can be exploited to install some bad programs on your computer without your knowledge.

Prior introducing Windows Vista, we were able to avoid autorun by simply holding down the “Shift” key while inserting the CD, and none of the programs will be run automatically then. This works in Windows 95 to XP, but not in Vista. However, there exists a workaround to disable autorun for good in Windows Vista.

Read the rest of this entry »

Prevent downloading XP SP 3 and Vista SP1 Release Candidates

Posted on January 30th, 2008 in Windows | No Comments »

Windows UpdateWe think you are aware by now that Windows XP SP3 and Vista SP1 release candidates are out for the public to download and install from Microsoft.

However, some people might choose not to download these RC versions and choose to wait until the final packs are released. Because although these releases are official but you never know what might go wrong when using them. Luckily, Raymond provides a working way to disable downloading and installing Windows XP SP3, Vista SP1, and 2003 SP2 in Windows Automatic Update. We’re sharing it here in case you too do not want to download these service packs.

Read the rest of this entry »

Quickly startup your Vista

Posted on January 23rd, 2008 in Windows | No Comments »

300 Km/hIf you’re the kind of users who install lot of software on their systems, then we do imagine that you spend a good time waiting for your computer to startup.

Previously, and in order to speed up your Windows booting, people used to advice you to change the startup type of services that you don’t need from Automatic to Manual, some even advise to disable them!

Today we’re going to suggest something new for Windows Vista users, and we will not be denying any single service from launching at startup. Still, Vista will be starting much faster.

Read the rest of this entry »

.htaccess, apache, wordpress, permanent links and windows

Posted on January 15th, 2008 in Windows | No Comments »

If you have worked on a wordpress installation under linux then you already know that when you update your permanent links structure, wordpress is supposed to automatically update the .htaccess file accordingly, however this behaviour might not happen if you are running Apache under Microsoft Windows.

Read the rest of this entry »