Friday, 1 April 2011

Saturday, 26 March 2011

Disappear Taskbar permanently

I often wondered, how to convert my windows XP appearance to Mac. After a long struggle I got the idea. The best way to make your XP look like Mac is to remove taskbar permanently and add a dock instead of it. Below is the regedit code to disappear taskbar permanently.

Steps:


1. Go to Start >> Run >> Regedit.
2. Navigate to the following directories:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace
3. Delete the following subkey: {0DF44EAA-FF21-4412-828E-260A8728E7F1} and navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace
Delete the following key: {0DF44EAA-FF21-4412-828E-260A8728E7F1}

Sunday, 13 March 2011

Tuesday, 8 March 2011

Use the Notepad as your personal diary

I often wondered to make my own digital diary. There is a simple feature in Notepad that can make it work like a personal diary for us. Here is how to go about it:


1.Firstly open a blank Notepad file.
2. Now write .LOG as the first line in the file, then press enter. Now save the file and close it.
3.Open the notepad file now and you will find that the current date and time has been

appended (put) at the end and the cursor is in the next line.
4. Type your notes and then save and close the file.

5. Each time you open the file, Notepad repeats the process,that is it appends the date and time

to the end of the file and places the cursor below it.

 

Hidden Programs In Windows XP !

I am using Windows Xp for a long period of time, but I was not knowing about this hidden applications that are present pre-installed in my computer. Is it strange to hear , but true that some good programs are hidden in Windows XP.  Following are the programs try it on...

1. Private Character Editor :


Private Character Editor is a limited font editor that comes with Windows for creating private use characters.



Steps to start:


1. Start>>Run
2. Now, type eudcedit

2. Dr. Watson :


Dr. Watson is an application debugger included with the Microsoft Windows operating system. It is usually named drwatson.exedrwtsn32.exe or dwwin.exe depending on the version of Windows. This an inbuilt windows repairing software.



Steps to start:


1.  Start>> Run

2. Now, type drwtsn32



3. iExpress :


IExpress is a technology designed to simplify creation of a setup program. Using the step-by-step IExpress Wizard, you can create self-extracting files that automatically run the setup program contained inside.



Steps to start:


1. Start>>Run
2. Now, type iexpress

Monday, 7 March 2011

Saturday, 5 March 2011

Windows 7 Manager

Windows 7 Manager is an all-in-one utility for Microsoft Windwos 7 specially, it includes over thirty different utilities to optimize, tweak, clean up and repair your Windows 7, helps you make your system perform faster, eliminate system fault, increase stability and security, and personalize your copy of Windows 7. It is an excellent companion for windows Windows 7. Get detailed information of softwares, hardwares and running processes; cleans system automatically by clicking once mouse key; Repair Center fixs various system problems and much more. Try it...


Download Link

Friday, 4 March 2011

Windows 7 Themes

Download the Ultimate Themes for your Windows 7 and enjoy doing...

1. Windows 7 RED Theme [Download]



2. Underoath Theme for Windows 7 [Download]



3. ThaImpact VS for Windows 7 RC [Download]



4. Windows 7 Skull Visual Style [Download]



5. Woodstock Windows 7 Theme [Download]



6. OnlyBlack Windows 7 RC theme [Download]




7. Windows7 Black Transparent [Download]


Libre Office

LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs: Writer, Calc, Impress, Draw, Math and Base.  It has all the features plus extra features than the Microsoft Office. Try it...





Download Link

Tuesday, 1 March 2011

Saturday, 26 February 2011

How to Create a Virtual Drive?

A cool feature of Windows is the capability to create a virtual disk drive. A virtual disk drive is a special folder of an actual physical drive that actually serves as a drive in its own right. For example, you can create a virtual CD-ROM or DVD-ROM drive in Windows. A key advantage of a virtual drive is that it usually saves time. So lets create a Virtual Drive my our own.



Steps:


1. Click on Start button and then click Run. In Run command type in "cmd" The command prompt will appear.

2. Type in subst x: "C:\Program Files"3. => Replace the "x" with the name for your virtual drive you want to create. Keep in mind that this name is not assign with any other drive name.

=>C:\Program Files represents the particular directory of which you want to create your virtual drive. You                                 may give any other directory to your need.

  1. Once you enter your info into the command prompt, press ENTER and  your virtual drive will have been created. You can go to My Computer and view your new drive. However, if you shut down your PC now, it will be automatically deleted. Here's a trick to make it permanent.


Steps:



  1. Open  Notepad.
    Next, type subst x: "C:\ Program Files " into your notepad. Now save the Notepad document as c:\autoexec.bat.(recommended save it in drive C only)



  1. Click on Start and then click Run. In Run command type in "regedit". This opens the Registry Editor.
    In the left-hand side pane, browse to
    => HKEY_LOCAL_MACHINE => Software => Microsoft => Windows => CurrentVersion =>Run.



  1. Next, right click on the right-hand side pane. Click New String Value. Now type in "Autoexec" and then click Enter.
    Right click Autoexec and then click Modify.
    Type c:\autoexec.bat.



  1. Close your Registry Editor and restart your PC. And enjoy



Monday, 21 February 2011

Friday, 18 February 2011

Free 3D Screen Savers

1. Western Railway 3D Screensaver


Change  your desktop into a 3D world and enjoy an exciting journey across the breathtaking views of the western railway...!

Download Link


 



2. Galleon 3D Screensaver


This beautiful galleon from the Age of Great Explorations is crossing the dangerous ocean at full sail again. Through blistering sun and quiet nights blessed by the moonshine, through fierce gun battles and storms, it rushes to new lands

Download Link


 



3. Missouri 3D Screensaver


Get to the deck of one the most famous battleships in naval history which served from World War II through Desert Storm! Take a closer look at the Mighty Mo and enjoy stunningly-detailed animation of the ship sailing and crew at their stations

Download Link

Friday, 11 February 2011

Tuesday, 1 February 2011

Make Your Own Text to Speech Converter


I often wondered to make the TEXT to SPEECH. After a long time i was able to get a code from net, that was able to convert TEXT to SPEECH. You don't have to do nothing. Just copy the code, paste it in the notepad and save it as texttospeech.vbs or any name but remember to give extension .vbs only.



Code


Dim message, sapi
message=InputBox("What do you want me to say?","Text To Voice")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

 


 


Enjoy your TEXT to SPEECH converter.