Updates

1.Remove shortcut icon in the desktop..
2.Windows Shortcuts

Get Paid

Airtel Theme in C Language

#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;
}

Restart Windows without Restarting ur Computer

When you click on the SHUTDOWN button,
make sure to simultaneous press SHIFT Button.
If you hold the Shift key down while clicking on SHUTDOWN button,
you computer would restart without restarting the Computer.
This is equivalent to "HOT REBOOT"

Funny Browser Trick

Funny Computer Trick
Check out these funny trick.
• Copy and paste the java script code to the address bar of your
browser

javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--){for (j = n; j > 0; j--){self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0);} } }} Shw(6)

2: Press enter and watch your window's "shaking it". You can change
the value of i if you wish :-)

Change Directories Without Typing the Whole Name (Windows NT/2000) Popular


Changing directories at the command prompt can be a hit and miss process when long filenames are involved. This tip let you change directories with ease, not matter how long the directory name.

To change a directory quickly you can use wildcards, for example, to change to the 'C:\Program Files' directory simply type:

cd c:\prog*

Note: This will work in alphabetical order, therefore if you have two directories named 'c:\dir1' and 'c:\dir2' and you type cd dir*, you will be moved to the 'c:\dir1' directory.

Show Computer Manufacturer and Support Information (All Windows) Popular


This tip lets you include company and support information on the System Properties page in Control Panel. This is especially useful if you run a computer store and want your customers to be reminded where they bought their PC and where to get technical support.

To add the manufacturer and support information you need to create two new files in the Windows system directly, normally "C:\WINDOWS\SYSTEM" for Windows 95, 98 and Me and "C:\WINNT\SYSTEM32" for Windows NT and 2000.

The first file is a text file called "OEMINFO.INI". To create the file open notepad and copy the template below, make any changes and save the file in the System directory.

OEMINFO.INI Template

[General]
Manufacturer=Your Company, Inc.
Model=Your Computer Model
SupportURL=http://your.support.site/
LocalFile=c:\your\local\support\file.htm

[Support Information]
Line1=first line of support information
Line2=second line
Line3=third line
Line4=fourth line
...
LineN=nth line
; Create as many lines as you need by incrementing the Line number

The other file you need to create is a logo file. This is a standard Windows bitmap file (172 x 172 pixels), saved as "OEMLOGO.BMP" in the Windows System directory.

Once you have created both these files open System Properties from Control Panel and your company information and logo will be displayed. The details you entered in the [Support Information] section will show up when you click on the Support Information button.

Note: To display a logo you must create a 172x172 (pixel) bitmap image and save it as OEMLOGO.BMP in the Windows system directory.

Change the Start Button Text (All Windows) Popular


Would you like to change the Start button to say something else, perhaps your name, company or any other 5 or less letter word? This article explains the procedure to manually modify the text of the Windows Start button.

Manually changing the Start button requires the use of a binary file editor (or hex editor) to alter a critical Windows system file, it is therefore not recommended for inexperienced users. This method has been successfully tested on Windows 95, 98, ME, 2000 and XP and therefore should be quite safe, although we do not accept any responsibility for system problems or data loss.

