Skip to main content

Some Wonderful tricks On Windows

Windows Tricks You Didn't Know 


1. What’s with the word “CON”?
  • Try to create a folder anywhere you like (i.e. desktop, my documents).
  • Rename the folder with CON and see what will happen.
  • Try to rename other files (i.e. images, documents) with CON. Still, it doesn’t change right?
2. What’s up with “BUSH”?
  • Open your notepad.
  • Type “Bush hid the facts” without the “ “.
  • Save it and open it again.
3. Test the strength of your anti-virus
  • Do you want to know if your anti-virus is really protecting your PC? Open your notepad and copy-paste this code “X50!P%@AP[4\PZX54(P^)7CC)7}EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*” without “”.
  • Save the file as eicar.com. If your anti-virus is really protecting your PC, it will warn you about this “virus tester”.
    NOTE: This isn’t harmful to your PC. This is just a simple test to check if your anti-virus can detect virus.  


    Internet Tricks:


    1. Flying Images
    • Search for anything you want (i.e. dog, baby).
    • Now, copy and paste the code below in your address bar and hit Enter.
    2. Your web browser is shaking!
    • This is a simple trick. Just copy and paste the code below in your address bar and see what will happen.
    3. Hack any website and edit them
    • Actually, with this trick, you won’t really be able to hack any website (I just named it that way) but you can edit them.
    • Visit any website and copy-paste the code below in your address bar.
    • Edit the website according to your preferences; you can add texts, remove paragraphs and more!
    4. Collapsed Images
    • Use it on websites with many images to see its full effect. Just copy-paste the code below to your address bar and see what will happen to the images. Try it out here.
    Altered Images
    javascript
    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.images; 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; 
    DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);
     
    
    If  You have any Problem in above procedure just post that problem in the
    comment section .we will be replying you soon . 
    Further If You Want Us To Write About a Topic Which You Are Finding Difficult
     You can leave a Comment  Below The Post .
    
     

Comments

Post a Comment

Further If You Want Us To Write About a Topic Which You Are Finding Difficult You can leave a Comment Here

Popular posts from this blog

6 Insane Discoveries That Science Can't Explain

We like to feel superior to the people who lived centuries ago, what with their shitty mud huts and curing colds by drilling a hole in their skulls. But we have to give them credit: They left behind some artifacts that have left the smartest of modern scientists scratching their heads. For instance, you have the following enigmas that we believe were created for no other purpose than to fuck with future generations. #6.   The Voynich Manuscript The Mystery: The Voynich manuscript  is an ancient book that has thwarted all attempts at deciphering its contents. And it's not like some idiot just scribbled a bunch of nonsense on paper and went, "Figure THIS out, fuckwads." It is actually an organized book with a consistent script, discernible organization and detailed illustrations. It appears to be a real language--just one that nobody has seen before. And it really does appear to mean something. But nobody knows what. There is not even a con...

Do You Know We Can Chat With Command Prompt On Same Network

Chat With Command Prompt  On Same Network Talk with other computers on your network with command prompt only no messenger needed. 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. Firstly, open Notepad and enter: @echo off :A Cls echo MESSENGER set /p n=User: set /p m=Message: net send %n% %m% Pause Goto A Now save this as "chat.bat". Open the command prompt by going to Start -> Run ->cmd  ->Enter  now drag this chat.bat file to the cmd window and press enter . now u will see something like . MESSENGER User: After "User" type the IP address of the computer you want to contact. 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.107  ( your friends ip address here like example shown here  ) Mess...

Windows Best Softwares Collection You Never Know

7 zip Compression Software 7-zip is the best file compression software ever with file size less than 1.5 MB . This  File  Compression tool can convert any file to any Compression format (e.g.  .rar , .zip , .zipx , .7z , .tar , .tar.gz , .gz2 , .gz , .archive  etc...)  and can also decompress from any Format to Original file . Its Own Compression Format  .7z  is the Best compresion format in present time it gives you more compresion than any one else whether it is  Winzip , Winrar or any thing else  .  One of  its best feature is that it can Join the part files which you download from internet , and use programs like hjsplit to join them . It can also  break big files in to part files which can  be carried easily and  joined  again at destination . This is an Free Software Which is Available Free of cost at its official website and also at sourceforge.com  . To download this Software  Fo...