May 17th, 2009

In windows 7,homeGroup makes it easy to share pictures, music, documents, videos, and printers with other people on your home network. When you set up a computer with this version of Windows, a homegroup is created automatically.
Create a homegroup
1.Go to Control Panel,then click Homegroup .In the Homegroup window ,click Create Home group [...]
Posted in General | No Comments | Read More
May 17th, 2009

In windows 7,Sync Center allows you to check the results of your recent sync activity if you’ve set up your computer to sync files with a network server (often called offline files). When you sync with a network server, you can access files by keeping synced copies of those files on your computer, even [...]
Posted in General | No Comments | Read More
May 16th, 2009

As you know,windows 7/vista put all system data and user data on the same partition,normally it’s drive C.Under this condition we must backup our user data every time we re-install our windows 7/vista.From windows vista ,Microsoft supply us a tool mklink which can create a symbolic link under windows 7 or vista just as the [...]
Posted in Windows 7 Tutorials | 22 Comments | Read More
May 13th, 2009

Boot Configuration Data (BCD) files provide a store that is used to describe boot applications and boot application settings. The objects and elements in the store effectively replace Boot.ini.
BCDEdit is a command-line tool for managing BCD stores. It can be used for a variety of purposes, including creating new stores, modifying existing stores, adding boot [...]
Posted in Windows 7 Tutorials | 2 Comments | Read More
May 13th, 2009

In earlier versions of Windows,eg:windows xp, boot.ini was a system file that contained information about the Windows operating systems installed on a computer. This information was displayed during the startup process when you turned on your computer. It was most useful in multiboot configurations, or for advanced users or administrators who needed [...]
Posted in General | 1 Comment | Read More
May 12th, 2009

With Remote Desktop Connection, you can access a computer running Windows from another computer running Windows that’s connected to the same network or to the Internet. For example, you can use all of your work computer’s programs, files, and network resources from your home computer, and it’s just like you’re sitting in [...]
Posted in Windows 7 Tutorials | 16 Comments | Read More
May 12th, 2009

In windows 7,you can use Snipping Tool to capture a screen shot, or snip, of any objects on your screen, and then annotate or save, or share this image.
Snipping Tool supports the following types of snips:
Free-form Snip. Draw a free-form shape around an object.
Rectangular Snip. Drag the cursor around an object to form [...]
Posted in Windows 7 Tutorials | 13 Comments | Read More
May 11th, 2009

In windows 7 ,you can change individual parts of a theme (the pictures , colors, and sounds), and then save the revised theme for your own use or to share with other people.Below is a simple guide about how to customize theme in windows 7
1.Open Personalization by right-click your desktop
2.Click the theme that you [...]
Posted in Windows 7 Tutorials | No Comments | Read More
May 10th, 2009

We can do this by changing the registry.
Note:please backup your registry before your do this update.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\runas]
@="Add Aministrator Privilege"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
[HKEY_CLASSES_ROOT\exefile\shell\runas2]
@="Add Aministrator Privilege"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\exefile\shell\runas2\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" [...]
Posted in Windows 7 Tutorials | 3 Comments | Read More
May 7th, 2009

If you don’t like the default logon background of windows 7,or you want to change the background to a picture you like,you can do it easily in windows 7 without any third-party softwares.Below will give you a simple guide about how to do it.
1.First launch regedit then go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background
2.Change the vaulue of OEMBackground to [...]
Posted in Windows 7 Tutorials | 4 Comments | Read More