Windows 7 - How to add Defragment Menu to the Context (right-click menu on drive)

Friday, January 8th, 2010

You can choose any of tools to be placed in the Context Menu. So it will easy to access it. In this tutorial you’ll see how to add Defragment Menu to the Context Menu.
1. Click Start Menu, type “regedit.exe” in Search Programs and Files column.
2. Navigate to this key: HKEY_CLASSES_ROOT\Drive\shell.
Share/Save

Windows 7 - How to disable highlight new program in start menu

Friday, January 8th, 2010

When you install new program on windows 7, that program will automatically highlighted in Start Menu. This highlight will dissappeared after that program was used.
But if you didn’t like it, you can disable it. Follow these steps below:
1. When you clicked Start Menu, you’ll see the highlighted programs shortcut.
Share/Save

How To Installing the Platform SDK for use with Visual C++ Express Edition

Wednesday, September 9th, 2009

When using Visual C++ Express Edition to compile and build win32 application it will get a error like:
‘fatal error C1083: Cannot open include file: ‘windows.h’: No such file or directory’
To Solve it you must install Microsoft Platform SDK.
There is some steps to setting up visual c++ Express edition for use Platform SDK:

From the Tools menu [...]