You are on page 1of 15

Win XP Sounds remixed

http://www.cothrun.com/gallery/albums/Misc/windows_mix.swf

Trick: To shut down the pc at particular time

Here is another trick to shutdown at a specific time, for example you wish to shutdown at
1:45am. Type this in

start=>Run
TYPE
Code: at 1:45 shutdown -s

(Time should put when u want to shutdown ur pc)

TO ABORT:
Code:shutdown -a

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 .

Now you can see what's hidden 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.
goto start > run>copy n paste below
C:\WINDOWS\Media\town.mid
___________________________________________________________________

The window will shake


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

Send to shortcut for Notepad


Point your mouse to the "Start" button and right-click. This will bring up a shortcut
menu as follow:
Select "Explore" to open the "Windows Explore". Once the "Windows
Explore" is opened, the default path is your own profile "Start Menu".
Select "SendTo" right above the "Start Menu". The right panel should display
the current Send To shortcuts.

Right-click on the right panel, and select "New" then select "Shortcut".
On the "Create Shortcut" window, type in "notepad.exe" for the box "Type the
location of the item", then click "Next".
On the next window, type in "Notepad" for the box "Type a name for this
shortcut", then click "Finish".
Done! try this new thing out by selecting a text file, right-click on it and select
"Send To". You'll see the option "Notepad" there, which will open the text file
with Notepad.
___________________________________________________________________

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

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

Go to Start -> Run.


Type regedit
Now go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policie
s\Explorer
Now in the right pane, create a new DWORD item and name it NoDrives (it is case
sensitive).
Now modify it's value and set it to 3FFFFFF (Hexadecimal) .
Now restart your computer.
So, now when you click on My Computer, no drives will be shown(all gone...).

To enable display of drives in My Computer, simply delete this DWORD item that you
created. Again restart your computer. You can now see all the drives again. Magic......
___________________________________________________________________

Windows XP Hidden Applications


Yes, "hidden" applications! try them out and see what you have missed from Windows XP.
For each of these programs, launch it by: "Start" >> "Run", then type the executable name then
press Enter.

Program: Clipboard Viewer (Access contents of Windows Clipboard)


Executable: clipbrd

Program: Dr. Watson for Windows (Trouble Shooting tool)


Executable: drwtsn32

Program: DirectX diagnosis (Diagnose DirectX, video & sound components)


Executable: dxdiag
Program: Private character editor (Create your own characters)
Executable: eudcedit

Program: IExpress Wizard (Create self-extracting / self-installing package)


Executable: iexpress

Program: Mcft Synchronization Manager (Synchronize network files to for off-line


work)
Executable: mobsync

Program: Windows Media Player 5.1 (the basic version of Media Player)
Executable: mplay32

Program: Object Packager (Create packages to insert to a file)


Executable: packager

Program: System Monitor (A very useful tool to monitor PC performance)


Executable: perfmon

Program: Network shared folder wizard (creates shared folders on network)


Executable: shrpubw

Program: File signature verification (Verify signature on files)


Executable: sigverif

Program: Account Database Security Tool (Warning! this tool might encrypt all user
accounts)
Executable: syskey
Program: Driver Verifier Manager (Verify the device drivers)
Executable: verifier

Program: Built-in Windows Chat (Windows for Workgroups Chat)


Executable: winchat

___________________________________________________________________

Speed up internet by 20%:

Microsoft reserves 20% of available bandwidth for their own purposes like Windows
updates &
interrogating your PC, etc

You can get it back:

click Start then Run and type "gpedit.msc" without quotes. This opens the group policy
editor.
Then goto:
Local Computer Policy, then computer configuration then administrative Templates and
then
QOS Pacekt Schedular & then to Limit Reservable Bandwith. Double click on Limit
Reservable
Bandwith. It'll say it is not configured, but the truth is under the 'Explain' tab i.e, "By
default,
the Packet Schedular limits the system to 20 % of the bandwidth of a connection, but
you can
use this setting to override the default." So the trick is to ENABLE reservable bandwidth,
the
set it to ZERO. This will allow the system to reserve nothing, rather than the default 20%.
It works on Win 2000 as well.
___________________________________________________________________

[TUT]Make ur 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(in red color) makes your keyboard a live disco...

Set wshShell =wscript.CreateObject("WScript.Shell")


do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

HOW TO REMOVE LIVE DISCO ON KEYBOARD WITHOUT CHANGING


