hi this is mohan...welcome to mohan's den...here u can learn many tips&tricks... u can download songs ,softwares by a single click... download songs with a single click..enjoy

Thursday, May 21, 2009

Break down CAT

The three main sections of Common Admission Test are
1.Logical Reasoning and Data Interpretation
2.Verbal Ability
3.Quantitative Ability
There are quite a number of books available for the students to prepare all the three aspects of the competitive examination.
Quantitative Ability:In this section, high school maths concepts are used. Study the NCERT Books of class 9-12.

Logical Reasoning and Data Interpretation: How to Prepare for Data Interpretation and Logical by Arun Sharma and Data Interpretation and Logical Reasoning for the CAT by Arun Sharma are some of the books which you can buy for strengthening your preparation.

Verbal Ability: You can purchase Wren and Marten to start your preparations. A good dictionary would also be of great help. You should also study good intermediate level text books on history,economics, political science, science and other subjects. Students should also read at least two English newspapers daily. Editorial section of the newspaper would also help you to improve your English. You can also read magazines and other books available to increase your
vocabulary. This habit of reading newspapers and books would also help you a lot during the time of group discussion and interview.


These is the list of books for CAT preparation.

1. How to Prepare for Quantitetive Aptitude for the CAT Common Admission Test

Author : Arun Sharma


2. How to Prepare for Data Interpretation & Logical Reasoning for CAT

Author : Arun Sharma


3. How to Prepare for the Verbal Ability and Reading Comprehension for the CAT

Author : Arun Sharma & Meenakshi Upadhyay



Saturday, May 16, 2009

Make UR WINDOWS GENNIUNE

Make UR WINDOWS GENNIUNE FLAWLES MTHD DO IT URSELf
if u wanna make ur windows gennuine follow these steps


1) start > run > "regedit" (without the quotes of course)

2) go to the key:

HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CurrentVersion\WPAEvents\OOBETimer

...and doubleclick on it. Then change some of the values in it like to ANYTHING ELSE...delete some I don't care...just change it !
#### and be sure u check every step properly coz one step rong would fuck up ur pc ........ i.e. , if u change ne other value then ur pc will get fucked up !!! ####
now close out regedit.

3) go to start > run > "%systemroot%\system32\oobe\msoobe.exe /a" (again, dont type the quotes)

4) the activation screen will come up, click on register over telephone, then click on CHANGE PRODUCT KEY, enter in this key: JG28K-H9Q7X-BH6W4-3PDCQ-6XBFJ.

Now you can download all the updates without activating, and the Genuine Microsoft Validation thing won't bug you no more!!

Works with every damn version of windows xp

Friday, May 15, 2009

Fast Shutdown and/or Restart From Quick Launch Buttons

This tip will enable you to create buttons in your quick launch toolbar to quickly and easily shut down and/or restart your computer.


1.Right click on your desktop, scroll to new..... shortcut
2.In the location line, for shutdown type; shutdown -s -t 0 ie: shutdown(space)-s(space)-t(space)number zero
3.Name the shortcut "Shut Down PC" or whatever u want
4.The new shortcut is now sitting on your desktop, right click on it and go to properties, then click on "change icon". Click OK, then pick a suitable icon, there is a red "off button" icon available, then click apply and ok.
5.Now drag the icon from your desktop into the quick launch toolbar, resize the toolbar so all the buttons are visible, then delete the shortcut from your desktop.
To create a restart button the location line should read shutdown -r -t 0 name it restart pc and give it a suitable icon for restart.

Now you can shut down or restart your pc in 1 mouse click without having to go through the startup menu.



Thursday, May 14, 2009

Easy way to empty Recycle Bin

How would you like the option to be able to empty the Recycle Bin with just a right-click on a drive or folder in My Computer(Windows Explorer)? Here's how.


Copy this info into Notepad and save as a .reg file
For the option to appear when right-clicking a drive

