NOTE: This is a Self Moderated Thread that will only Include Posts With Computer related Tips , Tricks, Facts or Info all other Posts will be deleted [If you have any query that you want to ask Follow the link below] To Discuss The Posts shared here or to ask questions Follow the Link below:Discussion Thread for Computer Tips, Tricks and Facts
Tip of the Day: 4) Auto-complete. This
keyboard shortcut, but it’s not commonly known and very useful. Go to the
address bar (Ctrl-L)and type the name of the site without the “www” or the “.com”. Let’s say “google”. Then press
Ctrl-Enter, and it will automatically fill in the “www” and the “.com” and take you to
www.Google.com For .net addresses: Shift-Enter for .org addresses: Ctrl-Shift-Enter [For eg: You can just Type bitcointalk on address bar and just Hit Ctrl-Shift-Enter and it will take you to Bitcointalk.org
Trick Of the Day:How to make a harmless Virus to eject your CD rom continuously . follow the steps given below:-
1. Open Notepad.
2. Copy paste the exact code given below:-
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
and save it as cdrom.vbs or *.vbs
Double click to open this file and you will be impressed by this awesome trick.
How to stop it Open task manager or use ctrl+alt+del
click on process tab
select wscript.exe
click on end process.
Have Fun
Fact of the Day:This 12 year old cute little kid is a hacker!
Yup, he's the youngest hacker in the world. But don't get deceived by his size, this guy has hacked 9 NASA computers!!! His name is s3rver.exe (this is not his real name, of course! ), and he is a very mischievous black hat hacker. He leaves a message after he hacks any computer- "S3rver.exe was here"!