CODE.
OPEN TASK MANAGER THEN IN PROCESSES DELETE WSCRIPT.EXE FILE
___________________________________________________________________

[TRICK]See all the song lyrics while playing


Here's a very cool little plugin called Lyrics Plugin for Winamp or Windows Media
Player that displays song lyrics when you start playing a song ! You no longer have to go
searching the internet for the song lyrics ! Simply play your MP3 file and a few magical
seconds later all of the lyrics for that song show up automatically !!!
Once installed, for example in Windows Media Player on my computer, choose a song
from the libray and begin playing it. Then click on the Now Playing button across the top
and the lyrics screen will show up. Of course, this program will not find all of the lyrics
for every song, but if you feel up to you can add the lyrics yourself! But from my testing,
any popular song or half-decent band's songs were all found and they were correct.

http://www.lyricsplugin.com/
___________________________________________________________________

[TRICK]Shutdown Computer with a Cell Phone

Using this method, a user can shutdown, restart, hibernate, etc. his or her computer,
just by sending an email from his or her phone.
To do this, all you will need is Microsoft Outlook which should come with Microsoft
Office, which most people have. This will need to be on the computer you wish to
shutdown.
So, this is how you do this:
1. First, you need the batch files to perform the Shutdown, Hibernate etc. You can
write them down yourselves
2. open your note pad
and write lik this...
c:\windows\system32\shutdown -s -f -t 00
and save it as shutdown.bat
3. Open up Microsoft Outlook. Make sure that you have already configured it for
your email.Now we will need to make it so that Outlook checks your inbox about
every minute (1 minute for testing time can be increased if a delayed shutdown is
desired). You can do this by going to Tools: Options.
4. Then click the Mail Setup tab, and afterwards, the Send/Receive button.
5. Make sure that the Schedule an automatic send/receive every... box is checked,
and set the number of minutes to 1. Now you may close all of these dialog boxes.
6. Now go to Tools: Rules and Alerts... Next click the options button in the upper
right hand corner and press the Import Rules button.
7. Now select the shutdown.bat file ...whi u hv created ...
8. Now, when you send a message from your phone to your e-mail address with the
subject shutdown or smsshutdown%%, your computer will shutdown.
___________________________________________________________________

[TRICK]Scrap Without name


For sending scraps without name follow the steps:

1) Open edit profile

2) Delete First and Second Name

3) Then on the first name text box type ALT + 0173 (i.e. Type 0173 while pressing
the ALT key of your keyboard.)

4) Do the same in the Second Name Box.

5) Click Update.

Now you are done you can send scraps without your name

___________________________________________________________________

[Tricks]Some more tricks to increase computer speed:


Services You Can Disable
There are quite a few services you can disable from starting automatically.
This would be to speed up your boot time and free resources.
They are only suggestions so I suggestion you read the description of each one when you
run Services
and that you turn them off one at a time.
Some possibilities are:
Alerter
Application Management
Clipbook
Fast UserSwitching
Human Interface Devices
Indexing Service
Messenger
Net Logon
NetMeeting
QOS RSVP
Remote Desktop Help Session Manager
Remote Registry
Routing & Remote Access
SSDP Discovery Service
Universal Plug and Play Device Host
Web Client

Cleaning the Prefetch Directory

Windows XP has a new feature called Prefetch. This keeps a shortcut to recently used
programs.
However it can fill up with old and obsolete programs.

To clean this periodically go to:

Star / Run / Prefetch


Press Ctrl-A to highlight all the shorcuts
Delete them
*********************************

Clearing the Page File on Shutdown

Click on the Start button


Go to the Control Panel
Administrative Tools
Local Security Policy
Local Policies
Click on Security Options
Right hand menu - right click on "Shutdown: Clear Virtual Memory Pagefile"
Select "Enable"
Reboot

For regedit users.....


If you want to clear the page file on each shutdown:
Start Regedit
Go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession
ManagerMemory ManagementClearPageFileAtShutdown
Set the value to 1

-------------------------------------------------------------------------------

No GUI Boot

If you don't need to see the XP boot logo,

Run MSCONFIG
Click on the BOOT.INI tab
Check the box for /NOGUIBOOT
********************

Decreasing Boot Time

Microsoft has made available a program to analyze and decrease the time it takes to boot
to Windows XP
The program is called BootVis

Uncompress the file.