As mentioned before you will need to have a hex editor installed, there are many different products available and if you don't have one already a quick search of a shareware site should provide many choices, for this tweak we only require basic features.

  1. The file that needs to be changed is Windows Explorer, and it is essential to make a backup before you modify anything. "Explorer.exe" can be found in the Windows directory, usually C:\WINDOWS for Windows 95, 98, Me & XP and C:\WINNT for Windows NT/2000. Make a copy of "Explorer.exe" and place it into another directory, C:\BACKUP might be a good choice.
  2. Make another copy of the original "Explorer.exe" and name it "Explorer1.exe", then open "Explorer1.exe" in your hex editor.
  3. You now need to find the word "Start", although there are many entries for "Start" in the file only one is used for to label the Start button. Use the search function in the hex editor to find all the strings equal to "S t a r t" which is represented as "53 00 74 00 61 00 72 00 74" in hex values. As there are many different "Start" strings keep searching until you find one located just before this text "There was an internal error and one of the windows you were using has been closed.". Below is a list of offsets to help you locate the correct text.

    • Windows 98
      Offset: 0x00028D6E - 0x00028D76
    • Windows NT4
      Offset: 0x00028BEE - 0x00028BF6
    • Windows ME
      Offset: 0x00033DDE - 0x00033DE6
    • Windows 2000
      Offset: 0x0003860E - 0x00038616
    • Windows XP (Enhanced Start Menu)
      Offset: 0x000412B6 - 0x000412BE
    • Windows XP (Classic Start Menu)
      Offset: 0x0004158A - 0x00041592
    • Windows XP SP1 (Enhanced Start Menu)
      Offset: 0x0004208E - 0x00042096
    • Windows XP SP1 (Classic Start Menu)
      Offset: 0x0004259A - 0x000425A2

    The result should look similar to the image below, depending on the display from your hex editor.


  4. Once you have located the string, you can then replace the letters in "Start" with five other characters. You must use exactly five characters, if the word you want to use is less, replace the remaining characters with the space key. In this example we have replaced "Start" with "Guide", alternatively a three-letter word would look like "A B C" (note the spaces). Once you have changed the letters the result should look similar to the image below.


  5. Now save the modified "Explorer1.exe" in the Windows directory, and confirm that you now have the two Explorer files in the Windows directory, they both should be the same file size but have different modified dates.
  6. The next step is different depending on your operating system. Only do the step required for your version.

    • Windows 95, 98 & ME
      Exit to DOS (or use a boot disk for Windows ME) and at the command prompt change to the Windows directory and rename "explorer.exe" to "explorer.old". Then copy the newly modified Explorer "explorer1.exe" to "explorer.exe". Do a directory listing and confirm that "explorer.exe" has the most recent modified date and time. Restart the computer and Windows should reload along with the new Start button text.
    • Windows NT
      First close any open applications and open a new Command Prompt window, then switch back to the GUI and open the Task Manager. Find the "explorer.exe" process and end it, you should now be left with only the command prompt and task manager. Switch back to the command prompt and change to the Windows directory, rename "explorer.exe" to "explorer.old", and copy the newly modified Explorer "explorer1.exe" to "explorer.exe". Do a directory listing and confirm that "explorer.exe" has the most recent modified date and time. Switch back to Task Manager and launch a "New Task" called "explorer.exe" this should reload the shell along with your modified "Start" button.
    • Windows 2000 and XP
      Open your registry editor and find the key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]. Find the value named "Shell" and change it to equal the filename of the new explorer "explorer1.exe". Exit your registry editor and restart Windows for the change to take effect. To reverse the change, modify the value of "Shell" and set it back to "explorer.exe".



  7. If everything has gone successfully you will now have a new Start button, and also hopefully learnt something about the Explorer file structure. If you do have problems replace the faulty Explorer with the backup made during the first step.

Hide Control Panel Applets (Windows 95/98/Me) Popular


This tweak allows you to show or hide any of the applets found in the Windows Control Panel.

Open CONTROL.INI (usually found in the C:\WINDOWS) and add the following lines under the "[don't load]" subsection. If the "[don't load]" section doesn't already exist then create it be adding it on a new line at the end of the file.

For each control panel applet to be hidden add a new line with text in the format "applet.cpl=no" (e.g. fax.cpl=no).

Common Control Panel Applets:

  • access.cpl - Accessibility Applet
  • appwiz.cpl - Add/Remove Programs Applet
  • console.cpl - Console Applet
  • timedate.cpl - Date and Time Applet
  • desk.cpl - Display Applet
  • fax.cpl - Fax Applet
  • hdwwiz.cpl - Hardware Wizard Applet
  • irprops.cpl - Infrared Port Applet
  • intl.cpl - International and Regional Applet
  • inetcpl.cpl - Internet Settings Applet
  • joy.cpl - Joystick Applet
  • liccpa.cpl - Licensing Applet
  • main.cpl - Mouse and Keyboard Applet
  • mlcfg32.cpl - Mail Applet
  • mmsys.cpl - Sound and Multimedia Applet
  • modem.cpl - Modem and Phone Applet
  • ncpa.cpl - Network and connectivity Applet
  • netcpl.cpl - Network and Dial-up Connectivity Applet
  • nwc.cpl - Netware Client Applet
  • odbccp32.cpl - ODBC Applet
  • devapps.cpl - PC Card Applet
  • ports.cpl - Ports Applet
  • powercfg.cpl - Power Management Applet
  • sticpl.cpl - Scanner and Camera Applet
  • srvmgr.cpl - Server Manager Applet
  • sapi.cpl - Speech Properties Applet
  • sysdm.cpl - System Applet
  • telephon.cpl - Telephony Applet
  • tweakui.cpl - TweakUI Applet
  • nusrmgr.cpl - User Manager Applet
  • wspcpl32.cpl - WSP Client Applet
  • quicktime.cpl - QuickTime Applet
  • S32LUCP1.cpl - Norton Live Update Applet
  • cpqmgmt.cpl - Compaq Insight Agents Applet
