Sunday, August 15, 2010

Microsoft crazy fact

 
An unbelievable problem in microsoft ...
At Microsoft the whole Team, including Bill Gates, 
couldn't answer why this happened!

It was discovered by a Brazilian. 
Try it out yourself...

Open Microsoft Word and type

=rand (200, 99)

And then press ENTER

then see the magic.......... 

Create Cmd Prompt When Your Command Prompt Does Not Works

 
 
Hi frds 
A trick to create command prompt 
some times run is disabled in your pc due to virus 
so create ur cmd prompt and continue ur works as 
usual 

PASTE THIS CODE IN A NOTE PAD 

@echo off
cmd
@echo on

AND SAVE THE NOTEPAD as cmd.bat
cmd.bat is the name u r going to save 
  

Saturday, August 14, 2010

A Funny Trick In Windows Xp

HI  frds a funny trick in windows XP 
Try our this 
 
u can c star wars in windows XP 
 
its really nice try out dis friends 
 


GO TO start>run....... 
 
TYPE telnet towel.blinkenlights.nl
 
hit enter....and then Check it out 
 
please comment if u like it 
 

A Trick To Shutdown Ur Pc Or Ur Friends Pc

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

Now, double click it !

Scared ???

Nothing happened !

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

A Bunch Of Cool Tips And Tricks

Windows Logon Box; Wanna Rename It
Run regedit and go to HKEY_Local_Machine\Software\Microsoft 
\Windows\CurrentVersion\Winlogon
Then add or change the key:
LegalNoticeCaption REG_SZ="(Title for Box)"

And the same for this key:
LegalNoticeText REG_SZ="(Message to be displayed in the box)"

Wanna Move Your Start Button

How to move or close the start button!

1. Click on the Start button.

2. Press the Esc key.

3. Press the Alt and the - or dash keys at the same time.

4. This will give you a menu, you can move or close.

5. But if you move it you need to use the arrow keys and 
not the mouse.

6. When you get it where you want it, push the Enter button.

How to Change the Name of the Start Menu Button


To rename the start button, you will need a hex editor.
My preference is UltraEdit

Copy the \windows\explore.exe file to a new name (e.g. explorer_1.exe)
With the hex editor, open that file and go to offset 412b6
You will see the word start with blanks between each letter
Edit it be any 5 characters or less
Save the file
Boot to DOS
Copy the existing c:\windows\explorer.exe to explorer.org
Copy explorer_1.exe to explorer.exe
You will also need to replace the explorer.exe in the c:\windows\system32\dllcache file as well with the new one.
Note: If the partition is NTFS and you can't access the files from DOS:

Start Regedit
Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon.
Change the value of Shell from Explorer.exe to explorer_1.exe