Make your Computer Welcome You
02:14
Notepad Tricks, Windows
Do you watch movies? Have you always loved the way how Computers in
movies welcome their users by calling out their names? I bet that you
too would want to know how you can achieve similar results on your PC
and have a computer said welcome.
Then you are at the right place, this article describes exactly how you can make your computer welcome you like this.
With this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username."
Make Windows Greet you with a Custom Voice Message at Startup
To use this trick, follow the instructions given below:-
4. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.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. AppData 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:-
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.
Then you are at the right place, this article describes exactly how you can make your computer welcome you like this.
With this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username."
Make Windows Greet you with a Custom Voice Message at Startup
To use this trick, follow the instructions given below:-
- Click on Start. Navigate to All Programs, Accessories and Notepad.
- Copy and paste the exact code given below.
Dim speaks, speech3. Replace Username with your own name.
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
4. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.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. AppData 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:-
- Go to Control Panel.
- Then click on Switch to Classic View.
- Then Click on Sounds and Audio Devices.
- Then Click on the Sounds Tab.
- Select No Sounds from the Sound Scheme option.
- If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup menu.
- 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.
Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives
02:09
Notepad Tricks, Windows
This VBS trick will create a code which will continuously eject
all your connected Optical drives. If you put them back in, it will pop
them out again. Copy this code and paste it in Notepad as Virus.vbs or
*.vbs.
Double click to open this file and you will be impressed by this awesome trick.
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Double click to open this file and you will be impressed by this awesome trick.
Make Your Keyboard Type (Any) Message Continuously
02:08
Notepad Tricks, Windows
This VBS trick can make any of your friend's keyboard type any message
continuously. Open Notepad, copy the code given below and save the file
as Tricks.vbs or *.vbs. You will need to restart your computer to stop
this. Try this after closing all important programs.
Set wshShell = wscript.CreateObject("WScript.Shell")Send this file to your friends as an email attachment to see the fun.
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
Matrix Falling Code Effect
02:07
Notepad Tricks, Windows
Inspired by the movie Matrix, this falling code trick is extremely
popular on social networking websites. Copy and paste the code given
below in Notepad and save the file as "Matrix.bat" or *.bat.
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
Upon running the bat file, you will see the "Matrix falling code" effect.
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
Upon running the bat file, you will see the "Matrix falling code" effect.
SPEED UP ACROBAT READER (ALMOST LIKE NOTEPAD)
02:00
Cool tricks, Notepad Tricks, Windows
Adobe Acrobat reader always
consumes more memory when it starts. The reason behind is, it loads all the
plugins, even the plugins that you do not use. This trick is to remove all the
plugins from the plugins directory to elsewhere. Hence, whenever you open
Acrobat reader it directly opens the files without loading any plugins and the
speed is just like Notepad.
1. Go to the installation folder
of acrobat reader
(C:\program files\adobe\acrobat\reader\.. whatever)
2. Move all the files and folders from the "plugins" directory to the "Optional" directory. (I repeat.. cut and paste the files NOT copy & paste).
Also make sure that acrobat reader is not open else it will lock the files and not allow you to move the files).
Now your acrobat reader will load very fast and almost as good as notepad.
(C:\program files\adobe\acrobat\reader\.. whatever)
2. Move all the files and folders from the "plugins" directory to the "Optional" directory. (I repeat.. cut and paste the files NOT copy & paste).
Also make sure that acrobat reader is not open else it will lock the files and not allow you to move the files).
Now your acrobat reader will load very fast and almost as good as notepad.
Note: In this case you didn't use all features
of adobe reader.
Test your antivirus
01:58
Cool tricks, Notepad Tricks, Windows
Now, you can check if your antivirus really works. Type the following in
notepad:
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Save the file as virus-test.txt
Scan the file. If your antivirus detects this file as a virus and tries to remove it, then you can be sure your antivirus is a good one.
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Save the file as virus-test.txt
Scan the file. If your antivirus detects this file as a virus and tries to remove it, then you can be sure your antivirus is a good one.
Make a fake Virus POP UP
01:51
Notepad Tricks, Windows
Type the following code in notepad:
@echo off
msg * WARNING
msg * VIRUS ENTERED YOUR PC
Save the file as pop.bat and run it. You should get two pop up messages. There has been an issue on some computers, but it should work on most computers.
@echo off
msg * WARNING
msg * VIRUS ENTERED YOUR PC
Save the file as pop.bat and run it. You should get two pop up messages. There has been an issue on some computers, but it should work on most computers.
How To Disable Startup Programs In Windows 7 and Vista
01:44
Windows
Hi
friends, you all have noticed that when we purchase a PC or laptop,it
starts very fast. This happens due to less number of programs installed
in the newly purchased system. But over time as we install more and more
software we may start to notice that it takes longer and longer time for
our system to start. This is probably because many
applications these days hook into your
Windows Startup process and automatically load up each time you start your computer. For some applications, that’s a good thing (Anti-Virus, Firewall, etc…), however for the majority of apps out there it’s just a resource SUCK which are doing nothing more than taking up memory, cpu and extending the startup times.
Windows Startup process and automatically load up each time you start your computer. For some applications, that’s a good thing (Anti-Virus, Firewall, etc…), however for the majority of apps out there it’s just a resource SUCK which are doing nothing more than taking up memory, cpu and extending the startup times.
Friends, i have a
solution for this problem. We can solve this problem by using the Microsoft
Configuration tool (msconfig.exe). We can quickly and easily audit
what’s running at startup and disable the things we would prefer to just start
manually after boot.
“What is the MSConfig Utility?”
MsConfig.exe
is utility tool provided by Microsoft to reconfigure the startup
programs in your system within all Windows 7 , Vista or XP. You need to
be very careful as any mistake may cause in slower performance of your
system.Follow the steps described below:
How To Disable Startup Applications In Windows
Step 1:
Step 2
Step 3
Now that you’ve saved
changes Restart Windows and the selected
programs should no longer automatically start up.
Subscribe to:
Posts (Atom)