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!!!

Twitter Delicious Facebook Digg Stumbleupon Favorites More