Sunday, July 4, 2010

HOW TO MAKE WINDOWS XP START UP FASTER

  • Click on Start, then Run, and type "msconfig". Wait for a new window to pop up.

  • 2

    Look under the "BOOT.INI" tab. You will see a box labeled "Timeout:", and a numerical value. By default, it's 30, which means 30 seconds of wait time before boot. This can be changed, make it 3 seconds. (Note: if you have more than one operating system, this means the wait time to startup to the highlighted Operating System. Sometimes you might want a bit more than 3 seconds than you can opt 5 or 10 seconds)

  • 3

    Delete The Temporary Files Periodically From Your Computer To Make The Applications Run Faster. Type %Temp% in the run dialog box by clicking on Start -> Run, and click on "OK". You will see an open folder with many files. Click on the Edit menu and click on Select all and then click on the File menu and select Delete. Note: Always confirm that the folder which is opened has a "temp" on the top of menu bar and the folder indicates that it is a temporary folder.

  • 4

    Perform a Scandisk To See That Your Computer Hard Drive is in Healthy Condition and it helps Your Computer Run Faster

  • 5

    Always Perform a Disk Defragmentation at least once in a month. Start the disk defragmentation from the system tools available in the accessories from the start menu. It takes a longer time and it is advised not to run any applications in the computer including the screen savers, while running disk defragmentation.

  • 6

    Clean Windows Registry Regularly.Select a useful software from Filetransit.com.Experts recommend once in a month registry cleaning for smooth and fast computing.

  • Saturday, July 3, 2010

    Task Manager Not Open , How to enable it?

    There is a registry hack to enable or disable Windows NT TaskManager. The same registry hack applies to Windows 2000 and Windows XP.

    Hive: HKEY_CURRENT_USER
    Key: Software\Microsoft\Windows\CurrentVersion\Policies\System
    Name: DisableTaskMgr
    Type: REG_DWORD
    Value: 1=Enablethis key, that is DISABLE TaskManager
    Value: 0=Disablethis key, that is Don't Disable, Enable TaskManager

    Friday, July 2, 2010

    Increase XP Folder Settings

    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\ShellNoRoam\BagMRU]
    [-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags]

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

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

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

    2. Save the file as folder8000.reg
    3. Double click the file to import into your registry.

    HOW TO Change Windows XP Home to Windows XP Pro

    HOWTO Change Windows XP Home to Windows XP Pro

    We can’t vouch for this hack, because we are too lazy to try it (and we never, ever violate copyrights or EULAs), but kind reader Martin explains the process for turning an Windows XP Home install disc to a Windows XP Pro disc after the jump.

    It sounds pretty simple to do (just some registry changes), but you can’t install Service Pack 2, so you might try to slipstream in the changes to your modified install disc (if that’s even possible).

    Alternately, buy XP Pro, or get a Mac.

    Code:
        yes indeed, you can’t change an installed Windows but only your Installation CD (or even a recovery CD in case the manufacturer had not left out important parts)

        Here’s the detailed breakdown you asked for.

        1. Copy the root directory and the i386 directory of the WindowsXP CD
        to your harddisk
        2. Extract the Bootsector of your WindowsXP CD
        3. Change 2 Bytes in i386\Setupreg.hiv :
        a) Open Regedit
        b) Highlight HKEY_LOCAL_MACHINE
        c) Menu: File -> Load Structure -> i386\Setupreg.hiv
        d) Assign an arbitrary name to the imported structure e.g. “Homekey”
        e) Goto HKEY_LOCAL_MACHINE\Homekey\ControlSet001\Services\setupdd
        f) edit the binary key “default” and change “01” to “00” and “02” to
        “00”
        g) Highlight “Homekey” and select menu: File -> unload structure
        4. Burn your new XP Pro CD
        5. Install WindowsXP as usual. Your XP Home Key will work.

        Note: You cannot apply SP2 to such a WindowsXP Pro, so step 1.b)
        might be to integrate SP2 in your Installation CD

        Please check the menu-entries as I don’t owe an English copy of
        XP and have to guess them.

    How To Unload Cached Dll Files To Free Memory

    Windows Explorer caches DLLs (Dynamic-Link Libraries) in memory for a period of time after the application an using them has been closed. Which in some cases can be an waste of memory. To stop WinXP from always caching these DLL files, create the new registry key below.

    Open up the Registry and navigate to :

    HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Explorer

    Create a new sub-key named 'AlwaysUnloadDLL' and set the default value to equal '1' to disable Windows caching the DLL in memory.

    Restart Windows for the change to take effect

    How To Restrict Login Hours Allowed

    To restrict a users logon hours , use the net user command. These commands are used from the Command Prompt. (Start - RUN - and type cmd)

    Below are some examples:

    1 - net user Joanna /time:M-F,08:00-17:00

    2 - net user Ninja /time:M-F,8am-5pm

    3 - net user Echelon /time:M,4am-5pm;T,1pm-3pm;W-F,8:00-17:00

    4 - net user Shine /time:all (this one means this user can always log on)

    Note:You can only restrict when a user can log on to the system. On a stand alone computer, there is no way to force a user to log off when their hours expire, without a third party script or software.

    CRACKING BIOS PASSWORD

    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!!!!!!!!!!!!! biggrin.gif

    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..........