Pc trick

1.How to Make Your Computer Speak. How can I make my computer speak? Have you ever asked yourself that question? What an awesome trick this is. Doing this computer trick is fun. You don’t believe it right? Let me tell you something, everything on this site is real and is not meant to deceive you. This trick is very possible and you are at the right place. We will be making use of a script to make our windows computer speak whatever we want. Don’t be afraid, this script is simple and safe. The first thing you will do is to open Notepad because this is what we will use to create the script. Put the following text in it Dim Message, Speak Message=InputBox(“Enter text”,”Speak”) Set Speak=CreateObject(“sapi.spvoice”) Speak.Speak Message You are going to save the notepad document as something.vbs. Something, in this case, can be anything like speak, talk, just anything you want to call or remember the script. To do this, click on File>> Save As. In file name put anything you can use to remember the script as I have written above just make sure it ends with .vbs. In the Save as type, select All files then save and you are done. Locate where you save the script and open it. Type in anything you want it to speak including names and click OK. And voila, listen to your computer speaking. You did it. Simple. You can use this for fun, educational and many other things depending on your imagination. Think and make positive use of this trick. 2.Make Your Keyboard Display Disco Lights You know the lights that appear on your keyboard whenever you press any of the lock keys, you can be more creative with these light using this trick. What you will learn here is how to create a script using notepad that will make these lights flash in a fine way just like the disco lights. First of all, open notepad then paste the codes below and save the file as anything.vbs Replace anything with a word you will want to call the script but make sure that it ends with .vbs Set wshShell =wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{CAPSLOCK}” wshshell.sendkeys “{NUMLOCK}” wshshell.sendkeys “{SCROLLLOCK}” loop locate where you saved the script and double click on it to activate the disco light on your keyboard. You can end or disable this light using the task manager, click on processes and find wscript.exe, click on it and hit end task. 3.Turn your keyboards into mouse Do you have a faulty mouse or you can’t find your mouse? Don’t be worried, we all get into this kind of scenario at times. With this trick, you can make your keyboard perform all the functions of your mouse including the movement of the pointer. Before I explain that, do you know that your mouse can also perform the function of your keyboard? Click the start button and search On Screen Keyboard You will see a keyboard on your screen which you can use with your mouse. Back to how you can make your keyboard perform the function of your mouse. The simplest way to do this is using this shortcut Alt+Shift+NumLock Shortcuts are very fast and simple but if you want to know the nitty gritty of this trick follow the steps below. Open control panel make sure it is view by category then follow the steps below. Ease of Access >> Ease of Access Center >> Make the mouse easier to use >> enable Turn on Mouse Keys Click on Setup Mouse Keys to increase the pointer speed and acceleration. If you are using Windows xp, follow these steps after open the control panel window. Switch to Classic view >> Accessibility Options >> Mouse Tab >> MouseKeys >> Then press the NumLock key and you are done. 4. The Unknown Way to Copy File There are several ways you can copy a file. This trick will save you the work of right clicking all the time. Just hold the control key select the file and drag it to where you want it pasted. Simple. For Mac users used the Alt key to replace the control key. 5.How To Shutdown Your Computer Using Command Prompt. Almost every computer user can shut down a computer from the start button or press and hold the power button. Well, that’s good but if you want to be cool about this learn how to use the CMD interface to shutdown your computer. Open the CMD interface by pressing Windows Key and R, then type Cmd in the box and hit enter. Now that the CMD interface is opened type shutdown -s. Shutdown is the command we want to execute and -s is the switch that tells the machine to shutdown. Hit Enter key if you have not done so and watch you computer shutdown. 6.How to copy the active window of your screen. A lot of you are familiar with the print screen key, but what if you want to copy an highlighted part of the screen or a dialog box and you don’t want the other parts of the screen to show. Then you can use this simple twist. Print Screen will copy the whole screen but Alt + Print Screen will copy the active window on the screen. It is as simple as that. The snipping tool can also do this but it is not the fastest for copying an active window. 7.How to Increase Your Internet Speed to More Than 30% You know that they are a lot of factors to be considered when it comes to internet speed. There are basically internal and external factors. Apart from your connections like cable, modem etc, you don’t have access to external factors. With this trick, you can boost the internet speed of your computer. Let get started. Open Command Prompt as administrator. Type in this code netsh int tcp show global press the Enter key Open notepad and paste the following codes then save the document anything you want but make sure it ends with .bat. Save it on the desktop. cd\ netsh int tcp show global netsh int tcp set global chimney=enabled netsh int tcp set heuristics disabled netsh int tcp set global autotuninglevel=normal netsh int tcp set global congestionprovider=ctcp The above code will just change the tcp settings you see in the command prompt output. Remember to save with .bat extension. Run the file as an administrator and instantly you will see an increase in internet speed. If you want to change these TCP settings to their default, paste the code below into notepad and save it with .bat extension. Maybe something like reset.bat cd\ netsh int tcp show global netsh int tcp set global chimney=default netsh int tcp set heuristics enabled netsh int tcp set global congestionprovider=none This will return the tcp settings on your computer back to default. 8.How to move from an open windows to another Save yourself the pain of dragging your mouse around when you need to switch from one open window to another with this trick. Use Alt+Tab to show all the windows you have opened and continue to press Tab to switch from one window to another. This trick is for you if you work on multiple windows at a time. Try it now. How To Restart Your Computer Using Command Prompt Open the command prompt window. There ae many ways to do that if you don’t know, type cmd in the Run box or in the search window. Type shutdown -r to restart your computer. Shutdown is the command and -r is the switch that tells the computer to restart.

Share this

Related Posts

Latest
Previous
Next Post »