9:09 AM

How to Make your Pc Speak

I am just food this trick. well normally you can do it via speech function in control panel. but there is another way to do it.

1. open notepad
2. copy this command

Set Speech = CreateObject("SAPI.SpVoice")
Speech.Speak "how are you"

3. save and name it to speak.vbs
4. run it

Enjoy

9:05 AM

20 Things About Windows XP That You Don't Know

1. It boasts how long it can stay up. Whereas previous versions of Windows were coy about how long they went between boots, XP is positively proud of its stamina. Go to the Command Prompt in the Accessories menu from the All Programs start button option, and then type 'systeminfo'. The computer will produce a lot of useful info, including the uptime. If you want to keep these, type 'systeminfo > info.txt'. This creates a file called info.txt you can look at later with Notepad. (Professional Edition only).

2. You can delete files immediately, without having them move to the Recycle Bin first. Go to the Start menu, select Run... And type ' gpedit.msc'; then select User Configuration, Administrative Templates, Windows Components, Windows Explorer and find the Do not move deleted files to the Recycle Bin setting. Set it. Poking around in gpedit will reveal a great many interface and system options, but take care some may stop your computer behaving as you wish. (Professional Edition only).

3. You can lock your XP workstation with two clicks of the mouse. Create a new shortcut on your desktop using a right mouse click, and enter 'rundll32.exeuser32.dll, LockWorkStation' in the location field. Give the shortcut a name you like. That's it -- just Double click on it and your computer will be locked. And if that's not easy enough, Windows key + L will do the same.

4. XP hides some system software you might want to remove, such as Windows Messenger, but you can tickle it and make it disgorge everything. Using Notepad or Edit, edit the text file /windows/inf/sysoc.inf, search for the word 'hide' and remove it. You can then go to the Add or Remove Programs in the Control Panel, select Add/Remove Windows Components and there will be your prey, exposed and vulnerable.

5. For those skilled in the art of DOS batch files, XP has a number of interesting new commands. These include 'eventcreate' and 'eventtriggers' for creating and watching system events, 'typeperf' for monitoring performance of various subsystems, and 'schtasks' for handling scheduled tasks. As usual, typing the command name followed by /? Will give a list of options -- they're all far too baroque to go into here.

6. XP has IP version 6 support the next generation of IP. Unfortunately this is more than your ISP has, so you can only experiment with this on your LAN. Type 'ipv6 install' into Run... (it's OK, it won't ruin your existing network setup) and then 'ipv6 /?' at the Command line to find out more. If you don't know what IPv6 is, don't worry and don't bother.

7. You can at last get rid of tasks on the computer from the command line by using 'taskkill /pid' and the task number, or just 'tskill' and the process number. Find that out by typing 'tasklist', which will also tell you a lot about what's going on in your system.

8. XP will treat Zip files like folders, which is nice if you've got a fast machine. On slower machines, you can make XP leave zip files well alone by typing 'regsvr32 /U zipfldr.dll' at the command line. If you change your mind later, you can put things back as they were by typing 'regsvr32 zipfldr.dll'.

9. XP has ClearType -- Microsoft's anti-aliasing font display technology -- but doesn't have it enabled by default. It's well worth trying, especially if you were there for DOS and all those years of staring at a screen have given you the eyes of an astigmatic bat.
To enable ClearType, right click on the desktop, select Properties, Appearance, Effects, select ClearType from the second drop-down menu and enable the selection. Expect best results on laptop displays. If you want to use ClearType on the Welcome login screen as well, set the registry entry HKEY_USERS/.DEFAULT/ControlPanel/Desk top/FontSmoothingType to 2.

10. You can use Remote Assistance to help a friend who's using network address translation (NAT) on a home network, but not automatically. Get your pal to email you a Remote Assistance invitation and edit the file. Under the RCTICKET attribute will be a NAT IP address, like 192.168.1.10. Replace this with your chum's real IP address -- they can find this out by going to WWW.whatismyip.Com -- and get them to make sure that they've got port 3389 open on their firewall and forwarded to the errant computer.

11. You can run a program as a different user without logging out and back in again. Right click the icon, select Run As... And enter the user name and password you want to use. This only applies for that run. The trick is particularly useful if you need to have
Administrative permissions to install a program, which many require. Note that you can have some fun by running programs multiple times on the same system as different users, but this can have unforeseen effects.

12. Windows XP can be very insistent about you checking for auto updates, registering a Passport, using Windows Messenger and so on. After a while, the nagging goes away, but if you feel you might slip the bonds of sanity before that point, run Regedit, go to HKEY_CURRENT_USER/Softwar e/Microsoft/Windows/Curre ntVersion/Explorer/A dvanced and create a DWORD value called EnableBalloonTips with a value of 0.

13. You can start up without needing to enter a user name or password. Select Run... from the start menu and type 'control userpasswords2', which will open the user accounts application. On the Users tab, clear the box for Users Must Enter A User Name And Password To Use This Computer, and click on OK. An Automatically Log On dialog box will appear; enter the user name and password for the account you want to use.

14. Internet Explorer 6 will automatically delete temporary files, but only if you tell it to. Start the browser, select Tools / Internet Options... and Advanced, go down to the Security area and check the box to Empty Temporary Internet Files folder when Browser is closed.

15. XP comes with a free Network Activity Light, just in case you can't see the LEDs twinkle on your network card. Right click on My Network Places on the desktop, then select Properties. Right click on the description for your LAN or dial-up connection, select Properties, then check the Show icon in notification area when connected box. You'll now see a tiny network icon on the right of your task bar that glimmers nicely during network traffic.

