Vista Tips and Tweaks, Vista/7 Tips, Vista Tutorials, Vista SP1

Remove the "Send feedback" button in Windows 7 Build 6956

I think those who has installed Windows 7 Build 6956 may have noticed that there are links named "Send feedback" on the windows, natigating you to give feedbacks to Microsoft. So, if you don't want to see them, or they hinder your everyday use, it is possible to remove them.

Fix 2869 error when installing msi files

In Windows Vista , if we keep UAC open, then a dialogue box will pop-up to ask for your permisson when we want to run some app. Or, right-click on the app, usually you will find a "Run as admin" button. However, unusually, if it is a msi file, there is no such button. And sometimes when we run it, it willk tell you 2869 error. How to solve?

20 Tips for More Efficient Google Searches

For millions of people Google is an indispensable search tool that they use every day, in all facets of their lives. From work or school, research, to looking up movies and celebrities to news and gossip, Google is the go-to search engine.

How to enable stereo mixing recording in Vista

In Windows Vista, the stereo mixing recording is disabled and hidden by default, but sometimes we may need it, especially for those music fans. So, we try to enable it.

How to chage the default location of your personal folders?

I don't know if you have come arcoss problems when you reinstall windows, your personal folders such as documents,musics,pictures .etc are formated by mistake. If so, i think it will be suffering. Any way to avoid it? Here is the answer.

To Use the Bootrec.exe tool to repair startup issues in Vista

It is common to have boot problems in Vista. Somtimes people might try to solve but failed and then turned to reinstall Vista, which may take a lot of time. Actually Microsoft Help and Support Center tells us you can use the Bootrec.exe tool in the Windows Recovery Environment (Windows RE) to troubleshoot and repair the following items in Windows Vista:

Watching 720P HD videos on Youtube

As the largest video sharing center, Youtube provides us countless videos of all aspects in our life. However, limited by many factors,most of the videos are low resolution ones. It is quite a pity in this HD world. Is any way to make up it?

Commands make your work more effiently

Windows Vista brings us a new control panel which is quite useful in computer using. However, somtimes we may find we need to hit one button after another before we find the destination. For example, if we want to reach "Appearence Settings", we should right click on the desktop and hit Personalize. Then after we enter "Appearence and Color" we still need to hit "Open classic ...." to bring out the dialog box. Any way convenient?

Fix problem when resuming from sleeping, Vista cannot get on to internet

Yesterday a friend asked me why the access to internet was denied when his Vista resumed from sleeping. I think some of you may have come across the same question. This is not a big problem. Just restart your computer and everything goes fine. But it may bother us a lot, especially when we are back to work. In fact, there is a simple way to fix it.

How to find out Unused IP Addresses in Lan ?

No matter you are a webmaster or just a worker who wants to find a IP address in the network of the company, sometimes it maybe useful to find out that which IP addresses have been used.  Usually we can use the command 'For…in…Do'. If we want to know the unused IP addresses from 192.168.1.1 to 192.168.1.100, just run 'For /L %f in (1,1,100) Do Ping.exe -n 2 192.168.1.%f '.