Exit the registry and restart Windows for the change to take effect.

Close Multiple Windows : Note works in all versions of Windows

If you just opened a number of separate, related windows (a folder inside a folder, and so on), there's an easier way to close them all than one-at-a-time. Hold down the Shift key as you click the X caption button in the upper-right corner of the last window opened. Doing so closes that window and all windows that came before it.

Disable error reporting

  • Open Control Panel
  • Click on Performance and Maintenance.
  • Click on System.
  • Then click on the Advanced tab
  • Click on the error-reporting button on the bottom of the windows.
  • Select Disable error reporting.
  • Click OK
  • Click OK

Adjust various visual effects

  1. Open up the control panel
  2. Go under system and click on the advanced tab
  3. Click settings under Performance options
  4. You can now change various graphical effects (mainly animations and shadows)

Win XP Won’t Completely Shutdown

  • Goto Control Panel, then goto Power Options.
  • Click on the APM Tab, then check the "Enable Advanced Power Management support."
  • Shut down your PC. It should now successfully complete the Shut Down process.

How to download from rapid share without timelimits



rapidshare hack

Rapid Share one of the Best File sharing website that allows you to share your files with anyone .As the name suggest "Rapid" its the Rapid way of sharing the files.But If you want multiple file to download from Rapid share then you need a Premium Rapid share account and it costs a lot , So what to do ?

Here are some of the tips about "How to download from rapid share without time limits"

The main idea behind the tricks is that Rapidshare traces the users IP address who downloads anything from there servers and assigns some limits to specific IP adress . To get around this, you need to show the rapidshare server a different IP address.

Here are some methods for doing this:

1. Short-Out the JavaScript:

1. Goto the page you want to download
2. Select FREE button
3. In the address bar put the following:
javascript:alert(c=0)
4. Click OK
5. Click OK to the pop-up box
6. Enter the captcha
7. Download Your File


2. Request a new IP address from your ISP server.

Here's how to do it in windows:
1. Click Start
2. Click run
3. In the run box type cmd.exe and click OK
4. When the command prompt opens type the following. ENTER after each new line.
ipconfig /flushdns
ipconfig /release
ipconfig /renew
exit
5. Erase your cookies in whatever browser you are using.
6. Try the rapidshare download again.

Frequently you will be assigned a new IP address when this happens. Sometime you will, sometimes you will not. If you are on a fixed IP address, this method will not work. To be honest, I do not know how to do this in linux/unix/etc. If this works for you, you may want to save the above commands into a batch file, and just run it when you need it.


3. Use a proxy with SwitchProxy and Firefox:

1. Download and install Firefox if you have not already
2. Download and install SwitchProxy
3. Google for free proxies
4. When you hit your download limit, clean your cookies and change your proxy



4. You can use a bookmarklet to stop your wait times:

1. Open IE
2. Right Click On This Link
3. Select Add to Favorites
4. Select Yes to the warning that the bookmark may be unsafe.
5. Name it "RapidShare No Wait"
6. Click on the Links folder (if you want to display it in your IE toolbar)
7. Click OK
8. You may need to close and reopen IE to see it
9. Goto rapidshare and click the bookmarklet when you are forced to wait

5.For Dynamic IP users (Updated)

For the BroadBand users it is very easy to download from Rapid share if they have Dynamic IP.
1.Download the file which you want
2.after completing the first download disconnect the internet connection.
3.Wait for 3-5 sec and reconnect it.
4.Again follow the normal steps of downloading the file from Rapid share.

Hide Your Hardisk Partition


The partition "samsOoL Laptop (C:)" is the one that we will hide. For those who has more that one partition, you can choose which one you want to hide


1. Go to Start > Run > gpedit.msc (to open group policy)
2. Click User Configuration > Administrative Templates > Windows Components > Windows Explorer.
3. Right click on "Hide these specified drivers in My Computer". Click on Properties.
4. Select Enable and then select the particular partition you want to hide. (e.g. C:)



Finally, you can see in you My Computer window. The partition is gone!!

How to Lock a Folder Using Notepad


