About Me

My photo
Bangalore, Karnataka, India
I Like Reproduction!!! or to be precise the process involving it... :)

ME.....

ME.....
Apun Hai

Sunday, September 28, 2008

Get Firefox

Firefox is the world's fastest browser and moreover it's an open source...use and spread it...
Firefox 3


Spread Firefox by joining the firefox community...

Firefox 3

Get firefox T-shirts

Mozilla Store


Sunday, April 13, 2008

Lovely Poem

कोई दीवाना कहता है कोई पागल समझता है

मगर धरती की बेचैनी को बस बादल समझता है,

मैं तुझसे दूर कैसा हुँ तू मुझसे दूर कैसी है

ये मेरा दिल समझता है या तेरा दिल समझता है !!!

—-

समुँदर पीर का अंदर है लेकिन रो नहीं सकता

ये आसुँ प्यार का मोती है इसको खो नहीं सकता ,

मेरी चाहत को दुल्हन तू बना लेना मगर सुन ले

जो मेरा हो नहीं पाया वो तेरा हो नहीं सकता !!!

—-

मुहब्बत एक अहसासों की पावन सी कहानी है

कभी कबीरा दीवाना था कभी मीरा दीवानी है,

यहाँ सब लोग कहते है मेरी आँखों में आसूँ हैं

जो तू समझे तो मोती है जो न समझे तो पानी है !!!

—-

भ्रमर कोई कुमुदनी पर मचल बैठा तो हँगामा

हमारे दिल में कोई ख्वाब पला बैठा तो हँगामा,

अभी तक डूब कर सुनते थे हम किस्सा मुहब्बत का

मैं किस्से को हक़ीक़त में बदल बैठा तो हँगामा !!!

Thursday, October 18, 2007

Disabling Msn Messanger At Startup

To Disable Messenger MSN from running go to the start menu and select RUN. In the window that appears type regedit The Registry editor will now have opened. Navigate to the following Key:

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft


Now create a new key by selecting Edit from the main menu bar. Now select New then Key.

Name this new Key: Messenger

Now select the newly created Messenger Key and create another new Key. Only this time we are going to name it: Client
Next we have to create a DWORD value. So Right Click the new Client Key and select New then DWORD.

Name the DWORD PreventRun
Now we need to give it a Data Value of 1
Now restart Windows XP and you will have successfully Disabled Messenger MSN

Automatically run programs when starting Windows

If there are applications or commands that you run every single time you start your computer (Email comes to mind) you may want to consider setting things up so that these programs run automatically during the Windows XP startup. This can be done quite easily in XP by creating shortcuts and shuffling them around.

Here's how: Windows XP has a startup folder located at 'C:\ Documents and Settings\ (your user name)\ Start Menu\ Programs\Startup.' Shortcuts placed into this folder will be run automatically when Windows XP starts up.

If you already have shortcuts for the programs you desire to use, copy and paste them into the startup folder. Otherwise, go to 'start\programs,' select the program you would like to create a shortcut for, right click it and select 'send to' then 'desktop.' This will create a shortcut on the desktop that you can then use.

Wednesday, October 17, 2007

To convert a FAT partition to NTFS:

Click Start, click Programs, and then click Command Prompt.
In Windows XP, click Start, click Run, type cmd and then click OK.
At the command prompt, type CONVERT [driveletter]: /FS:NTFS.
Convert.exe will attempt to convert the partition to NTFS.

NOTE: Although the chance of corruption or data loss during the conversion from FAT to NTFS is minimal, it is best to perform a full backup of the data on the drive that it is to be converted prior to executing the convert command. It is also recommended to verify the integrity of the backup before proceeding, as well as to run RDISK and update the emergency repair disk (ERD).

Renaming The Start 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