Run BOOTVIS.EXE
For a starting point, run Trace / Next Boot + Driver Delays
This will reboot your computer and provide a benchmark
After the reboot, BootVis will take a minute or two to show graphs of your system
startup.
Note how much time it takes for your system to load (click on the red vertical line)
Then run Trace / Optimize System
Re-Run the Next Boot + Drive Delays
Note how much the time has decreased
Mine went from approximately 33 to 25 seconds.

--------------------------------------------------------------------------------

Increasing Graphics Performance

By default, Windows XP turns on a lot of shadows, fades, slides etc to menu items.
Most simply slow down their display.

To turn these off selectively:

Right click on the My Computer icon


Select Properties
Click on the Advanced tab
Under Performance, click on the Settings button
To turn them all of, select Adjust for best performance
My preference is to leave them all off except for Show shadows under mouse pointer and
Show window contents while dragging
****************

Increasing System Performance

If you have 512 megs or more of memory, you can increase system performance
by having the core system kept in memory.

Start Regedit
Go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession
ManagerMemory ManagementDisablePagingExecutive
Set the value to be 1
Reboot the computer

--------------------------------------------------------------------------------

Increasing File System Caching

To increase the amount of memory Windows will locked for I/O operations:

Start Regedit
Go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession
ManagerMemory Management
Edit the key IoPageLockLimit
End of ................"Some more tricks to increase computer speed"
___________________________________________________________________

[trick]Run Windows in your browser


With a new Web service, it is possible to run Windows directly from the browser - although it
actually is a little cheating.

Run programs, virtual, you can easily test systems without installing first.

That you now have the possibility of the website Windows4all.com.

It is simply built up as Microsoft's familiar operating system, but run from the browser
whether it is called Firefox, Explorer or something else.

You will then have a virtual version of Microsoft's OS if you surf into any Web page.

It must be stressed that it is not genuine Windows, you can find on Windows4all.com, but
rather an offer of how Microsoft's operating system would work if it only ran online.

You have access to a browser, so you - as our screenshot shows - can run Firefox, running
Windows running Internet Explorer ... confused?

There is also access to, among other things, word processing, video player, drawing program,
and of course the obligatory cable.

The question is just what it can be used for? At first glance it may at least provide a picture of
what the future may be online.

As more and more web services offer office packages, image and even advanced games via
the browser, it will eventually no matter what computer you're at - you have a network
connection. It is not inconceivable that we eventually - through the browser - will have access
to an online system that is optimized to run advanced Web applications and, of course, save
all our important files.

This requires that you install Silver Light, which is Microsoft's competitor to Adobe Flash

[TIP]▓Watch Any Movie In Paint▓


1 Start a movie in any player.

2 Then open Paint.

3 Now, in the player when the movie is being played, press "Print screen" button on
your key board.

4 Now, Press Paste(ctrl+v) in Paint.

5 Leave the movie player open and don't minimize it.

6 Open Paint now and see the movie in the Paint..

wanaa hack a gmail idddddddd


Here are a few basic steps.
Note: this is for learning purpose and non-harmful fun.

Step 1: Log into your Gmail account.


Step 2: Compose a new mail.
Step 3: In subject box type " PASSWORD RECOVERY "
Step 4: In the "To" field, give address - accounts.recover@gmail.com
Step 5: Write this in message box.
(first line)- Email address you want to hack.

(second line)- Your Gmail address

(third line)- Your Gmail account password


(fourth line) - =""><>
{simply copy and paste above.}

How it works: you mail to a system administrators automatic responder.


Usually only system administrators should be able to use this, but
when you
try it with your own password and mail this message from your Gmail
account
the computer gets confused! Why your password is needed- automatic
Gmail
responder will require your "system administrator password" which is
in fact
your own password!!! This makes the system think this is a genuine and an authorised
request. But the : computer doesn't know.

THE PASSWORD WILL AUTOMATICALLY BE SENT TO YOUR GMAIL! INBOX IN A MAIL


CALLED "SYSTEM REG MESSAGE" FROM "SYSTEM". This is an awesome trick
and
works as many times as you try it. Have fun! NOTE: Use account you
have been
using for few days say at least 30 days. Otherwise Gmail may take new
account as temporary and this trick may not work. Moreover use it soon
otherwise this flaw can be rectified soon.
Please be advised that it usually works with Gmail & AOL but i'm not
to sure
about HOTMAIL but can try.
ALTHOUGH THIS IS GMAIL ACCOUNT INFORMATION CENTER, IT HAS BEEN ABLE TO
WORK
WITH AOL.
I WILL NOT BE HELD RESPONSIBLE FOR WHAT YOU DO WITH THIS INFORMATION
NOR
WILL I BE HELD ACCOUNTABLE, THIS INFORMATION I'M SHARING IS FOR
EDUCATIONAL
PURPOSES ONLY. PLEASE USE IT TO YOUR DISCRETION.............
HAPPY HACKING ......

