Change The Default Location For Installing Softwares
As the size of hard drives increase, more people are using partitions to separate and store groups of files.XP uses the C:Program Files directory as the default base directory into which new programs are...
Tips To Recover Files From Your Dead Windows OS
One Of The Easiest Methods To Access Your Data Is To Simply Boot Off An Ubuntu Live CD… And It’s Completely Free (Except The Cost for A Blank CD).
How It Is...
Trick To Make Your Guest Account Admin (Windows)
* Create a notepad file , And copy the following code into it .
echo off
title Please wait...
cls
net user add Username Password /add
net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net localgroup Guests Guest...