;--------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}]
;--------------------------------------------------------
For the option to appear when right-clicking a folder
;--------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\directory\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}]
;--------------------------------------------------------
For the option to appear for a drive and a folder
;--------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\directory\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}]
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}]
;--------------------------------------------------------
Right-click the .reg file and select merge.


Wednesday, May 13, 2009

Change Hard and CD-ROM Drive Letter in XP

If you want to change your  cd-rom drive, this is the tip you want.


1. Click the start button

2. Go into Administrative tools (either in the start button or in "All Programs"

3. From Administrative Tools, go into "Computer Management"

4. In "Computer Management", click on "Disk Management" under "Storage" from the left menu

5. You should see a window from the lower right hand corner open (it shows all the hard disk drives and cd-rom drives)

6. To change...

...hard drive, click on the hard disk with a blue horizonal bar, the box should be shaded; next right click that box that you desire to change the letter then click on "Change Letter Drive and Path"

...cd-rom drive, click on the box that you desire the drive letter; next right click that box that you desire to change the letter then click on "Change Letter Drive and Path"

7. click the "change..." button

8. from the "assign the following drive letter", select the letter you want to assign to the hard drive or the cd-rom drive

9. click ok

10. click ok

11. (optional) redo the whole step to reassign other  cd-rom drives



There! You have succeeded in changing the hard drive or cd-rom drive letter. Enjoy!

 

Notes: You can not change the drive letter of your boot or system drive this way. You can not assign drive letters that are already in use. Assign temporary letters as a workaround.


Back Up Your Registry

Here are three options:

**Click on START - RUN and type: Regedit (press ENTER). On the menu bar click on file, then export, choose where you want to save it, then enter a name for it in the box titled: File Name. At bottom put a tick in "All", then click on save. If you ever want to restore the saved version, just IMPORT it.
**System Restore (it should save a copy daily, but you can always create a restore point manually.
**The best method, in my opinion, is to download and run ERUNT. It's the best registry backup utility available - and it's free!!!

A Better Disk Cleanup

This tip will show you how to create an unattended disk cleanup which will also empty your prefetch folder. This tip assumes you have Windows XP installed in c:\windows.


Step 1.
Create a new text file and place the following contents inside:

c:\windows\system32\cleanmgr.exe /dc /sageset: 1
c:
cd \
cd c:\windows\prefetch
del *.* /q

Step 2.
Save the file, changing the extension from .txt to .bat
For this tip's purpose, we will call it clean.bat

Step 3.
Execute the file. This will run the Disk Cleanup program in a special mode which asks what items you will want cleaned when Disk Cleanup performs an unattended cleanup. Check the items you wish to have cleaned up, then click OK.

Step 4.
Right-click on the clean.bat file and click edit. Change the first line to read:

c:\windows\system32\cleanmgr.exe /dc /sagerun: 1

Step 5.
Save the file. You can execute this file in place of running Disk Cleanup, or, to have this program run unattended, run the Add Scheduled Task Wizard in the Control Panel and create a scheduled task using the clean.bat file you just created.

Note: This cleanup script will also clear windows prefetch directory. Often this directory can become cluttered with old appication and a cleaning would free up disk space but it will result in a one time performance decrease and windows has to rebuild the cache with active software afterwards.

Tuesday, May 12, 2009

Add a Website link to Start menu

This is a simple registry tweak which adds a website link to your Start Menu.....its very handy for quick access to your favourite website

To Install : Copy the code below to notepad and save it as link.reg then just right click on it and choose "merge".


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@="TweakXP.com"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
@="%SystemRoot%\\system32\\shell32.dll,-47"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
"method"="ShellExecute"
"Command"="4uyar.co.cc"
"Param1"="http://www.4uyar.co.cc"


To uninstall : Copy the code below to notepad and save as rem.reg and right click and choose merge.


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@=""

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
@=""

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
"method"="ShellExecute"
"command"=""
"Param1"=""