How to change any folder background: Windows Seven: Hot & Funny Tips

You don't need any software for this & this is very funny to make some change into the look of your background instead of boring white color all the time. [ For Windows Seven ]

[click on picture for full view]

Okay, now let's see how to do this:
  • At first open the notepad [start button>all program>accessories>notepad]
  • After that write the following script in the notepad:
          [AveFolder]
          IconArea_Image=F:\Background\pic2.jpg
          ShadowedText=0
          Recursive=1
          TextR=256
          TextG=256
          TextB=0
  • Now save this  desktop.ini  in to the folder that you want to change the background of.
Note:

  1. Here  pic2.jpg is the name & format of the background picture. Type the name & format correctly. Say. your image name is Picture & format is png. Then you'll write picture.png.
  2.  F:\Background\pic2.jpg is the location of the picture that you want to make the background with. You can give your own image location as where your picture is located into.For example: You want to make the folder background with the image picture.png that is in your D drive. Then you'll write this as   IconArea_Image=D:\picture.png.
  3. TextR is Red value of Text color,
    TextG is Green value of Text color,
    TextB is the Blue value of text color.
    ShadowedText is the shadow size for texts.
    You can change all these values to get new colors combinations.

    Finally open the properties of your desktop.ini & Check on Read only & Hidden.
    Make it hidden when you r finished with your desired background & text color.

    ENJOY  :)               

How to (Flip) Upside Down text in Facebook Status Update


It's that easy.... :)

Go to the website www.fliptext.org.
In the upper field type your status that you want to update and then click on Flip Text button.
Now in the lower field you will see flipped text of your status.
Copy this flipped text & paste where you want to.....


Windows Seven Tips - Turn off recent features in explorer search


    When you search through your PC from Windows Explorer, you can see the most recent searches that have been performed. If you share a PC and don't want others to see what you've searched for, you can turn off the recent searches feature:

1. In the Start menu's Search box, type GPEDIT.MSC and press Enter to launch the Group Policy Editor.

2. Go to User Configuration --> Administrative Templates --> Windows Components --> Windows Explorer.

3. Double-click "Turn off display of recent search entries in the Windows Explorer search box" and select Enabled from the screen that appears. Then click OK. The recent searches feature will now be turned off.

Windows seven Tips - Open a command prompt at anywhere


     Command prompt fans will welcome this tip. With it, when you're in Windows Explorer, you can open a command prompt to any folder. This tip does exactly what the Windows XP PowerToy "Open Command Window Here" does.

To use it, hold down the Shift key and right-click a folder, then choose "Open command window here" from the context menu that appears.

N.B. - This tip doesn't work in the Documents folder.

Windows Seven Tips - improve and monitor power efficiency


         Have a laptop and want to get more battery life out of it? Windows 7 includes a hidden built-in tool that will examine your laptop's energy use and make recommendations on how to improve it. To use it:

1. Run a command prompt as an administrator. To do this, type cmd in the search box, and when the cmd icon appears, right-click it and choose "Run as administrator."

2. At the command line, type in the following:

powercfg -energy -output \Folder\Energy_Report.html

where \Folder represents the folder where you want the report to be placed.

3. For about a minute, Windows 7 will examine the behavior of your laptop. It will then analyze it and create a report in HTML format in the folder you specified. Double-click the file, and you'll get a report -- follow its recommendations for ways to improve power performance.

Windows seven Tips - Shake Your Desktop Free of Clutter


         If you frequently run multiple programs simultaneously, your desktop can get extremely cluttered. This can get annoying if you're working on one program and want to minimize all the other windows -- in previous versions of Windows you had to minimize them individually.

With Windows 7's "shake" feature, though, you can minimize every window except the one in which you're currently working -- in a single step. Click and hold the title bar of the window you want to keep on the desktop; while still holding the title bar, shake it quickly back and forth until all of the other windows minimize to the taskbar. Then let go. To make them return, shake the title bar again.

You can accomplish the same thing by pressing the Window key-Home key combination -- although doing that is not nearly as much fun.

Free up or clear the RAM in windows PC


Sometimes, the process which have executed but are not required by the Operating System are stored on the RAM. So, we can remove or freeup the RAM with unused junk data to Speedup the System or processing speed.
We can clean the RAM just by using a Notepad application. This does not require any advanced software. The process to do so is as follows.

Open the Notepad

Type
FreeMem=Space(64000000)
save it as “CleanRAM.vbs” on desktop
Note: Type the name of file along with inverted commas
Run the file and your RAM may be free.
Of course you can edit the code in the file for a greater “cleaning-progress”.
For example:
FreeMem=Space(1280000000)
FreeMem=Space(2560000000)
FreeMem=Space(5120000000)
FreeMem=Space(10240000000)