Showing posts with label vista. Show all posts
Showing posts with label vista. Show all posts

Friday, March 27, 2009

Converting from IDE to AHCI in Windows Vista

When you do a fresh install on Vista
First select to boot in IDE mode by selecting IDE in BIOS
After completing the install
Do the following
  1. Click Start, type regedit in the Start Search box, and then press ENTER.
  2. If you receive the User Account Control dialog box, click Continue.
  3. Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Msahci
  4. In the right pane, right-click Start in the Name column, and then click Modify.
  5. In the Value data box, type 0, and then click OK.
  6. On the File menu, click Exit to close Registry Editor.
Restart and select AHCI in BIOS

This only applies when you are reformatting your computer from scratch from a Vista Install CD
If you are doing image recovery the above is already completed


From Microsoft Help & Support

Monday, March 16, 2009

Nice Firefox Themes

Nothing Technical for this entry

I will just be introducing some nice themes for Firefox

ANTHEM

Made by Wesley Hales
Download here



Office 2007 Black

Made by t-rane

Download here

HEAVEN.CUBE 1.43

Made by h3j4
Download here

Just Black (A Cylence theme for Firefox 3) 1.0.1

Made by Julien Saurin
Download here

These themes seriously makes IE, Safari and Opera look boring =P

All the themes mix very well with the default Vista themes.I like them because although they are black themes they are not too dark. Enjoy =)


Monday, November 24, 2008

How to optimize Vista Boot

Using Windows Vista Disk Defragmenter
Starting with Windows XP and continuing in Windows Vista, the Prefetcher service will automatically optimize the location of the boot files in your hard drive using Windows Disk Defragmenter. However, this occurs only after a certain number of boots and when it gets around to it (because it runs only when your computer is idle).

Microsoft has a talented team working on the Prefetcher service that even took into consideration your system boot changes. For example, you might install an updated device driver or add new hardware. To solve this problem, the systems will re-defragment the boot files every three days.

Tip: Windows keeps track of the last time that it has optimized the boot file so that it can calculate how often it should run the boot defrag. If you are interesting in finding when the last time was that the boot defrag was run, open regedit and navigate to HKEY_LOCAL_MACHINESOFTWARE\Microsoft\Windows NT\CurrentVersion\Prefetcher, and then look for the key named LastDiskLayoutTimeString.

An operating system that takes care of itself? Yes, Windows is getting smarter and smarter. However, there is still one problem: There is no possible way to directly initiate a boot defrag. The only way is to leave your computer on for a little while without using it at all. If you are impatient and do not want to wait, I have a solution for you.

As I mentioned earlier, the system will initiate the boot defrag only when the system is idle. Typing in a command that will start the boot is not possible. However, you can tell your computer, even when it is not idle, to process the idle tasks. This will indirectly start the boot defrag. Because the boot defrag is most likely not the only idle task waiting to be run, other processes will be run, too, which can cause your computer to appear to be doing a lot of hard work—from a few minutes up to half an hour—as it completes all tasks. During this time, your computer should not be used for any intensive activities such as playing games. If you try to use your computer while the idle tasks are being processed, you will notice slow performance until the tasks are completed.

Perform the following steps to process all idle tasks:

  1. Click the Start button, type cmd in the Search box, and press Enter.
  2. When the command prompt opens, type
  3. Rundll32.exe advapi32.dll,ProcessIdleTasks and press Enter.
  4. Your computer will now work on the tasks.
Performing these steps will allow your system to defrag the boot files; however, the boot defrag is done every three days. Processing the idle tasks more frequently will do nothing to help you boot because the boot defrag will not be on your idle tasks lists all the time.