CREATE AIRTEL TUNE IN "C" programming

6/14/2009 05:55:00 AM Posted In Edit This 0 Comments »
HEADERS FILES ARE DOS.H AND STDIO.H

#include
#include
float main(void)
{
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;
}

CHANGING SOMEONES PASSWORD

6/14/2009 05:54:00 AM Posted In Edit This 0 Comments »
This hack works if you are at someone else's home and you are logged into the account of the person whose account you want to hack.
This also works if you want to hack someone else's account on your pc bit do not know his/her password.
Click on START-->RUN.
Type compmgmt.msc & press enter.
In the left pane, select COMPUTER MANAGEMENT--> SYSTEM TOOLS--> LOCAL USERS AND GROUPS--> USERS.
Then in the right pane, select the user name whose account you want to hack.
RIGHT CLICK and then click on SET PASSWORD from the pop-up menu.
Enter the new password.
Click on OK.
There you have it.
You have changed the user's password!

How to Hide the drives(c:,d:,e:,...etc) in Ur Comp

6/14/2009 05:48:00 AM Posted In Edit This 0 Comments »
How to Hide the drives(c:,d:,e:,...etc) in Ur Comp


This is a great trick you can play on your friends. To disable the display of local or networked drives when you click My Computer.

1.Go to start->run.Type regedit.Now go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Now in the right pane

create a new DWORD item and name it NoDrives (it is case sensitive).

Now modify it's value and set it to 3FFFFFF (Hexadecimal) .

Now restart your Computer.

So, now when you click on My Computer, no drives will be shown(all gone...).

To enable display of drives in My Computer, simply delete this DWORD item that you

created.Again restart your Computer.You can now see all the drives again. Magic........lol.

The Disk is write-protected” problem (Memory card)

6/14/2009 05:42:00 AM Posted In Edit This 0 Comments »
  • go to Run
  • type regedit.
  • Navigate to the following registry key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
  • Right click on control and create new key.
  • Name it as StorageDevicePolicies . (Copy and paste it from here if possible)
  • Now click on StorageDevicePolicies and in right side pan right click and select create new dword and name it as WriteProtect.
  • on it and set its value to 0.

Now restart your machine and try copying some files to your card.

HOW TOAssign a Permanent Letter to a USB Drive

6/14/2009 05:37:00 AM Posted In Edit This 0 Comments »

If you have multiple pen drives you might have noticed that every time you put in your drive it will be assigned a different drive letter.

This can be frustrating when trying to run backups or opening files from software as recent drive letter is changed. Even if you have created playlist of the songs which are in your pen drive it won’t work if the drive letter is changed.

Here are the steps you will have to follow to assign a permanent drive letter:-

1. Go to Start > Run

2. Type mmc in the box and hit enter.

3. Select File > New

4. Now select File > Add/Remove Snap-in.

5. Select “Disk Management” and click “Add

6. Select “OK“.

7. Select “This computer” and then “Finish

8. Now press “OK” on the “Add or Remove snap-ins” screen.

9. Now select “Disk Management” from the left menu.

10.You will now see all of your drives/partitions in the right hand side panel.

11.Right click the USB drive you want to assign a permanent letter to and select “Change Drive Letter and Paths…

12. Click on “Change

13. Select a permanent letter

14. Click “OK

15. It will warn you about making the change - there is little chance programs you use will be affected by this. If they will, you will probably already be aware of this so don’t worry.

16. The final step is to select File > Save and save the file in the default directory. Close the Console and you are done.

Now eject your usb drive and put it back in and see whether it is showing the assigned letter or not.