Vista boot error: BOOTMGR is missing
When you try to boot your Vista PC up and ended with the error which says “BOOTMGR is missing. Press Ctrl+Alt+Del to restart. blah blah”. and so, being an obidient person, you proceed to hit Ctrl+Alt+Del, only to find that you are back to the same screen. So common sense tells you that when something is missing, unlikely that it will come back from no where. The next thing you do is to pop in the Vista DVD and proceed formatting your PC, totally skipping the diagnostic tools that Microsoft had given you to make your life somewhat easier.
Microsoft had actually included a tool in the Vista DVD to fix BOOTMGR file problem, and its quite a handy tool to save your trouble of reformatting your PC.
- Boot up your PC using the Vista DVD.
- At the language selection screen, click Next.
- On the next screen, click on Repair your computer.

- In the System Recovery Option screen, select the Windows installation and click Next.

- In the Choose a recovery tool screen, select Startup Repair.

- The recovery tool will the proceed to find the problem and fix it. When the recovery process is completed, remove Vista DVD and reboot your computer.
Converting VHD boot disk from IDE to SCSI in Virtual Server 2005
SCSI disk are usually faster than IDE disk. This too applies to virtual hard disk. But if you ever got into a situation where you have deployed your VHD as IDE disk, you can still convert them into SCSI disk without having to rebuild the VHD.
- Launch Virtual Server Administration Website.
- On the side panel, under Virtual Machines, choose Configure and select the VM that you want to configure.
- Click on SCSI adapters in the configuration page.
- Click on Add SCSI Adapter, SCSI adapter ID: 7 and click OK.
- Leave the VHD as IDE disk and start the VM.
- Once inside the VM, go to Device Manager, look under Storage controllers (Windows Vista) or SCSI and RAID controllers (Windows XP). You should see the following
- Adaptec AIC-7870 PCI SCSI Adapter or
- If you have Adaptec AIC-7870 PCI SCSI Adapter, you will need to install a new driver. The Adaptec driver will do, but it is a slow SCSI driver. To update the driver
- Right click on the adapter and select Update Driver…
- Choose Install from a list or specific location and Have Disk.
- Browse to %Programfiles%\Virtual Machine Additions and click OK.
- The driver will then be installed. Make sure that Microsoft Virtual Machine PCI SCSI Controller is listed in device manager now.
- If you have Adaptec AIC-7870 PCI SCSI Adapter, you will need to install a new driver. The Adaptec driver will do, but it is a slow SCSI driver. To update the driver
- Microsoft Virtual Machine PCI SCSI Controller
- Adaptec AIC-7870 PCI SCSI Adapter or
- Shutdown the VM.
- Move the IDE VHD boot disk to a SCSI interface.
- Start the VM.
How to delete auto-complete email addresses in Outlook 2003
Whenever you attempt to type an email address (that had been used previously), you’d notice Outlook will provide a drop down list containing previous similar addresses you had used. So after some usage, the list gets longer and you want to clear the history and finding no setting in Outlook and you start to uninstall and reinstall Outlook. So here’s a faster way or you.
- Close Outlook.
- Launch Windows Explorer, type %appdata%\Microsoft\Outlook in the address bar and hit enter.
- locate files with extension *.NK2 and delete them (usually named Outlook.NK2).
- Launch Outlook.
Another method which allows you to delete selected history.
- In Outlook, type the address that you wanted to delete.
- Once the drop down list appear, use your arrow key and navigate to the address to be deleted.
- Hit Delete key on your keyboard to delete it.
偶又上班了
其实已经有两个星期了。 那上回的失业有怎么搞的?那当然是已经找到新的工作才辞职的啦。不然哪敢啊?谁来给我生活费?
那新的工作怎样?马马虎虎啦。 新同事呢?还好啦。也许因为年龄的差距,没太多能聊的。
不过老实说,这份工跟我所期待的还真差的好远。但都开工了,也只好将就点吧。
No commentsMicrosoft coming head on with counterfeit Vista
Microsoft has just released a new update (kb940510) on the Windows update to tackle some of the widely used hacking method to activate Windows Vista.
Unfortunately due to time constrain, I am unable to test on the behaviour of this update. But do note that this update is listed on the Windows update and is not stealth installation. It is also said that this update will not disable any Vista features except giving you a good WGA nagging.
Might test this update when I have the time.
No comments偶失业了
从第一天上班到失业那天,不过短短的半年。我也不想的,但公司前途无望,不景气,只好辞职,另求高某了。
还记得找到这份工时还蛮开心的,因为才刚毕业没多久就被聘请了。而且公司还蛮有历史的,应该还不错。没想到竟看走眼了。。。哎
失业,失恋 (去死) 还有什么没失过呢?
How to automatically clear IE7 browsing history when you logoff/shutdown?
This is especially useful when you have a computer that can be accessed by multiple users or public. To do this, you must first prepare a batch file to execute the various commands to clear the IE cache.
There are various cache that you can clear.
Temporary Internet Files
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
Cookies
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
History
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
Form Data
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
Passwords
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
Delete All
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
Delete All - “Also delete files and settings stored by add-ons”
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351
Simply create a file clearIE.bat and type in the command you want, corresponding to the cache that you want to clear. You can also combine multiple commands in the same clearIE.bat to achieve the result you wanted.
Next, fire up Group Policy Editor. Go to Start, Run, then type in gpedit.msc and hit OK.
There are 2 parts after this, depending if you want to clear the cache during logoff or shutdown.
To clear cache during logoff
- Inside Group Policy Editor, expand User Configuration > Windows Setting > Scripts (Logon/Logoff).
- On the right panel, select Logoff, right click and select Properties.
- On Logoff Properties window, click on Add.
- On Add a script window, click on Browse, navigate to the location where clearIE.bat is at, select it and click Open.
- Click OK, Apply then OK.
To clear cache during shutdown
- Inside Group Policy Editor, expand Computer Configuration > Windows Setting > Scripts (Startup/Shutdown).
- On the right panel, select Shutdown, right click and select Properties.
- On Shutdown Properties window, click on Add.
- On Add a script window, click on Browse, navigate to the location where clearIE.bat is at, select it and click Open.
- Click OK, Apply then OK.
That’s all. Just do some logoff and shutdown to make sure that the batch file is working.
1 commentMinimized programs are missing from the taskbar
- Download this file.
- Extract winxp_fix_tasksbar.vbs to any location and execute it.
How to Restore Missing ‘Show Desktop’ Icon on the Quick Launch Toolbar?
- Right click on the Quick Launch toolbar (move the mouse cursor to any part of the Quick Launch toolbar other than the icons).
- Select Open Folder (This will open the folder containing all the shortcuts in the toolbar. The path typically will be C:\Documents and Settings\<_user>\Application Data\Microsoft\Internet Explorer\Quick Launch.).
- Create a *.txt file in the folder.
- Open the newly created *.txt file and type in
[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop - Save and rename the *.txt file to Show Desktop.scf
How to disable “http://runonce.msn.com/runonce2.aspx” as IE homepage?
You can manually edit the registry or run the file below.
*Note that editing the registry wrongly might cause your system to be unstable or even crash. Handle with care.
To edit the registry
- Go to Start then Run.
- Type regedit and click on Ok.
- Inside the registry editor, on the left panel, navigate to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main.
- Then on the right panel, locate RunOnceComplete and RunOnceHasShown.
- Double click on them and change the Value data to 1.
- Close the registry editor.
Alternatively, you can download this file and run the registry file inside.
No comments












