Disable Password Caching

Disable Password Caching

April 25, 2009
As in Windows for Workgroups, when logging on to an NT Domain, it is preferable to disable password caching.
This allows for the single NT Domain login and eliminates the secondary Windows logon screen.
It also eliminates the possibility of the respective passwords to get out of sync.
To disable password caching on the workstation, a one-line addition to the registry needs to be made.
To make the change, create a ASCII text file called DISABLE.REG with the following lines:


  • REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network]
    "DisablePwdCaching"=dword:00000001



  • Open up a DOS box and type REGEDIT DISABLE.REG
    You can also download the DISABLE.REG file.
    If you need to re-enable password caching, download ENABLE.REG and repeat the process just with the different file name
    April 25, 2009

    Here is how to add any application to the menu when you right click on any Folder.
    This could be useful if there is an app you always want available and don't want to go through the Start menu

    1. Start Regedit
    2. Go to HKEY_CLASSES_ROOT \ Folder \ shell
    3. Add a key Name_of_Your_App
    4. This can really be any label, just use one that makes sense to you
    5. Give it a default value of Name_of_Your_App
    6. Putting a & in front of a character will allow you to use the keyboard
    7. Go to HKEY_CLASSES_ROOT \ Folder \ shell \ Name_of_Your_App
    8. Add a key command
    9. Give it a default value of the application you want to run
    10. For example: c:\program files\internet explorer\iexplore.exe
    11. Include the full path
    Now when you right click on any folder, you can have access to that application
    This will work for both Windows95 and NT 4.0
    Removing Sound Events from Control Panel / Sounds

    Removing Sound Events from Control Panel / Sounds

    April 25, 2009

    When you view what events you can assign sounds to from Control Panel / Sounds,
    you cannot delete the events themselves. In order to do that:

    1. Start Regedit
    2. Go to HKEY_CURRENT_USER / AppEvents / Schemes / Apps
    3. From here you can delete any items you don't want to show or no longer need.
    Changing Exchange's Mailbox Location

    Changing Exchange's Mailbox Location

    April 25, 2009

    When you create a mailbox in Exchange for e-mail, you specify the file where you want to mail to go.
    You cannot change this in Exchange afterwards.

    If you want to change the file name or location::

    1. Start Regedit
    2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ WindowsMessaging Subsystem \ Profiles
    3. Go to the profile you want to change
    4. Go to the section that has the file location for your mailbox (*.PST) file in the right hand panel
    5. Make the change to file location or name
    6. Restart Exchange
    Compacting the Registry

    Compacting the Registry

    April 25, 2009

    How to compact the registry?

    1. Got to true DOS, not a DOS window
    2. Run Regedit and then export the entire Registry to COMPACT.REG.
    3. Then exit regedit and run it again with the following switch. REGEDIT /C COMPACT.REG
    Opening a DOS Window to either the Drive or Directory in Explorer

    Opening a DOS Window to either the Drive or Directory in Explorer

    April 25, 2009

    Add or Edit the following Registry Keys

    [HKEY_CLASSES_ROOT\Directory\shell\opennew]
    @="Dos Prompt in that Directory"

    [HKEY_CLASSES_ROOT\Directory\shell\opennew\command]
    @="command.com /k cd %1"

    [HKEY_CLASSES_ROOT\Drive\shell\opennew]
    @="Dos Prompt in that Drive"

    [HKEY_CLASSES_ROOT\Drive\shell\opennew\command]
    @="command.com /k cd %1"

    These will allow you to right click on either the drive or the directory and the option of starting the dos prompt there will pop up

    Removing Unwanted Items from the RUN Menu

    Removing Unwanted Items from the RUN Menu

    April 25, 2009
    1. Start the REGEDIT program
    2. Search for the word RUNMRU
    3. Delete the ones you don't want
    4. Rename so they are all in alphabetical order again
    5. Close and restart windows