How to Lock a Folder Using Notepad


1) Consider you want to lock a folder named caclub in your f:\, whose path is f:\caclub

2) Now open the Notepad and type the following

ren caclub caclub.{21EC2020-3AEA-1069-A2DD-08002B30 309D}

3) Where caclub is your folder name. Save the text file as loc.bat in the same drive.

4) Open another new notepad text file and type the following

ren caclub.{21EC2020-3AEA-1069-A2DD-08002B30 309D} caclub

5) Save the text file as unloc.bat in the same drive.
---------
Usage:
---------
6) To lock the caclub folder, simply click the loc.bat and it will transform into control panel icon which is inaccessible.
7) To unlock the folder click the unloc.bat file. Thus the folder will be unlocked and the contents are accessible.

Javascript Trick: Dancing Images


A Javascript trick that makes all the images on the site your on float and dance around. :]

//You can do this to ANY site with images//

Directions:
Open your internet web browser, go to your prefered site you wish to do this trick on, Once there, Go to the address bar on top, Delete everything that's there, and copy and paste the code below into it, press enter and have fun. :]

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);

Add Album Art to any Music Folder



This is easily my favorite tip! One of the coolest new features in Windows XP is its album thumbnail generator, which automatically places the appropriate album cover art on the folder to which you are copying music (generally in WMA format). But what about those people that have already copied their CDs to the hard drive using MP3 format? You can download album cover art from sites such as cdnow.com or amguide.com, and then use the new Windows XP folder customize feature to display the proper image for each folder. But this takes time--you have to manually edit the folder properties for every single folder--and you will lose customizations if you have to reinstall the OS. There's an excellent fix, however.

When you download the album cover art from the Web, just save the images as folder.jpg each time and place them in the appropriate folder. Then, Windows XP will automatically use that image as the thumbnail for that folder and, best of all, will use that image in Windows Media Player for Windows XP (MPXP) if you choose to display album cover art instead of a visualization. And the folder customization is automatic, so it survives an OS reinstallation as well. Your music folders never looked so good!


Album cover art makes music folder thumbnails look better than ever!

Scare Your Friend With Auto Shutdown !

1. Right click on desktop>select New>shortcut
2. In the shortcut window type : shutdown -s -t 60 -c "the message you want to display"
3. Select Next
4. Name it anything

Now, double click it !

Scared ???

Nothing happened !

Remedy :
1. Go to start>Run
2. Type : shutdown -a
3. Hit Enter

Oh! You are rescued !

Hibernate Your XP !




Hey your Windows XP has a very good but hidden feature !

Trick Advantage :
You can leave your work in between and shutdown the PC and resume it next time as it is !
Even I switched off my PC while writing this article and when I reopened it I resumed my article from where i left !

When you want to stop your work and shutdown(Keeping your programs open)
Do The Following :
1. Click start>Turn Off Computer
2. As the Turn Off menu comes up press 'Shift' and 'Stand By' changes to 'Hibernate'
3. Click Hibernate (Shift Kept Pressed)

Your xp will save the work and shutdown !

Now, when you switch it on again it will resume it again !

No loading of windows will take place and you will be resumed to your work as if you had just switched your monitor off and now on again !

Its Amazing !

Make Your Own Icons In Windows XP !

Now even personalize your ICONS with Windows XP !

To make your own ICON :

1. Start>>All Programs>>Accessories
2. Click Paint
3. In toolbar select Image
4. Click Attributes

--------------------- Note : The size of a icon is 32 x 32 pixels ! ---------------------

5. Type 32 in both Height and Width and sure that Pixels is selected under Units
6. Click OK
7. Now add your photo or design .
8. File>>Save As
9. Type name.ico
10. Click Save

Enjoy your New ICON !!!

Single Click ' Shut Down ' !

Windows 98


Shutting Down Windows Working :


Actually, shutting down means closing all the applications running on the computer, even the operating system. For this an shut down application is meant. When you traditionally shut down your pc (Start>Turn Off Computer>Turn Off) it actually runs this shut down application.


So, creating a shortcut to this application will do the job !


On the Desktop, Right Click>New>Shortcut


Now, in the location text feild type :


c:\windows\rundll.exe user.exe,exitwindowsexec


then click next and name it 'Shut Down' and click Finish.

Now, drag this shortcut to 'Quick Launch' toolbar.


Now, simply click this link to shut down your PC in a single click !

Subscribe

Bookmark and Share

Register