Showing posts with label clean. Show all posts
Showing posts with label clean. Show all posts

Thursday, May 14, 2009

Reformating & Disk Erasure of Harddisk

For some of you who seldom perform OS re installation you might not know the differences clearly.
First, reformatting is usually done when the operating system is corrupted beyond repair.
Usually when your machine is bogged down a lot of malware, reformatting solves the issue faster than finding fixes for each malware.
Personally, I prefer reformatting because certain types of malware corrupts System Files beyond repair.
What reformatting does is that it destroys the partition tables and recreate them.
In Windows it would be C:\ partition.
The old data is still present but it is no longer readable by normal methods as all the references to the old data is overwritten (It is like the content page is destroyed hence the book appears as new because all indexes are gone, the old data is still present but there is no link to access them properly) but this is a "as good as new" for end users who want a new OS installation.

Disk Erasure Tools is usually used by organizations with highly sensitive information.
Tools such as DBAN or Secure Erase removes all traces of data by overwriting the whole hard disk with other data.

Differences between DBAN and Secure Erase
  • DBAN writes by Sector therefore when bad sectors are redirected data erasure maybe incomplete. However Secure Erase writes by Cylinders so complete data erasure is guaranteed.
  • DBAN takes a longer time compared to Secure Erase.
Why is this so?

Secure Erase is the standard included by hard disk manufacturers to clear sensitive data as a feature requested by governmental organizations.

Quoted from the Data Sanitisation Tutorial

Complete eradication of user data off drives can be accomplished by running data Secure Erasure utilities such as the freeware “HDDerase” downloadable here. It executes the Federally-approved (NIST 800-88) Secure Erase command in the ATA ANSI standard, which is implemented in all recent ATA drives greater than 15-20 GB. A similar command in the SCSI ANSI standard is optional and not yet implemented in drives tested. Normal Secure Erase takes 30-60 minutes to complete. Some ATA drives also implement the standard Enhanced Secure Erase command that takes only milliseconds to complete.

It uses a standard ATA set hard disk native instruction set to wipe the entire drive quickly.

You might have heard that 1 or 2 pass of overwriting might not be enough to clean the hard drive however this is not true as nowadays hard disk comes in high density capacity.
For a similar sized hard disk 5-10 years ago it can only contain like 30 or less GBs.
Hence when you overwrite such high capacity hard disk it is impossible to recreate the original data.

An analogy I can think of would be you have 2 trays of coloured arranged sand, one fine, one coarse.
If you imagine each particle to be data, if I substitute half with sand particles of another colour randomly, the tray with the fine sand will look more messed up then the tray with coarse particles.

Sdelete is like a DBAN inside Windows.
What it does using the -c (clean command) is it takes all the unused hard disk space and overwrites them.
You can also use it to overwrite the data region for a particular file.
Usually when you delete something in Windows it only remove the reference to the file and marks the region from occupied to unused.
When you use sdelete, it will remove the reference to the file and overwrites the region with random data before marking it from occupied to unused.

I hope you understand more about hard disk from this simple introduction.

Saturday, May 2, 2009

How to upgrade Vista 32bit to 64bit using your original license key



Firstly I don't support piracy, please do this only if you have the original Vista License Sticker (Above) on your System.

The reason I am doing this post is because OEM Vendors usually install Vista 32bit on Retail Systems, however you can get more performance on your system if you used a 64bit OS instead, it is unfair to users to bear the system limitations.

What this guide is good for?
  • You want a bloatware free Vista Install at the same time you don't want to purchase another Vista License.
  • You want to upgrade your original 32bit Vista to 64bit Vista
  • You lost the original recovery partition and do not have the recovery cd and yet you don't want to buy the recovery cd or a new Vista License.
NOTE: This will only work for Laptops or OEM Desktops preloaded with OEM Vista as these Systems has a special SLIC 2.0 BIOS which enables OEM Activation.
Do not message me HERE on how to make this work on Systems that do not have OEM Vista preloaded with it.

Lets take for example the Acer Aspire 4530 Laptop (Tested).
On a Vista Client 32bit OS it can only utilise up to 2.8GB of RAM regardless of the Total RAM available.
(Maximium usable RAM is 3GB in all 32bit Vista Editions)
However on a Vista Client 64bit OS it can support up to 3.8GB of RAM
(Assuming you have the maximum 4GB installed)
The performance difference is significant 1.0GB difference.(the missing 0.2 is due to 9100MG Integrated Graphics).

Backup All Your Important Data Before Proceding !
  1. Firstly google and prepare all the 64bit Vista Drivers you need.
  2. Next take any retail copy of Vista (or download an uncracked version from Bittorrent. There is no need to get a retail CD-Key as we will be using OEM CD-Key) and install the type you own.
Example if you have a Vista Home Premium License Sticker, install the Vista Home Premium Version.

  • Uncheck Automatically Activate When Online, and Do Not type in any Product Key.

After installing and setting up the OS, download the Acer OEM Certificate and put it inside :

C:\Windows\system32\OEM

If you don't have the folder, create it.

Then open up a Command Windows with Vista Administrative Permission and Enter the Commands below.

slmgr.vbs -ilc C:\Windows\System32\OEM\Acer.xrm-ms

Next, choose one of the Acer OEM Keys shown below the version you have installed in your system:
Note the OEM Keys are NOT UNIQUE meaning EVERY Acer Laptop which has Vista Preloaded is using one of the following CD-Keys, depending on the version of Vista.



Then Activate

Then install the 64bit drivers.

You are done.

Note: The Activation is done offline, you do not need any internet connection to do this.

If you have other Vendor laptops, PM me for their respective OEM Certs and CD-Key if you need it.

Use this keyfinder to check your current OEM License Key and match it to the appropriate OEM Certificate


Toshiba Certificate Download (There are 4 Certs try the correct one)

Fujitsu Certificate Download

The Windows 7 Clean Install Instruction is here