Saturday, 28 May 2011

How to make virus to scare your friends





Open notepad and type this:

lol=msgbox ("Warning a virus has been detected on your PC. Press YES to format your hard disk now or press NO to format your hard disk after system reboot",20,"Warning")

Then save it as Virus.VBS
and go to the folder that contains it and open it if a window pops out saying a virus has been detected it's working. Press yes or no to close the window.
Put it in the startup folder of the victim's account.
It will appear on the startup of windows.
Note: This does not harm your computer as it does not contain virus.


How to Easily Create Table in Word




To create a table in Ms Word you can use this shortcut.

Just type : +======+=====+====+===+==+=+

And simply hit 'Enter'.

You will see that the text changes to a table. Here, the number '=' represent the number of characters in each cell.

How to hide the Drive Letter in windows



How to do:
1. Click on "Tools" on the Menubar of Explorer Window (i.e. on My Computer), Otherwise Click on “Organize”.
Note:  If you are unable to find the menu bar in your my computer or in the explorer window then you need to enable menu-bar for Explorer Window.
2. Now click On "Folder Option"

3. On the Folder Option Window Navigate to "View" tab.
4. On the "Advanced Setting" box you will find an option "Show Drive letter"
(By default it is on checked condition)
5. Uncheck it if you want to hide the drive letter or Leave it as checked condition to show the drive letter.
6. Now click on "OK". That’s it.

Tuesday, 24 May 2011

How to Keep Your Computer Dust-Free



1.  
Open and dust your PC at least once a year.


Consider it a birthday present for your computer. Unscrew or unlatch your PC’s case and use a can of compressed air to blow any accumulated dust from the motherboard, adapter cards, and cables (as shown in this figure). If allowed to accumulate, that dust can act as a heat-retaining blanket over your PC’s circuitry, and overheated components have a significantly shorter lifespan.

2.  Remove dust that’s settled on the fan blades.
Speaking of fans, use your compressed air to get rid of any additional dust on fan blades and within air intake holes (see this figure). To properly ventilate and cool your PC, these openings need to be free of dust bunnies.

3.  Wipe down your PC’s case and your monitor with a clean, dry cloth every few months.



You should never use any household solvents to clean your PC’s case, but antistatic cleaning solutions and cloths are made just for cleaning computer hardware, like the ones shown in this figure.

Saturday, 14 May 2011

How to Delete or Remove Recycle bin Icon from Desktop





If you are the kind of person who always likes neatness specially desktop, then here is a small trick for you that will simply remove the Recycle bin icon from desktop.

Follow the steps below:

[Start] [Run] [Regedit]

Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\Explorer\BitBucket

Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.

Data Type: DWORD // Value Name: NukeOnDelete

Setting for Value Data: [0 = Use Recycle Bin / 1 = Permanently Delete]
Exit Registry and Reboot

Another Method

start->run->gpedit.msc-> user configuration ->desktop->remove recycle bin from desktop->double click->change it not configured to enable->apply and ok.

now come to start->run->gpupdate.exe and press enter.

your recycle bin icon is gone from desktop nad you will need to revert your settings for get that back.

after reverting setting make sure to run gpupdate.exe command.

Wednesday, 11 May 2011

How to protect our Blog From Coping



For disabling right click function:

You’ll need to add new html/javascript element to your layout.
Now go to your blogger account.
Navigate to Layout >> Add a GadGet >> and select html/javascript
Then copy the next code and past in in html/javascript text box area

<script language="JavaScript">
<!--
//Disable right mouse click Script
//By Cyber World (contact@esoftload.info) w/ mods by Software Store
//For full source code, visit http://www.esoftload.info
var message="Function Disabled!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>

then save the html/javascript. and view you blog.
when you try to do right click. a message will tell you that “Function disabled”
and if you want to change this words” Function Disabled”
find the next line in the code

var message="Function Disabled!";

and change Function Disabled! to what ever you want.

For disabling copy paste function:

Log in to Blogger, go to Layout -> Edit HTML
And mark the tick-box “Expand Widget Templates”

Now find this in the template:

<head>

And immediately BELOW/AFTER it, paste this code:

<!--Disable Copy And Paste-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>

Click on Save Template and you are done.

Thursday, 5 May 2011

How to Flip All Your Browser Photos




ATTENTION: 
You can try the tricks below in Internet Explorer an Mozilla Firefox. In browsers like Google Chrome or Opera they might not work.(only internet explorer)

STEPS TO DO 
1) Open any web page in your browser.
2) Delete everything in the address bar.
3) Copy the following javascript and paste it in the address bar:

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
If u want to stop simply hit refresh.
Twitter Bird Gadget