click tracking

| Subcribe via RSS


Tips : Safely Remove Linux from Your PC and Restore your MBR

May 25th, 2008 | 3 Comments | Posted in Computer, Tips

First, you need to know where your Linux operating system is installed (which they currently live drive). Please note that Linux formats the drive as HFS instead Fat/Fat32 or NTFS (these are the file systems used by different operating systems).
So HFS partitions are not seen by Windows, so its hidden.

To remove the Linux partitions in WindowsXP go to your ‘Control panel’ > Admistrative Tools > Computer Managment
Open ‘Disk Management’, and you will see your Linux drives as ‘Unknown partition’ and the status of the drive. Bearing in mind you know what partition and disk you installed to it will be asier to recognise as the drive/partition where you had installed it to.

Once you have identifed the drives, ‘right-Click’ on the drive/partiton and select ‘Delete Logical Drive’

Once you have done this, you now have free space.

The next part is very important. Once formatted the hard drive, reformat it as your required file system type. either FAT32 or NTFS. Now is the important part is waiting for us!
More »

Boot Win xp Fast

May 22nd, 2008 | 1 Comment | Posted in Computer, Tips

Follow the following steps :

  1. Open notepad.exe, type “del c:\windows\prefetch\ntosboot-*.* /q” (without the quotes) & save as “ntosboot.bat” in c:\
  2. From the Start menu, select “Run…” & type “gpedit.msc”.
  3. Double click “Windows Settings” under “Computer Configuration” and double click again on “Shutdown” in the right window.
  4. In the new window, click “add”, “Browse”, locate your “ntosboot.bat” file & click “Open”.
  5. Click “OK”, “Apply” & “OK” once again to exit.
  6. From the Start menu, select “Run…” & type “devmgmt.msc”.
  7. Double click on “IDE ATA/ATAPI controllers”
  8. Right click on “Primary IDE Channel” and select “Properties”.
  9. Select the “Advanced Settings” tab then on the device or 1 that doesn’t have ‘device type’ greyed out select ‘none’ instead of ‘autodetect’ & click “OK”.
  10. Right click on “Secondary IDE channel”, select “Properties” and repeat step 9.
  11. Reboot your computer.

Hide Drives and Partitions

May 8th, 2008 | 2 Comments | Posted in Computer, Tips

Do you have data on a partition or hard drive that you don’t want tampered with or easily accessible to other users? Well, you can hide any drive/partition in Windows XP, NT, and 2000. That means that they won’t show up in Explorer or My Computer.

If you want access to that drive from your user account you should create a desktop shortcut before proceeding. Once hidden, you can still access by typing the drive letter and a colon in Start/Run—for example, “D:” will bring up a folder of the contents on your D drive.

The easiest way with Win XP is to use the TweakUI power toy from Mcft. Go to Start/Run and type in “tweakui” (without the quotes).

Go to My Computer/Drives and uncheck the drive/partition(s) you want hidden. Click “Apply” or “OK” when finished.
More »

Partitioning Your Harddisk With Fdisk

May 6th, 2008 | 2 Comments | Posted in Computer, Tips

Partitioning your HardDisk

Partitioning involves creating logical units on your hard drive that are then addressed as different drive letters. Not only does it help to organize your data (program files on one drive, games on another, documents on another) but also to speed up your PC. This is so because the drive head has to move a lesser distance for accessing data within one partition. You can also have different filesystems and OSs on the same hard drive.

Partitioning can be done using ‘fdisk’ in DOS/Windows 9x or ‘disk management’ in Windows 2000/ NT/XP. We will describe the procedure for fdisk, since disk management is GUI driven and the basics otherwise remain the same. While several other commercial packages like Partition Magic are available, these utilities (fdisk, computer management) are bundled with their respective OSs. You need a bootable floppy with fdisk.exe, format.com, and sys. com utilities. Before starting, decide how many partitions you want to create and their sizes. You can create one primary and one extended partition using the DOS fdisk. The extended partition can then have multiple logical partitions. Boot your machine using the bootable disk, and do the following.
More »