Monday, December 13, 2010

Increase Internet Speed in Windows Xp

If your operating system is Windows Xp Professional, then you can tune the internet speed to 20% more than that you are getting right now. By default, Win Xp por reserves 20% of your internet speed for system updates. If you want to use this reserve band then follow the steps given:

1. Open Group Policy by typing "gpedit.msc" (with out quote) in the Run. This will open the Group Policy window.

2. Expand the "Administrative Templates" Tree under "Computer Configuration"


3. Expand the "Network" Tree

4. Click on "QoS Packet Scheduler"

5. Double click on "Limit Reservable bandwidth"

6. Check the "Enabled" Radio button



6. Change the bandwidth limit (%) to 0(zero)%.

7. Apply the changes and finally restart your computer.

Tuesday, August 17, 2010

C program without main() function

Actually the main() function is embedded in the following program, however it is just like hidding it.
Try it.... It gives no errors/warnings in TurboC till compilation... In some it runs well...


#include
#define decode(s,t,u,m,p,e,d)m##s##u##t
#define begin decode(a,n,i,m,a,t,e)
int begin()
{
printf("SanuzR World...");
}

Thursday, August 12, 2010

Get access to command prompt at windows welcome screen

The trick behind this is telling the system to run command prompt(cmd.exe) inspite of the Sticky function(sethc.exe).

Sticky Key: While pressing the SHIFT key for 5 times, the Sethc.exe file gets activated
This function can also be activated at the welcome screen. Hence, by replacing the Sethc.exe file
by the cmd.exe can make it possible to get command prompt at the welcome screen.


1. Go to C:\WINDOWS\System32\
2. Copy sethc.exe and past at C:\WINDOWS folder (backup copy).
3. Copy cmd.exe (C:\WINDOWS\System32) to another location (or Desktop) and remame it as sethc.exe and then copy and past it in C:\WINDOWS\System32 folder (Replace the original sethc.exe file).
4. Now restart the computer, press CTRL,ALT,DEL twice then cmd prompt will be opened.
5. From this command prompt you can get access to all programs, files and directories of the system.
5. If you want to open the start window type in "start explorer.exe" (w/o quotes) and hit ENTER.
6. If you want to roll back to the original functionality of your system (i.e. to stop this ability) just
copy the backup copy of seth.exe from the C:\WINDOWS folder and past it in C:\WINDOWS\System32 (Replace the duplicate copy )

Wednesday, August 11, 2010

Extract Password protected zip/rar files

Here is a very simple way to extract password protected zip/rar files. You don't have to search for any password cracking software. So here is it....

Step 1: Burn(Write) the password protected file you want to extract onto a CD/DVD
Step2: Download and Install ISO Buster (Its available freely over the net, just google for it)
Step3: Now run the ISO buster program with the CD/DVD inserted in the drive.
Step4: Just select the partition where the file is, extract it and save it on any location of the computer. thats all....!!! All the Best..!!

Sunday, November 1, 2009

Turn On your PC with Just 10 Secs

I do not take any responsibility of anything happening wrong to ur system.
make backup of you regestry before manupulating it

TURN ON UR PC IN JUST 10 SECONDS(may vary)
so u wanna know how to turn the pc on in 10 seconds (may vary) heres what u have to do to turn ur pc on in 10 seconds

Click on the start button then -->>go to run
then type Regedit
press enter
this will open Registery Editor
now look for the key

HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet\Control\ContentIndex

now there find the Key Called
"Startup Delay"
Double Click On It
Now where its Base
Click Decimal
Now its Default Value Is 4800000 (75300:hexadecimal)
Change The Value To 40000
here u go u have done it
now close the Registery Editor and Restart Your Computer
You'll See The Result

Shutdown your System Within 3 Secs

Hi friends..

Look out for a new and safe method to shut down your pc in just 3 SECONDS......

All you need to do is open task manager ( ctrl+alt+del ) in that u'll see a option of shutdown in the upper right corner,press this option.now press and hold ctrl key and then select turn off option from the shut down menu.you shud have hold the ctrl key in order to perform the desired task.
in 3-4 seconds your system will safely turn off.

Change the Icons of Removable Drives

Hi Friends,

Here Imcomin' wid a new idea...

If you are keen to change the look of your every part of your computer than this is the article for you !
This very simple but still many of us are not aware of this thing!

Now lets come to the point:
Here is the very common and very simple trick to change the icon of your removable drive.

To change the icon just follow the given steps as under:

1] first select your icon file or download it from the net. If you are creating your own file than remember that it should be 34*34 pixels. Otherwise look will be clumsy.

2] now open notepad or other text editing software and type the following,
[AutoRun]
label=My USB Drive
ICON=myusbdrive.ico

3] now save this by clocking save as and with a name AUTORUN.inf .

4] now put this notepad file and .ico file in the same root of the removable drive but not in the folder.

5] that’s it.

6] now eject the removable drive and reinsert it and see the difference in the look and label!

Note:
Note that your icon file should be same as you have written in notepad entry and both the file(i.e autorun.inf and myusbdriveicon.ico) must be in the same directory of removable drive!