Camstudio(Record your computer’s activity)

CamStudio is able to record all screen and audio activity on your computer and create industry-standard AVI video files and using its built-in SWF Producer can turn those AVIs into lean, mean, bandwidth-friendly Streaming Flash videos (SWFs)

Here are just a few ways you can use this software:

* You can use it to create demonstration videos for any software program
* Or how about creating a set of videos answering your most frequently asked questions?
* You can create video tutorials for school or college class
* You can use it to record a recurring problem with your computer so you can show technical support people
* You can use it to create video-based information products you can sell
* You can even use it to record new tricks and techniques you discover on your favourite software program, before you forget them

You can download it from here.

Make your Windows XP talk as you type

Open a text file in notepad and write:

copy from here:-

Dim msg, sapi

msg=InputBox(“Enter your text”,”Talk it”)

Set sapi=CreateObject(“sapi.spvoice”)

sapi.Speak msg

Save the file with a (*.vbs) extension, it will create a VBScript File.

It will prompt you for a text, input the text and press ok.”

Virtualbox(Run multiple OS Simultaneously)

VirtualBox is an x86 virtualization software package, originally created by German software company innotek, now developed by Sun Microsystems as part of its Sun xVM virtualization platform. It is installed on an existing host operating system; within this application, additional operating systems, each known as a Guest OS, can be loaded and run, each with its own virtual environment.

Supported host operating systems include Linux, Mac OS X, OS/2 Warp, Windows XP or Vista, and Solaris, while supported guest operating systems include FreeBSD, Linux, OpenBSD, OS/2 Warp, Windows and Solaris.

According to a 2007 survey by DesktopLinux.com, VirtualBox is the third most popular software package for running Windows programs on Linux desktops.

Shutdown,restart,hibernate shortcut

Go to your desktop and right click somewhere clear then choose SHORTCUT from the NEW menu.

Enter shutdown -s -t 0 then click next.

For other things here are the codes:
Restart: shutdown -r -t 0
Logoff: shutdown -l -t 0
Hibernate: rundll32.exe PowrProf.dll, SetSuspendState Hibernate

Type Shut Down (Title Name) or whatever you want, Click Finish.

Windows System Assessment Tool

The Windows System Assessment Tool (WinSAT) is a module of Microsoft Windows Vista which measures various performance characteristics and capabilities of the hardware it is running on and reports them as a Windows Experience Index (WEI) score, a number between 1.0 and 5.9. The WEI is due to increase its maximum score with future updates. The WEI includes five subscores: processor, memory, 2D graphics, 3D graphics, and disk; the basescore is equal to the lowest of the subscores.

The WEI allows users to match their computer hardware performance with the performance requirements of software. For example, the Aero graphical user interface recommends a WEI score of 3 or higher for satisfactory use of the “Aero Glass” feature. The WEI can also be used to show which part of a system will provide the greatest increase in performance when upgraded. For example a computer with the lowest subscore being its memory, would benefit more from a RAM increase than adding a faster hard drive (or any other component).

Microsoft intends that software publishers list WEI scores to specify hardware requirements instead of specific technical parameters (such as “256MB of RAM or more”). Microsoft also intends that hardware manufacturers publish the WEI scores of their computers. However, few software or hardware vendors have done so to date.

The WEI is also available to applications through an API, so they can configure themselves as a function of hardware performance, taking advantage of its capabilities without becoming unacceptably slow.