16. The Start Menu can be leisurely when it decides to appear, but you can speed things along by changing the registry entry HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDel ay from the default 400 to something a little snappier. Like 0.

17. You can rename loads of files at once in Windows Explorer. Highlight a set of files in a window, then right click on one and rename it. All the other files will be renamed to that name, with individual numbers in brackets to distinguish them. Also, in a folder you
Can arrange icons in alphabetised groups by View, Arrange Icon By... Show In Groups.

18. Windows Media Player will display the cover art for albums as it plays the tracks -- if it found the picture on the Internet when you copied the tracks from the CD. If it didn't, or if you have lots of pre-WMP music files, you can put your own copy of the cover art in the same directory as the tracks. Just call it folder.jpg and Windows Media Player will pick it up and display it.

19. Windows key + Break brings up the System Properties dialogue box; Windows key + D brings up the desktop; Windows key + Tab moves through the taskbar buttons.

20. The next release of Windows XP, codenamed Longhorn, is due out late next year or early 2006 and won't be much to write home about. The next big release is codenamed Blackcomb and will be out in 2003/2007.

Article Source: www.techarena.in

8:29 AM

Cleanup Unwanted Space

if your pc running low on space and you did not know what file to delete or lazy to delete manually. well i recommend to use CCleaner. some of the unwanted space is generate from TEMP folder, firefox/opera/IE cache folder etc. this program will automaticly cleane it.



7:34 AM

Getting Started With Twitter

So what is Twitter and how can it be of benefit to you or your business? Twitter is a free online micro-blogging application which gives you the ability to send out short messages (up to 140 characters) called “tweets” to people who are following you on Twitter. You can send tweets either through your computer or by using your cell phone via a text message. These tweets/messages can be about anything you want and they can include links, as well. Making Twitter even more useful is the ability to send a direct message to someone you are following (this is done by entering @username at the beginning of your message) or replying to someone’s tweet with your own. You would be surprised how common it is to reply to someone’s message then to have someone who is either following you or the person you sent the reply to reply to your initial message and so on.

People can follow you and your tweets by first signing-up for their own free Twitter account at the Twitter site then adding you to their list of people they are following. Once you have created your account, you can either check your Twitter page (your own personal page which appears after you sign-in at the Twitter home page) for any of your friend’s new messages or you can send out your own. But it is much easier, in my opinion, to use one of the many online or desktop applications which give you the ability to do all of this and more.

Twitter As a Communication Tool
Twitter is a quick and easy way to communicate with family, friends, business associates, and also within a company setting. Being an online service, Twitter is available to anyone with online access. All you have to do is login to your account through any number of third-party applications developed for Twitter or through the Twitter site and you are ready to go. Within a company setting, employees could have a Twitter account created for them with the option to have their messages protected. This means only people they (or you or the person in charge of creating the Twitter accounts) approve will be able to send and receive messages from them. The same thing could be done using an instant message program but with Twitter, there would be no software install and it would be accessible from anywhere with an online connection. Additionally, the person who is in charge of the Twitter accounts will have the power to control who is and who isn’t part of this private Twitter network.

Even though there are tons of online communication applications available, Twitter can also be used as a way for people who are collaborating on a project to stay in touch with one another regardless of where they are. And depending on which third-party application they are using to Twitter with, these conversations can be saved for future reference. There are even some third-party apps which you can use to send files up to 10MB to anyone you are following as long as they are using the same application, that is. Still, a handy feature to have and one which may become a feature of Twitter if there’s a big enough demand for it.


Marketing With Twitter
Here in lies the great thing about Twitter from a business perspective: the marketing potential it offers users. Sure, it is great to send messages and chat using Twitter, but it can also be a great marketing tool if used correctly. Have some breaking news you want to get out quickly? Send it out as a Tweet. Made an important update to your blog or web site? Let people know about it instantly with a Tweet. Want to promote your project, book, movie, whatever by giving away a free download or preview? Send out a Tweet with a URL to the free download. Only want to market something to certain individuals you are following? Simply enter their username preceded by the “@” and you are set.
Another simple marketing tool available with Twitter is the ability to befriend people who are following someone you already follow. While this practice could backfire on you if you begin to add everyone you find following someone you are following, be picky and just befriend those who either share similar tastes that you do or work in the same field as you or already follow many of the same people you do. Otherwise, you could come off as a spammer which will be a hard image to shake.

Twitter Now And Beyond
Twitter represents a fundamental change in the way people communicate online. There have always been instant messengers and they have their place and purpose but they don’t offer the one thing which sets Twitter apart and that is the ability to instantly communicate with either a couple of people or potentially thousands without the need for proprietary software. No need to download this piece of software in order to communicate with this person or that organization.
Much like how blogging has become a staple of today’s society, Twitter and “twittering” is on the same path to becoming ingrained in today’s culture despite only being around for less than two years. So simple in its execution, powerful in the marketing opportunities it offers, and ease of use, Twitter will be one of the top web technologies to gain worldwide prominence in 2008.

Article Source: http://www.geekentrepreneur.net/

2:30 AM

How to Make PC a bit Faster

there are alot of tweaks to speed up your computer and improve performance. either your tweak your graphic card or you go straight to your cpu. of course it will came will risk if you do not know what you are doing. this is a simple trick and it will not harm your pc. its good trick if you are using low end pc.

  1. start any heavy program
  2. ctrl+alt+ctrl this will bring your windows task manager
  3. locate your program and right click - set priorety - choose high



















what this trick do is your choose program will run smoothly.