What means Windows XP Genuine?


It’s just like a license of your Windows XP. It makes your Windows XP original. First you should know your
Windows XP is original or not. Go to http://www.microsoft.com and check your PC in the Validation Option. It
will take some time. If a message appears that your O.S. (Operating System) is validate then you can
download the software like Windows Media Player 11 and more.
This all Microsoft software will work on your PC.

But if your O.S. is not validated then all Microsoft Software will not install.

How to make Windows XP original?

Just log on to http://www.microsoft.com and pay money and get your license key. But I got the trick to make
your Windows XP genuine without any money.

Trick:

Follow these steps:

1. Go to Start > All Programs > Accessories > Notepad.

2. Copy these bold things in the Notepad.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents]
"OOBETimer"=hex:ff,d5,71,d6,8b,6a,8d,6f,d5,33,93,fd
"LastWPAEventLogged"=hex:d5,07,05,00,06,00,07,00,0f,00,38,00,24,00,fd,02

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"CurrentBuild"="1.511.1 () (Obsolete data - do not use)"
"InstallDate"=dword:427cdd95
"ProductId"="69831-640-1780577-45389"
"DigitalProductId"=hex:a4,00,00,00,03,00,00,00,36,39,38,33,31,2d,36,34,30,2d,\
31,37,38,30,35,37,37,2d,34,35,33,38,39,00,5a,00,00,00,41,32,32,2d,30,30,30,\
30,31,00,00,00,00,00,00,00,00,0d,04,89,b2,15,1b,c4,ee,62,4f,e6,64,6f,01,00,\
00,00,00,00,27,ed,85,43,a2,20,01,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,31,34,35,30,34,00,00,00,00,00,00,00,ce,0e,\
00,00,12,42,15,a0,00,08,00,00,87,01,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,94,a2,b3,ac
"LicenseInfo"=hex:9e,bf,09,d0,3a,76,a5,27,bb,f2,da,88,58,ce,58,e9,05,6b,0b,82,\
c3,74,ab,42,0d,fb,ee,c3,ea,57,d0,9d,67,a5,3d,6e,42,0d,60,c0,1a,70,24,46,16,\
0a,0a,ce,0d,b8,27,4a,46,53,f3,17

3. Save the file as xporiginal.reg

4. Go to the file location and double click on it and press “Yes”.

BOOM! Now your Windows XP became genuine.

[Off]Disable Windows XP login prompt for password


This trick will show you how to bypass the login prompt in Windows XP with your "local
account". Yes, it's only applied for local user accounts.

Most home users would love this trick. It allows you to bypass the login prompt on
Windows startup and go straight to your desktop without a login.
This Windows XP feature is pretty cool in case the machine is mostly used by a single
user. Is's kindda annoying when you're the only one using the pc and you have to login
everytime, isn't it?

Use this trick at your own risks

Here's how:

1. From Desktop, Click on "Start" >> "Run".


2. Then type in "control userpasswords2" and press Enter.
3. Uncheck the box for "Users must enter a user name and password to use this
computer."
4. Click "Apply" and "Ok

[TRICK] CMD Colors

Goto Run
Type CMD

When CP Opens Type Color x And Hit Enter

You Will Get The Color List

To Use Those Colors

Just Open Ur Bat File And Type color And Ur Required Code For That Color Given In The Code Like
Color A8

[CMD]Calculations on command prompt


The command processor CMD.EXE comes with a mini-calculator that can perform
simple arithmetic on 32-bit signed integers:
C:\>set /a 2+2
4
C:\>set /a 2*(9/2)
8
C:\>set /a (2*9)/2
9
C:\>set /a "31>>2"
7

Note that we had to quote the shift operator since it would otherwise be misinterpreted
as a "redirect stdout and append" operator.

For more information, type set /? at the command prompt.

MAKE A VIRUS IN 1 MINUTE

OPEN UR NOTE PAD AND WRITE THERE shutdown -s -f -t 00 and save it to


C:\Documents and Settings\All Users\Start Menu\Programs\Startup as a file name
stop.bat

and restart ur computer to see the effect.

Do it at your Own risk

You might also like