Nsofts Website

Network Tips - NSOFTS

Using More Than One Modem at a Time 
Hiding Network Shares
 
Seeing Servers Your Are Connected To When OnLine 

Backing Up Your ISP Settings
Forcing Alpha-Numeric Passwords 
Speeding Up Internet Searches
 
Auto-Dial Internet Connections (Win98)
Opening the Make New Connection Dialog Box 
Help Stop Modem Disconnects
 
Speeding Up Your Modem's Dialing
 
Showing Your Actual Modem's Connection Speed

Increasing Modem Performance 
Controlling Your Modem's Speaker 
To Find Your IP Address 
Determine the Optimal MAX MTU Setting 
Faster Access to the Network Properties Box 
Using UNC Network Names with Files 
Faster Connecting to the Internet 
Changing the Number of Rings Before Dial-Up Server Answers 
Resetting Forgotten Dial-Up Server Password 
Speeding up Dial-Up Networking for Games 
Monitoring Your Dial-Up Connection 
No Network Logon Prompt 
Not Saving your Dial-Up Password 
Fixing a problem with Shortcuts that keep network UNC connections 
Changing the MaxMTU and other Network Settings 
Disable Password Caching
Starting a Dial-Up Connection from the Command Line 
Device Contention when trying to use a Modem 
Unable to Browse the Network 
Automatic NT Domain Log On 
Auto-Dialing for 32-bit Internet Applications 
Dial-Back with Windows95
Disabling File and Print Sharing 
Changing your Modem's Initialization String 
Easy way to Re-Dial on busy signals 
Increasing a Modem's time-out period 
Setting Automatic Redial for Dial-up Networking 
Potential problems with 16-bit WINSOCK.DLL's 
Dial-In Scripting


Using More Than One Modem at a Time

(Win98, WinME and Win2000)
 If you have two phone lines in your home and want to use them both to dial out,
you can use MultiLink, which will effectively double your connection speed.

  1. Create a dial-up connection like your normally would.
  2. Right click on the icon and select Properties
  3. Click on the Multilink tab
  4. Click on Use additional devices
  5. Click on the Add
  6. Click on the other modem you would like to use
  7. If your ISP allows, you can use the same phone number, otherwise enter an additional phone number to dial.
  8. You should now connect with both modems.
  9. You can confirm this by opening up your dial up connection in the System Tray after you connect.

Hiding Network Shares

If you want to hide your network shares from being seen by browsing, just end them with a $


Seeing Servers Your Are Connected To When OnLine

To see what servers you are connected to when on the Internet
Simply run Netstat


Backing Up Your ISP Settings

If you want to save your ISP settings (name, phone, login id etc.) for future installations:

  1. Start Regedit
  2. Go to HKEY_CURRENT_USER \ RemoteAccess
  3. Select Registry / Export Registry
  4. Make sure Selected branch is checked
  5. For the name, enter any name that will help you remember the purpose of the .reg file
  6. Now if you need to restore your ISP settings after a new installation of Windows, you just need to import this file

Forcing Alpha-Numeric Passwords

In order to force passwords that just use alpha-numeric characters

  1. Start Regedit
  2. Go to HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Network
  3. Create a DWORD entry called AlphanumPwds
  4. Give it a value of 1

Speeding Up Internet Searches

When you go to a web site, the first thing that happens is that a query goes out to the DNS server for IP address of the web site.
In order to eliminate this query, you can simply add the IP address and web name into the HOSTS file in the Windows directory.
To find the IP address, just PING the web name (ping www.microsoft.com)

For example, Microsoft would be:

207.46.130.149 www.microsoft.com #.url

You can do this for all the sites you regularly visit.


Auto-Dial Internet Connections (Win98)

If Win98 is not automatically dialing your Internet Connection:

  1. Open up the Dial Up Networking box
  2. Click on Connections / Settings
  3. Uncheck Prompt for information before dialing

Opening the Make New Connection Dialog Box

This command line will pop up the "Make new connection" window. rundll rnaui.dll,RnaWizard /1


Help Stop Modem Disconnects

If you modem goes offline frequently, it may be due to a temporary lost carrier. To lengthen the time the modem will go offline after the carrier is lost, change the modem properties.

  1. Open up the Control Panel
  2. Double click on the Modem icon
  3. Click on Properties / Connection / Advanced
  4. In the Extra Settings, enter S10=10
  5. This will enable the modem to stay connected without a carrier for up to 10 seconds.

Speeding Up Your Modem's Dialing

For Win95, to make that modem dial much faster:

  1. Open up the Control Panel
  2. Double click on the Modem icon
  3. Click on Properties / Connection / Advanced
  4. In the Extra Settings enter S11=x , where x is how many milliseconds each tone sounds. Try S11 = 1, then dial, you'll be surprised.

Showing Your Actual Modem's Connection Speed

Normally when you open up the modem icon in the system try, it shows the port connect speed.
So see your actual modem speed:

  1. Go Control Panel
  2. Open up the Modems icon
  3. Click Properties
  4. Click on the Connection tab
  5. Click the Advanced button
  6. In the Extr Settings, put ATW2L0 (the last character is a zero)

Increasing Modem Performance

To increase modem performance when connecting to the Internet:

  1. Disable compression on your modem
  2. In SYSTEM.INI under 386enh section put in: COMxBUFFER=1024 (x is your modem port number )
  3. Add AT%C0 (that's a zero),to the extra settings line of your modem's properties.
  4. Wwitch errror correction off

Controlling Your Modem's Speaker

In modem settings switch to the scripting tab and where it says extra settings, type in the following to achieve the following:

  1. M0 : switches modem volume off completely
  2. &L=1,2, or 3 : changes the volume of the modem 3 being the loudest and 1 the quietest)
  3. By experimenting with M0, M1,2 or 3 you are able to turn the modem on during connection only, ring only etc..

To Find Your IP Address

To find your IP address when connected:

  1. Open Explorer
  2. In the Windows folder find the file WINIPCFG.
  3. Drag a shortcut onto your screen.
  4. Now when you are online you can double click the shortcut to see your IP address and other data.

Determine the Optimal MAX MTU Setting

There are several programs available that will change you MAX MTU setting for you or you can do it by editing the registry directly
An easy way to determine what that setting should be is to use the PING command.
You basically want to start out with a MAX MTU of 1500 then use the PING command as follows:

PING HOST_IP_ADDRESS -f -l PACKET_SIZE

where HOST_IP_ADDRESS is the IP address of the site you want to ping and
PACKET_SIZE is the size of the MAX MTU setting you are trying to test

Keep decreasing the packet size until you don't get any messages regarding fragmentation

To change the MAX MTU setting, see the section on Changing the MaxMTU and other Network Settings


Faster Access to the Network Properties Box

  1. Right click on the Network Neighborhood icon
  2. Select Properties to see network configurations.

This is the same result as click on the Start / Settings / Control Panel / Network Icon


Using UNC Network Names with Files

As already mentioned, you can use long file names in an MS DOS Box.
But you can even use UNC-style network names.

Example: DIR file://server/share1/dir1
will give you all files on the computer named "server", in the share named "share1" and in the directory "dir1".

This does not work with CD, but it will work with MD, RD, DIR, COPY, MOVE, REN, and so on.
I use this in combination with a batch file to copy files to a number of computers on a network.


Faster Connecting to the Internet

I found that I had to wait about one minute to get connected to the internet.
In your Dial-Up settings, make sure you only have TCP/IP checked and that Log on to Network is not checked.


Changing the Number of Rings Before Dial-Up Server Answers

To change the number of rings before Dial up Networking Server answers:

  1. Find the INF file for the modem in the \WINDOWS\INF directory. The filename will begin with "mdm" and end with characters desciptive of the manufacturer, ie. "supra" for Supra Express modem.
  2. Make a copy of this file.
  3. Edit this file with notepad and look for a string "HKR, Answer, 1,, "ATA<cr>".
  4. Change to HKR, Answer, 1,, "None".
  5. A few lines up from this should be the line HKR, Monitor, 1,, "ATS0=0<cr>" Change the value of the S0 register to the number of rings you would like to have the modem answer on.
  6. Remove the modem by using the Control panel | System | Device Manager.
  7. Reinstall the modem using the REFRESH Button.
  8. This should install the modem using the updated INF file.

Resetting Forgotten Dial-Up Server Password

If you forget the password you set for you Dial-Up Server
simply delete (or rename) the RNA.PWL file in the WINDOWS directory


Speeding up Dial-Up Networking for Games

To reduce lag on a dial-up connection, ie: for multiplayer network games:

  1. Go to Dial-Up Networking
  2. Right click the connection you use to play network games
  3. Select Server Types & look in the Advanced Options window
  4. Uncheck the Enable Software Compression option.
  5. Also, in the General tab, look in the Connect Using box, where your modem should appear
  6. Click the modem's Configure button.
  7. Go to: Connection, Advanced (at the bottom of the Connection window)
  8. Make sure that error control is on, but is not set to compress data.

NOTE: This type of connection isn't optimized for browsing, but will work in most cases.


Monitoring Your Dial-Up Connection

There are some system checks you can use to see how good your ISP and Phone lines are.
You either net OEM SR2 or the ISDN Accelerator Pack 1.1 installed

  1. Make sure SYSMON is installed. You can add this through the Control Panel / Add New Programs
  2. Run SYSMON
  3. Select Edit / Add Item
  4. Click on Dial-Up Networking Adapter
  5. Select CRC Errors
  6. Click on OK

If you have lots of CRC errors, either the phone lines or your modem is having problems.

You can also add Framing Errors and Timeout Errors if you are still having problems and your phone line appears ok.


No Network Logon Prompt

If you are not being prompted for a logon when starting Windows95,
and you need to be, there are some possible solutions:

1. Your password may be set to be blank
To correct this:

  1. Open up the Control Panel
  2. Open up Passwords
  3. Click on Change Windows Password
  4. Your Old Password is blank
  5. Enter your password in the New Password and Confirm New Password boxes

2. Registry Setting
You may have an AutoLogon key set in the Registry which needs to be removed

  1. Start Regedit
  2. Go to HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Network \ Real Mode Net
  3. If the key AutoLogon=x appears, delete it

Not Saving your Dial-Up Password

If and when dial-up networking won't remember your passwords anymore , you can have a corrupted password list file.

Either restore your PWL files from a backup or :
Do a file find on *.PWL and rename them to another extension (*.bak)
This will force dial-up to create a new password file

Notes from Bob: There are a few other possibilities:

1. You need to install Client for Microsoft Networks as part of your network setup.

2. You may have an entry in the registry that is causing problems:

  1. Start Regedit
  2. Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft Windows \ CurrentVersion \ Network \ Real Mode Net \
  3. Either delete the key autologon or change the value from 0 to 01

3. If deleting the PWL file did solve the problem, you can also download the Password List Update (278 K) program from Microsoft to prevent it from happening again..


Fixing a problem with Shortcuts that keep network UNC connections

By default, when you create a shortcut to a network application, both the Drive letter and UNC connection are stored as part of the shortcut.
The reasoning that if the drive letter gets reassigned or deleted, the UNC connection will serve as an additional way to ensure that the application is available.
This can also be a problem because when you want to re-assign the drive to a new server, it will still make the connection to the old one through the UNC

To disable this feature, there is a program called SHORTCUT.EXE in the Admin / Apptools / Envvars directory.
Execute the program with a -? to see a description of the available switches.


Changing the MaxMTU and other Network Settings

There are four network settings that can be configured so when dialing to an ISP, you should get somewhat greater throughput.
They are the MaxMTU, MaxMSS and DefaultRcvWindow, and DefaultTTL

MaxMTU and MaxMSS

  1. Start REGEDIT
  2. Go to Hkey_Local_Machine / System / CurrentControlset / Services / Class / netTrans / 000n
    (where n is your particular network adapter binding.)
  3. Right click on the right panel
  4. Select New / String Value
  5. Type in MaxMTU
  6. Double click on it and enter then the number you want. The usual change is to 576
  7. Similarly, you can add MaxMSS and give it a value of 536 (or 40 less that your Max MTU setting)

DefaultRcvWindows and DefaultTTL

  1. Start REGEDIT
  2. Go to HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ VxD \ MSTCP
  3. Add a new string DefaultRcvWindow and give it a value of 2144 (or 4 times your MaxMSS setting)
  4. Add a new string DefaultTTL and give it a value of 60-64

To find out the optimal setting, go to Determining Optimal MaxMTU Setting to Use


Disable Password Caching

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


    Starting a Dial-Up Connection from the Command Line

    You can dial your ISP from a command line. This can make it easy to create a batch file that will
    do things like dial, start your e-mail and web browser.

    The syntax is:
    rundll rnaui.dll,RnaDial connectoid

    Note: The RnaDial and connectoid components of the command line are case sensitive


    Device Contention when trying to use a Modem

    Occasionally, when trying to use your modem, you might get the following errors:

    Another program is using the selected Telephony device. Try again after the other program completes.
    or
    Cannot initialize port

    The state of Windows 95 device contention is determined by the value for the "COM n AutoAssign=x"
    setting in the [386Enh] section of the System.ini file,
    where n is the number of the serial port and x is a value from -1 to 1000.

    The default setting in Windows 95 is -1. This setting causes Windows 95 to not release a serial port previously used
    by a non-Windows-based program.

    If you need hot-swapping capability between an MS-DOS-based communications program and a Windows-based communication program,
    add the following entry to the [386Enh] section of the System.ini file:

    Com n AutoAssign=0


    Unable to Browse the Network

    If you do not have a logon password, Windows95 might have problems when you try and browse the network.
    Try the following steps to solve the problem.

    1. Start REGEDIT
    2. Go to Hkey_Local_Machine \ Software \ Microsoft \ Windows \ Current_version \ Network \ Real mode net
    3. Delete the line that says AUTOLOGON=0
    4. Save the changes and reboot the system

    Automatic NT Domain Logon

    When you need to logon to an NT Domain, Windows95 prompts you for you User ID, Password, and Domain Name
    To have Windows95 automatically log you on:

    1. Make sure Password Caching is Enabled, No Minimum Password Length has been set, and User Profiles is not enabled
    2. Open the Control Panel
    3. Double click on the Network icon
    4. Change the Primary Network Logon to Windows Logon
    5. Click on the OK button
    6. Do not restart the computer when prompted
    7. Double click on the Passwords icon
    8. Click on the Change Windows Password button
    9. Do not check the Microsoft Network box
    10. Type in your old password and nothing for the new and confirmation password
    11. Click on the OK button
    12. Restart Windows95
    13. Don't type any password for your Windows password. This is what you just set it for.
    14. When the Domain Login screen comes up, check Save this password in your password list
    15. The next time you start Windows95, you will be automatically logged into your NT Domain.

    NOTE: This bypasses the security that logging into an NT Domain is used to provide.
    Do not use in areas where security is critical.

    You can also download the new Tweak from Microsoft which will also allow you to do the same function.
    This will work for Windows95 as well as NT 4.0


    Auto-Dialing for 32-bit Internet Applications

    If your 32-bit Internet applications do not automatically invoke your
    Windows 95 Dialer, here is a way I found to enable this feature.

    1. First, bring up an internet application such as Netscape or Internet Explorer.
    2. Next, manually dial into your internet provider by double-clicking your connection icon.
    3. Once connected, go to the Control Panel and double-click on the Internet icon.
    4. Once the window open, uncheck the checkbox titled "Dial whenever an Internet Connection is needed".
    5. Click the check box again and make sure there is a check in the checkbox.
    6. Next, click the APPLY button.
    7. Finally , click the OK button.

    Once you do this, close your internet application and disconnect from your internet provider.
    Re-start your Internet application and the Windows 95 dialer should start up.
    NOTE: From my experience, all Internet applications will be effected and will automatically start the Windows 95 dialer.


    Dial-Back with Windows95

    Some servers use dial-back as a security feature. How this works is that after you connect to the server
    it automatically dials you back for verification.

    To get Windows95 to hang up the phone and not end the PPP client:

    1. Open the Control Panel
    2. Double Click on the Modems icon
    3. Select your modem
    4. Click on the Properties button
    5. Select Connection tab
    6. Click on the Advanced tab
    7. In the Extra Settings area enter &C0 S0=1 - They are zeros not "o's"

    The S0=1 sets your modem for Auto-Answer after 1 ring
    The &C0 avoids ending the PPP client.


    Disabling File and Print Sharing

    1. Start Regedit
    2. Go to HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network
    3. Add a new DWord Value
    4. Rename it to NoPrintSharing or NoFileSharing
    5. Assign it a value of 1

    Changing your Modem's Initialization String

    1. Start REGEDIT
    2. Go to HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ Class \ Modem \ 0000 \ Init
    3. Change the settings to the values for your modem

    Easy way to Re-Dial on busy signals

    If the line is busy to your provider and you don't want to *wait* until your dialer will re-dial,
    just press ESC key and then press enter key or click on connect - meaning it will dial-up again immediately.


    Increasing the Modem Timeout

    If your modem it timing out during file transfers or loading Web Pages,
    you might try increasing the timeout period.

    To change it:

    1. Start Regedit
    2. Go to HKEY_LOCAL_MACHINE / System / CurrentControlSet / Services / Class / Modem / XXXX / Settings
      Where XXXX is the number of your modem
    3. Move to the right panel and double click on Inactivity Timeout
    4. The number of minutes for a timeout should be entered between the brackets.
    5. For example, a US Robotics Sportster could have S19=<30> to set it to 30 minutes.

    Automatic Re-Dialing for Dial-Up Network

    1. Open up My Computer.
    2. Open up Dial-Up Networking.
    3. Go to the Connection Menu then Settings.
    4. Make sure Redial is checked.
    5. Set the number of times you want to redial, up to 100 times.
    6. Click Ok and your off !

    Potential problems leaving 16-bit winsock.dll's

    If you re having problems getting some of your winsock applications
    to work under Win95, make sure you delete any old 16-bit winsock.dll's.

    If this file is in the directory were the application resides, it could
    cause problems. Programs that could have problems like this are:

    • Ewan.exe (Telnet app)
    • WSIRC.exe (IRC app)
    • WSGopher.exe (Gopher app)
    • NX.Exe (NewsXpress)
    • Netscape v.1.0

    We found that if the software listed above is in the same directory as the
    Trumpet Winsock.dll file, then they will NOT work under the MS-TCP/IP stack.


    Dial-Up Scripting

    The Internet Jumpstart Kit that comes with the Plus! Pack allows you to script your Dial-Up Connections

    1. Open up Programs / Accessories / Dial-Up Scripting Tool.
    2. Select the provider (if you have more than one).
    3. Type in the name of the script (end with .scp).

    Keyboard Tips - NSOFTS

    Outlook Shortcut Keys 
    Front Page Shortcut Keys 
    Fast Access to the Desktop
     
    Opening Up the Task Manager in NT 4
     
    MS-Natural Keyboard Shortcuts 
    Getting to My Computer from the Control Panel 
    Undo 
    Minimizing all windows 
    Shortcut to System Properties 
    Duplicating the Right Mouse Click 
    Accessing Programs from the Start Button 
    Quickly Starting Explorer 
    Remapping the Keyboard 
    Internet Explorer Shortcuts 
    Bringing up the Properties Window 
    Resizing or Moving a Window 
    Keystroking is faster the using the mouse 
    Explorer Shortcut Keys 
    Searching for files 
    Copy files with a Mouse/Keyboard combo 


    Outlook 2000 Shortcut Keys

    Go to the Inbox CTRL+SHIFT+I
    Go to the Outbox CTRL+SHIFT+O
    Check for New Mail F5 or CTRL+M
    Start a New E-mail message CTRL+SHIFT+M
    Open the address book CTRL+SHIFT+B
    Start a New appointment CTRL+SHIFT+A
    Start a New contact CTRL+SHIFT+C
    Start a New meeting request CTRL+SHIFT+Q
    Start a New a task CTRL+SHIFT+K
    Make the Find a Contact box active F11
    Open the Advanced Find dialog box CTRL+SHIFT+F
    Mark an e-mail message as read CTRL+Q
    Delete an e-mail message, contact, calendar item, or task CTRL+D

    Front Page 2000 Shortcut Keys

    Front Page has quite a few shortcut keys. My favorites are:

    Center a paragraph CTRL+E
    Left align a paragraph CTRL+L
    Right align a paragraph CTRL+R
    Display HTML tags CTRL+ /
    Apply the Heading 1 style (ect.) CTRL+ALT+1
    Apply the Normal style CTRL+SHIFT+ N
    Not listed in their help is:
    Cycle through Normal / HTML / Preview Ctrl-PgUp/ Down
    If you are at the last row in a table, the TAB key will add a new row below the current one.

    Fast Access to the Desktop

    To get an Explorer view of the Desktop

    1. Press Ctrl-Esc or click the Start button
    2. Press R to go to Run. Note: If you are using a Win keyboard, you can get to this point by pressing Win+R
    3. Type in a period

    Opening Up the Task Manager in NT 4

    In Windows NT 4, to quickly bring up the task manager, press Ctrl-Shift-Esc


    MS-Natural Keyboard Shortcuts

    Open the start menu - Submitted by Daniel F. Win
    Display the pop-up menu for the selected object - Submitted by Daniel F. Win+F1
    Start Explorer Win+E
    Find Files or Folders Win+F
    Find computer Ctrl+Win+F
    Minimizes all windows Win+M
    Undo Minimize All Shift+Win+M
    Display Run Dialog box Win-R
    Cycles through taskbar buttons Win+Tab
    Displays System Properties Win+Break

    Getting to My Computer from the Control Panel

    If you're in Control Panel, hitting the Backspace key will switch you into the My Computer folder.


    Undo

    Press CTRL + Z to undo things like renaming a file in Explorer


    Minimizing All Windows

    To minimize all windows:

    1. Press Ctrl-ESC to bring up the Task Bar
    2. Press Alt-M

    This makes it a lot easier to minimize windows when all your open applications are full screen.


    Shortcut to System Properties

    To access the System Properties screen quickly, simply hold down the ALT key while double clicking on the My Computer icon.

    While holding the windows key, press the Pause / Break key.
    This will open up the System Properties box.
    From here you can easily get to the Device Manager


    Duplicating the Right Mouse Click

    Pressing the Shift-F10 key will be the same as clicking the right-mouse button.


    Accessing Programs from the Start Button

    To access your programs more quickly from your start button, with out aid of a mouse, hit ctrl+esc to open your start menu.
    Then, type the letter for the directory you are looking for.
    For example, to access the ever popular game of solitaire, CTRL+ESC, then "P" for programs, "A" for accessories, "G" for games, then "S" for Solitaire.
    If there is more than one entry for the letter, keep hitting the letter until you reach your desired location. Then, hit enter.


    Quickly Starting Explorer

    You can quickly start an explorer session by holding down the Windows key on a Microsoft Keyboard and pressing the E.key


    Remapping the Keyboard

    You can download Keyboard Remap (20 K) from Microsoft to reassign you keystrokes.
    With this you can also assign a key to function like the Windows key on the Microsoft keyboards.


    Internet Explorer Shortcuts

    Here are a few IE keyboard shortcuts:

    Go ‘Back’ to the previous page Alt+Left Arrow
    Go ‘Forward’ to the next page Alt+Right Arrow
    Add to Favorites on the current web page Ctrl+D
    Open the History folder Ctrl+H
    Open the Organize Favorites window Ctrl+B
    Lets you open a new web page Ctrl+L
    Open a new browser window Ctrl+N
    Reload the current page Ctrl+R
    Close the active Internet Explorer window Ctrl+W

    Bringing up the Properties Window

    While holding the ALT key double click on an icon to bring up the properties.


    Resizing and Moving a Window

    To Resize or Move a window:

    1. Press Alt-Space
    2. Press the S key - To Resize
    3. Press the M key - To Move

    You can now use the arrow keys to resize or move the window


    Key stroking is faster than mouse moving

    1. In desktop you can press "m", "My Briefcase is highlighted, press "enter" will open this applet.
    2. If you do not press "enter",
    3. The next "m" key stroke will highlight "My Computer".
    4. "Ctrl"-"Esc", press "P" for Programs, "enter","M""enter", you get to the first program or folder that starts with "M"
    5. Other applets will also be opened the same way.

    Explorer Shortcut Keys

    • F4 - Displays the Combo Box
    • F5 - Refresh the display
    • Ctrl+Z - Undo last action
    • Backspace - Go up one directory

    Quickly Search for Files

    To quickly open up the Find all Files window

    1. Press Ctrl+ESC ESC
    2. Press F3

    To copy a file with a Mouse/Keyboard combo

    Drag the file while holding down the CTRL key - A + will appear on the icon

    To move a file with a Mouse/Keyboard combo

    Drag file while holding down SHIFT key - Nothing appears on the icon

    If moving a icon with the mouse and an arrow appears, it will create a shortcut.
    You can press shift or ctrl at anytime during the drag
    and it will change this little part of the icon.


    Keyboard Tips - NSOFTS

    Using MSCONFIG to Change the Programs Starting Automatically 
    Additional Information From the Task Manager
     
    Enabling DMA/UDMA
     
    Enabling Hibernation
     
    Unsigned Driver Installation 
    Changing the Logon Background Color
     
    System File Checker
     
    Starting the Indexing Service to Speed Up File Searches
     
    Automatic File & Directory Name Completion
     
    Moving My Documents 
    Displaying More File Information in Explorer 
    Running Applications as Another User 
    Opening a Command Prompt to a Particular Directory from Explorer 
    Removing Personalized Menus 

    Display Administrative Tools  
    Display Logoff  
    Expand Control Panel, My Documents, Network and Dial-Up Connections or Printers  
    Displaying Hardware Conflicts  
    Bring Up Task Manager Directly  
    Quickly Changing Directories  
    Disk Cleanup 


    Using MSCONFIG to Change the Programs Starting Automatically

    1. If you like to use MSCONFIG from Windows98, you can still use it with Windows2000.
    2. Just copy the file to a place in your path (e.g. \WINNT)
    3. You will get an error about a file Regenv32.exe. It will work find without it but I just copied that file as well.

    Additional Information From the Task Manager

    You can customize some of the items you can see in the Task Manager

    1. In Processes, select View / Columns...
    2. From here you can view additional information about each process such as Page Faults, Priority, Threads etc.

    Enabling DMA/UDMA

    To make sure your IDE Controller is set to use DMA

    1. Right click on the My Computer icon
    2. Select Manage
    3. Click on Device Manager
    4. Expand IDE ATA/ATAPI Controller
    5. Right-click on Primary IDE Channel
    6. Click on Properties
    7. Click on the Advanced Settings tab
    8. In the Transfer Mode section, select DMA if available
    9. Do this for both devices in both the Primary and Secondary Controllers
    10. After you reboot you can go back in and see what the controller is now actually using.

    Enabling Hibernation

    With Windows2000 Hibernation, when you select it from the Shutdown menu,
    all your applications as well as their location on your desktop come up the next time you start up your computer.

    To enable it:

    1. Go to the Control Panel / Power Options icon
    2. Click on the Hibernate tab
    3. Check Enable hibernation support
    4. Since hibernation takes what is in memory and writes it to disk,
      the amount of hard drive space needed is the same as the amount of memory you have.
    5. Now when you go to logoff, select the Hibernate option instead.

    Unsigned Driver Installation

    By default, Windows2000 will allow you to install drivers that have not been signed and approved my Microsoft.
    If you want to restrict this so only signed drivers can be installed:

    1. Run the Local Security Policy MMC (Start / Run / Programs / Administrative Tools / Local Security Policy)
    2. Scroll down to Unsigned driver installation behavior (This is second from the bottom)
    3. The default is Not Defined
    4. You have three additional options:

      Silently Succeed
      Warn but allow installation
      Do not allow installation


    Changing the Logon Background Color

    If you want to change the green logon color:

    1. Start Regedit
    2. Go to HKEY_USERS\.DEFAULT\Control Panel\Colors\Background
    3. Change the three numbers from the default of 58  110  165  to the RGB values you want
    4. For example 110 110 255 is a fairly light blue, 0  0  0  would be black
    5. Log off and log back on again to see the change.

    System File Checker

    There is a command-line utility called System File Checker (SFC.EXe), which allows an administrator to scan all protected files to verify their versions. 

    The following shows the command-line syntax:

    /SCANNOW Scans all protected system files immediately.
    /SCANONCE Scans all protected system files once at the next boot.
    /SCANBOOT Scans all protected system files at every boot.
    /CANCEL Cancels all pending scans of protected system files.
    /QUIET Replaces all incorrect file versions without prompting the user.
    /ENABLE Enables Windows File Protection for normal operation
    /PURGECACHE Purges the file cache and scans all protected system files immediately.
    /CACHESIZE=x Sets the file cache size


    Starting the Indexing Service to Speed Up File Searches

    You can greatly speed up searching for files, particularly files with text in them, if you index your files.
    To turn this on:

    1. Start a search by pressing the F3 key from the Explorer on while on the desktop
    2. Click on Search Options
    3. Click on Indexing Service
    4. Check Yes, enable Indexing Service

    Searches should now go extremely fast. The index file is relatively small. 
    For example I have about 3 gigs of used hard drive space and this created a 20 meg index file.


    Automatic File & Directory Name Completion

    From the command prompt, you can list files or directories without needing to type in the entire name.

    1. Start a new command session with Start / Run / "cmd  /f :on"
    2. You can scroll through files by pressing the Ctrl-F key
    3. You can scroll through directories by pressing the Ctrl-D key
    4. You can enter the first few letters of the name to make the search more specific
    5. You can search backwards by pressing shift key down at the same time
    6. To make this permanent, you can add it to any command prompt shortcuts you use

    Moving My Documents

    Normally the My Documents fold is in the Documents and Settings / User_Name directory.

    You can change that location by:

    1. Start / Documents
    2. Right click on My Documents
    3. Select Explore
    4. Right click on My Documents
    5. Right click and select Properties
    6. Click on the Move button and select the location you want to move it to.

    Displaying More File Information in Explorer

    You can easily display more information than the file name, size, type and modified date in Explorer. 

    1. Right click on any one of these headings.
    2. This will bring up some of the additional fields you can display.
    3. Items such as Attribute, Comment, Created Date, Accessed date are available.
    4. You can also click on More for other items as well
    5. Selections such as Comment can be useful for Word and Excel documents. 
    6. You can right click on the file, select Properties / Summary. 
    7. Select the Comment field and enter in a short description for the file. 

    Running Applications as Another User

    With NT, you have always been able to connect to a network share as another user. 
    This allowed you to not have to log off and then back on again with a different user.
    The same capability is now available with Windows2000 for running applications.
    If you need to run an app as an administrator, you can do it without logging off and back on as the admin.

    1. Select the the application you want to run.
    2. While holding down the shift key, right-click on the icon
    3. You now have the option to Run As
    4. You will then be prompted for the user's name, password and domain.

    Opening a Command Prompt to a Particular Directory from Explorer

    If you want to open a command prompt to a directory that is selected in the Explorer:

    1. Start Regedit
    2. Go to HKEY_CLASSES_ROOT  \ Directory \ shell
    3. Create a new key called Command
    4. Give it the value of the name you want to appear in the Explorer. Something like Open DOS Box
    5. Under this create a new key called command
    6. Give it a value of " cmd.exe cd %1 " (no quotes)
    7. Now when you are in the Explorer, right click on a folder, select Open DOS Box, and a command prompt will open to  the selected directory.

    Removing Personalized Menus

    1. Right-click on the Task Bar
    2. Select Properties
    3. Uncheck Use Personalized Menus

    Display Administrative Tools

    1. Right-click on the Task Bar
    2. Select Properties
    3. Click on the Advanced tab
    4. Check Display Administrative Options

    Display Logoff

    1. Right-click on the Task Bar
    2. Select Properties
    3. Click on the Advanced tab
    4. Check Display Logoff

    Expand Control Panel, My Documents, Network and Dial-Up Connections or Printers

    1. Right-click on the Task Bar
    2. Select Properties
    3. Click on the Advanced tab
    4. Check the ones you want to expand

    Displaying Hardware Conflicts

    1. Make sure you display the Administrative tools 
    2. Go to Start / Programs / Administrative Tools / Computer Management
    3. Scroll down to System Tools / System Information / Hardware Resources / Conflicts/Sharing
    4. This will display and IRQ or other conflicts.

    Bring Up Task Manager Directly

    To start the Task Manager, simply press the Ctrl-Shift-Esc keys


    Quickly Changing Directories

    If you want to change directories but don't want to type in the entire path name,
    you can use the "*" at the end of a partial display.

    For example to change to Program Files, you can simply enter cd pro* and it will fill in the rest.


    Disk CleanUp

    To clean up your drive from Temporary Internet Files, Temp files, the Recycle Bin etc.

    1. Click on the My Computer icon
    2. Right click on the drive you want to clean
    3. Select Properties
    4. Click on the Disk Cleanup button
    5. From here you can select the types of files you want to remove

    DOS Tips - NSOFTS

    Showing Long and Short Filenames 
    DOS Command History
     
    Changing a File's Date and Time Stamp
     
    Removing the Microsoft Copyright from a DOS Prompt

    Setting the Number of Lines in a DOS Window 
    Starting DOS Fast 

    Using Long Filenames in a DOS Box 
    Expanding Full Path or File Name 
    Adding DOSKEY to your DOS Window 
    Showing DOS Error Codes 
    Changing Directories in DOS 
    Entering Long Paths in a DOS Window 
    Having DOS Programs Prompt for Input 
    Verbose Directory Listing 
    Easy way to open up DOS prompt in a specific directory


    Showing Long and Short Filenames

    There are two additional switches that can be used when doing a DIR

    1. /B - Shows only the long filename, no details
    2. /Z - Shows the short filename, with details
    3. /B /Z - Shows only short filename, with no details

    DOS Command History

    If you use DOSKEY in either your AUTOEXEC.BAT file or as part of the properties of your DOS Window,
    you can show and recall the history of commands you enter and the DOS prompt.

    • To recall previous commands, use the up arrow key.
    • A complete list of previous commands can be shown if you press the F7 key
    • To use one, press F9 and the number of the command you want to use
    • To clear the cache, press Alt+F7

    Changing a File's Date and Time Stamp

    You can change the Date and Time stamp of a file to the current setting.

    Type:
    COPY filename /B + ,, /Y


    Removing the Microsoft Copyright from a DOS Prompt

    By default, when you open a DOS window, the Microsoft Copyright notice shows.
    To disable it, add the /K switch in the Program tab

    For example: C:\WINDOWS\COMMAND.COM /k


    Setting the Number of Lines in a DOS Window

    To set the number of lines displayed when you open up a DOS window:

    1. Create a shortcut for the MS-DOS Prompt
    2. Right click on it
    3. Select Properties
    4. Click on the Program tab
    5. In the Batch file:, line enter mode con: lines=xx (where xx is the number of lines you want displayed)
    6. Valid numbers for xx are 25 or 43

    Starting DOS Fast

    Want to start DOS fast outside of the START button? Drag it to your desktop.

    Want to start it even FASTER without the mouse?

    1. Change the shortcut properties of the DOS icon to something unique, like Ctrl-Alt-Z.
    2. Then to start DOS from within Win95/98?/NT just enter C-A-Z and poof! it's there.
    3. If you toggle away, and hit the shortcut sequence again, you'll get the "old" DOS box, not a new one.

    Long Filenames in a DOS Box

    More long filenames in DOS paths...

    You don't need the close double quote when entering long folder names in DOS.

    CD "\program files
    works as well as
    CD "\program files"

    You can use long file names in a MS DOS Box.
    All you have to do is pu the long file name in quotes.

    Example: cd "program files"


    Expanding Full Path or File Name NT 4.0 Only

    Expand full path/file name with defined char using Command Prompt in Win NT 4.0

    You can expand the full name of a file or directory using a character of your choice.

    1. Close all Command Prompts
    2. Start the Registry Editor
    3. Open HKEY_CURRENT_USER\Software\Microsoft\Command Processor
    4. If not present, add Key: CompletionChar
    5. If you like to use TAB-Key for expand: set value (REG_SZ): "9"

    You can test it:

    1. Open up a DOS window
    2. Type: CD (followed by TAB)
    3. The first available directory will appear
    4. Press TAB again, the next one will appear
    5. The same can be done with the DIR command

    Adding DOSKEY to your DOS Window

    One way to have DOSKEY available when you open a DOS window would be to have it in the AUTOEXEC.BAT file.
    This takes away conventional memory, even when you don't have a DOS window open.
    To only use DOSKEY when you open a DOS window:

    • Right click on your DOS shortcut
    • Select Properties
    • Click on the Program tab
    • Add DOSKEY > NUL to the Batch File field
    • You can also add /INSERT if you prefer

    Showing DOS Error Codes

    If you want to see what error codes are being generated by DOS programs,
    start your DOS session with the addition of a /Z parameter to the COMMAND.COM program.


    Changing Directories in DOS

    Normally, you can move up one directory level by typing CD ..
    The DOS with Windows95 allows you to continue moving up beyond the first directory by simply adding more periods
    For example, to move up two levels, type CD ...


    Entering Long Paths in a DOS Window

    If you have to enter a long path and program name in a DOS window,

    1. Open up the Explorer
    2. Go to the folder you want
    3. Drag it to the DOS window
    4. The path will be inserted into the window

    This can come is useful with the long path names and all the ~'s you would normally need to type.
    If you need to change directories, type in the CD before you drag the directory.


    Having DOS Programs Prompt for Input

    When you normally create a shortcut for a DOS program, it does not prompt you for any input and just runs the program
    To change that, simply add a ? after the program name in the CMD field.

    For example:
    C:\WINDOWS\COMMAND\EDIT.COM ?
    will start the DOS editor and prompt you for a file name to edit.


    Verbose Directory Listing

    To see your free memory and other useful info in detail:

    1. Open a DOS box
    2. Go to the directory that you want to get specific info about, or if you just want to see memory info go to any directory (I use the root).
    3. Type DIR /V
    4. The /v argument stands for "verbose".
    5. All sorts of good information comes up.

    Easy way to open up DOS prompt in a specific directory

    With the advent of long directory names, it can be difficult to open up a DOS box and CD to the directory you want
    particularly if it is several layers of long names deep.

    An easy way is to:

    1. Open up Explorer and highlight the directory you want to be in
    2. Select Run / Command from the Start Menu
    3. Your DOS prompt will now be in the directory you highlighted in Explorer

    Performance Tips - NSOFTS

    While these are likely not all the performance tips, they are the ones that have made significant differences on my system.I've seen a lot out there that have not made much difference. These are a few I've seen actually help.


    Increasing Memory

    If you have Windows95 with only 16-32 megs of memory, you will see a significant increase in performance if you go to at least 64 megs. Prices have gone down dramatically in the past few years. Your computer won't be swapping to the hard drive nearly as much. The maximum useful memory for Windows95 is 64 megs. It doesn't do well with memory over that and may actually reduce your performance. Windows98 has removed that bottleneck. Currently I have 128 megs and am quite satisfied with how much better it performs.


    Get a Faster Hard Drive

    If you can, there are newer hard drives that spin at 7200 RPMs rather than the more common 5400 RPMs. This means that you will get to your data reasonably faster. If you can afford it, I would recommend this as well.

     

    These first two might cost you some money.On the other hand they will usually provide the most noticeable difference


    Here are some things you can do for free

    Defrag the Hard Drive

    I do this fairly frequently. Once a month or so. There are a few things I do first to make sure I don't waste time defragging unnecessary files.

    1. First is to delete the Internet Explorer Temporary Files and History.

    2. Second is to delete TMP and BAK files.

    3. Third is delete any files and directories in the \TEMP and \WINDOWS\TEMP directories

    4. Defragment without the swapfile. The instructions for this can be found at Defragmenting the Swap File

    5. Windows98 has a built-in utility called Disk Cleanup. You can run it from either the Start / Programs / Accessories / System Tools / Disk Cleanup or directly run CLEANMGR.EXE

     

    File System Settings

    If you have 64 megs or more of memory you increase the performance of your system.

    1. Go to Control Panel / System Properties / Performance / File System.

    2. Change the typical role of this computer to Network Server.

    If you have Win95 SR1, and you do not see a performance increase, occasionally the NameCache and PathCache values are written to the registry incorrectly for the Network Server. To fix the problem:

    1. Start Regedit

    2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\FS Templates\Server

    3. Make sure the following values are being used:

    • PathCache=40 00 00 00

    • NameCache=a9 0a 00 00

     

     

    No New Floppy Detect

    While you are in that section, click on the Floppy Disk tab and uncheck Search for new floppy disks... This will speed up your boot time.

     

    Increasing Disk Performance
    1. Go to Start \ Settings \ Control Panel \ System \ Performance \ File System \ Troubleshooting

    2. Check the box Disable synchronous buffer commits.

     

    DMA

    In the Device Manager, go to the settings your Hard Drives and CD ROMs. If any of them will allow a DMA box to be checked, you can try it. I've seen it decrease my CPU utilization.

     

    Config.sys and Autoexec.bat files

    Make sure you don't have any unnecessary device drivers or programs here. Windows95 has most you will need already built into the OS.

     


    Registry Tips - NSOFTS

    Comparing Registries  
    Setting Excel 2000 High-Contrast Cell Selection
     
    Changing Common Icons

    Prevent Changes to the Start Menu 
    DOS Restrictions
     
    Networking Restrictions
     
    Control Panel Restrictions
     
    Restricting the Start Menu, Explorer, and the Desktop
     
    Changing Office 2000's Excel Undo History
     
    Changing the Title on Windows Media Player
     
    Eliminating the Right Click on the Taskbar 
    Eliminating the Right Click on the Desktop
     
    Turning Off the Help on Min, Max, Close Icons
     
    Adding Open With to the Right Click in the Explorer
     
    Automatically Deleting a Registry Key
     
    Fixing no Auto Run for CDs
    Locking File Association Changes 
    Renaming the File System Profiles
     
    Sticky Menus 
    Automatic Shutdown with Windows NT
     
    Kill Hung Processes When Logging Off in Windows NT
     
    NT Crash Log File
    Changing the Location of Outlook Express Data Files 
    Disabling the Blinking Cursor

    Re-Enabling DHCP Error Messages 
    Getting Rid of Schemes
     
    Hiding Any Combination of Drives 
    Creating a Legal Text Notice Before Logon 
    Removing the Hand Icon from Shared Resources 
    Enabling the Middle Mouse Button on Logitech Mouse 
    Easily Opening a File with Notepad 
    Displaying Hi-Color Icons without the Plus Pack 
    Backing Up the Registry 
    Removing Unwanted Items from the RUN Menu 
    Opening a DOS Window to either the Drive or Directory in Explorer 
    Compacting the Registry 
    Changing Exchange's Mailbox Location 
    Removing Sound Events from Control Panel / Sounds 
    Changing the Registered Owner
    Adding an Application to Every Folder 
    Adding Explore From Here to Every Folder 
    Saving Desktop Settings
    Getting Rid of Tips 
    Changing the Location of Windows95's Installation Files
    Creating a Network Logon Banner 
    Creating a Default File Opener 
    Deleting Registry Keys from the Command Line 
    Automatic Screen Refresh 
    Disable Password Caching 
    Changing the MaxMTU and other Network Settings 
    Adding Items to the Start Button 
    Removing Open, Explore & Find from Start Button 
    Removing the InBox Icon and Recycle Bin Icons from the Desktop 
    Removing Items from NEW on the Desktop 
    Changing the Telnet Scroll-Back Buffer Size
    Changing the Tips of the Day 
    Disabling Drives in My Computer 
    Not Saving Settings on Exit 
    Not Displaying the Network Neighborhood 
    Disabling Run or Find from the Start Menu 
    Hiding All Icons from the Desktop 
    Get Your Folders to Open the Way You Want Every Time 
    Disabling the Right-Click on the Start Button 
    Disabling My Computer 
    Clearing the Documents Menu Automatically 
    Opening Explorer from My Computer 
    Fixing a Corrupt Registry 
    Recycle Bin Edits 
    Not Displaying the Last User Logged on 
    Setting the Minimum Password Length 
    Disabling File and Print Sharing 
    Removing the Shortcut Arrows 
    Turn Off Window Animation 
    To speed up the Start Menu 
    Changing your Modem's Initialization String 
    Increasing the Modem Timeout 
    Removing Programs listed from the Control Panel's Add/Remove Programs Section
    Specifying programs to run every time Windows95 starts 


    Comparing Registries

    While working with changes to your system, you might want to see what is changing in your Registry.
    Since you can export it to a text file, the steps are fairly easy

    1. Start Regedit
    2. With the very top level select - My Computer, on the Toolbar select Registry / Export Registry File
    3. I usually save it to the root of the C: drive with the name before (you don't need to add an extension)
    4. Make the change to your system
    5. Go back to Regedit
    6. Press F5 to update it
    7. Export the Registry like step 2
    8. Name the file after and have it go in the same directory
    9. Open up a DOS window
    10. Go to the directory where the two exported files are
    11. Enter FC before.reg after.reg > diff.txt
    12. Then you can edit diff.txt with your favorite text editor.

    Note: I  do the last steps so often I have a simple batch file already set up.


    Setting Excel 2000 High-Contrast Cell Selection

    If you want to increase the contrast in selected cells:

    1. Start Regedit
    2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Office \ 9.0 \ Excel \ Options 
    3. Add a DWORD value call Options6
    4. Give it a value of 16
    5. Now when you select cells, they will be white on black.
     

    Changing Common Icons

    You can change many of the common Windows icons.

    1. Start Regedit
    2. Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ explorer \ Shell Icons
    3. The default icons are numbered in the right panel from 0-40
    4. Double click on the number of the particular icon you want to change. See the chart below.
    5. Enter the name of the icon file you want to use followed by the number of the icon in that file.
      Note: The numbering starts with zero.
    6. If you use a single .ICO file, it should be followed by a 0.
    7. e.g. - filename.dll,4 - This would actually be the 5th icon since it starts with 0.
    8. Make sure you delete the hidden file C:\WINDOWS\SHELLICONCACHE

    0-13 Are the Drive and Application Icons
    0 - To change the Unknown Application Icon
    2 - To change the Default Application Icon
    3 - To change the Closed Folder Icon
    4 - To change the Open Folder Icon
    5 - To change the 5 1/4" Floppy Icon
    6 - To change the 3 1/2" Floppy Icon
    7 - To change the Removable Disk Icon
    8 - To change the Hard Drive Icon
    9 - To change the Network Drive Online Icon
    10 - To change the Network Drive Offline Icon
    11 - To change the CD Drive Icon
    12 - To change the Ramdrive Icon
    13 - To change the Entire Network Icon

    19-27 Are the Start Menu Icons
    19 - To change the Programs Icon
    20 - To change the Documents Icon
    21 - To change the Settings Icon
    22 - To change the Find Icon
    23 - To change the Help Icon
    24 - To change the Run Icon
    27 - To change the Shutdown Icon

    Other Icons
    33 - To change the DUN Folder Icon
    34 - To change the Desktop Icon
    35 - To change the Control Panel Icon
    37 - To change the Printer Folder Icon
    40 - To change the Audio CD Icon
    43 - To change the Favorites Icon
    44 - To change the Logoff Icon


    Prevent Changes to the Start Menu

    To prevent any changes to the Start Menu, even a right click:

    1. Start Regedit
    2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
    3. Add a DWORD called NoChangeStartMenu
    4. Give it a value of 1

    DOS Restrictions

    There are restrictions you can make to the ability to execute DOS programs

    1. Start Regedit
    2. Go to HKEY_Current_User / Software / Microsoft / Windows / CurrentVersion / Policies
    3. Create a new key under Policies called WinOldApp
    4. You can then add DWORD values set to 1 in the appropriate keys
    5. To re-enable them, either delete the key or set the value to 0
    • Disabled - Disable MS-DOS Prompt
    • NoRealMode - Disables Single-Mode MS-DOS

    Networking Restrictions

    There are general restrictions you can make in Networking

    1. Start Regedit
    2. Go to HKEY_Current_User / Software / Microsoft / Windows / CurrentVersion / Policies
    3. Create a new key under Policies called Network
    4. You can then add DWORD values set to 1 in the appropriate keys
    5. To re-enable them, either delete the key or set the value to 0
    • NoNetSetup - Disable the Network Control Panel
    • NoNetSetupIDPage - Hide Identification Page
    • NoNetSetupSecurityPage - Hide Access Control Page
    • NoFileSharingControl - Disable File Sharing Controls
    • NoPrintSharing - Disable Print Sharing Controls

    Control Panel Restrictions

    There are many general restrictions you can make to the Control Panel

    1. Start Regedit
    2. Go to HKEY_Current_User / Software / Microsoft / Windows / CurrentVersion / Policies
    3. Create a new keys under Policies called System
    4. You can then add DWORD values set to 1 in the appropriate keys
    5. To re-enable them, either delete the key or set the value to 0
    • NoDispCPL - Disable Display Control Panel
    • NoDispBackgroundPage - Hide Background Page
    • NoDispScrSavPage - Hide Screen Saver Page
    • NoDispAppearancePage - Hide Appearance Page
    • NoDispSettingsPage - Hide Settings Page
    • NoSecCPL - Disable Password Control Panel
    • NoPwdPage - Hide Password Change Page
    • NoAdminPage - Hide Remote Administration Page
    • NoProfilePage - Hide User Profiles Page
    • NoDevMgrPage - Hide Device Manager Page
    • NoConfigPage - Hide Hardware Profiles Page
    • NoFileSysPage - Hide File System Button
    • NoVirtMemPage - Hide Virtual Memory Button

    Restricting the Start Menu, Explorer and the Desktop

    There are many general restrictions you can make to the Start Menu, the Explorer and to the Desktop itself.

    1. Start Regedit
    2. Go to HKEY_Current_User / Software / Microsoft / Windows / CurrentVersion / Policies
    3. There should already be at least a Explorer section there already
    4. Additional keys that can be created under Policies are WinOldApp
    5. You can then add DWORD values set to 1 in the appropriate keys
    6. To re-enable them, either delete the key or set the value to 0
    • NoDeletePrinter - Disables Deletion of Printers
    • NoAddPrinter - Disables Addition of Printers
    • NoRun - Disables Run Command from the Start Menu
    • NoSetFolders - Removes Control Panel, Printers and My Computers Folders from Settings on Start Menu and in Explorer
    • NoSetTaskbar - Removes Taskbar from Settings on Start Menu
    • NoFind - Removes the Find Command from the Start Menu
    • NoDrives - Hides Drives in My Computers
    • NoNetHood - Hides the Network Neighborhood
    • NoDesktop - Hides all items on the Desktop
    • NoClose - Disables Shutdown
    • NoSaveSettings - Don't save settings on exit
    • DisableRegistryTools - Disable Registry Editing Tools - NOTE: Be Careful of this one
    • NoRecentDocsHistory - Removes Recent Document from Start Menu - Requires IE4
    • ClearRecentDocsOnExit - Clears the Recent Documents when you Exit
    • NoInternetIcon - Removes the Internet Icon from the Desktop

    Changing Office 2000's Excel Undo History

    By default, Excel has only approximately 16 undo's you can perform.

    To increase that number:

    1. Start Regedit
    2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Office \ 9.0 \ Excel \ Options
    3. Add a dword called UndoHistory
    4. Give it the value you want for the amount you want.

    Changing the Title on Windows Media Player

    You can change the title bar for the Windows Media Player

    1. Start Regedit
    2. Go to HKEY_USERS \ .DEFAULT \ Software \ Policies \ Microsoft \ WindowsMediaPlayer
    3. Create a string value of TitleBar
    4. Give it a value of whatever you want to appear in the title bar

    Eliminating the Right Click on the Taskbar

    To eliminate the right click on the taskbar:

    Start Regedit

    1. Start Regedit
    2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
    3. Add a DWORD and give it a name of NoTrayContextMenu
    4. Give it a value of 1
    5. Reboot 

    Eliminating the Right Click on the Desktop

    To eliminate the right click on the desktop:

    1. Start Regedit
    2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
    3. Add a DWORD and give it a name of NoViewContextMenu
    4. Give it a value of 1
    5. Reboot 

    Turning Off the Help on Min, Max, Close Icons

    When the mouse goes over the minimize, maximize and close icons on the upper right hand side of a window, you normally get a display telling you want those are for.
    To disable that display:

    1. Start Regedit
    2. Go to HKEY_CURRENT_USER \ Control Panel \ Desktop
    3. Create a String Value called MinMaxClose
    4. Give it a value of 1 
    5. Reboot

    Adding Open With to the Right Click in the Explorer

    To add the option Open With when you right click on a file in the Explorer:

    1. Start Regedit
    2. Go to HKEY_LOCAL_MACHINE \ Software \ CLASSES \* \ shell \ openas \ command
    3. If this key isn't there then just create it
    4. Give it the value of C:\WINDOWS\rundll32.exe shell32.dll,OpenAs_RunDLL %1

    Automatically Deleting a Registry Key

    Normally you cannot automatically delete registry keys from reg file. But there is a way...

    Simply include a minus sign inside the left bracket before the main key.

    For example. 
    If you want to delete the key HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Office \ 8.0 \ Common \ Assistants, your regfile would simply look like:


    REGEDIT4

    [-HKEY_LOCAL_MACHINE\Software\Microsoft\Office\8.0\Common\Assistants]

    This would delete that key and any below it.


    Fixing no AutoRun for CDs

    If your CDs have stop starting automatically, and you have checked everything else:

    1. Go to HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
    2. The value for NoDriveTypeAutoRun should be set to 95 00 00 00

    Locking File Association Changes

    If you have your file associations the way you want for a particular file type,
    you can remove it from the list that gets displayed in the Folder Options / File Types screen

    1. Start Regedit
    2. Go to HKEY_CLASSES_ROOT
    3. Scroll to the file association you want to lock. 
    4. In the right panel, create a new Binary value
    5. Give it a value of 01 00 00 00
    6. Now when you go to the Folder Options / File Types screen, you won't see that file type listed.

    Renaming the File System Profiles

    In the Control Panel / System / Performance / File System, you can select either Desktop Computer, Mobile or docking system, or Network Server.
    You can change these labels to something more descriptive:

    1. Start Regedit
    2. Go to HKEY_LOCAL_MACHINE / Software / Microsoft / Windows / Current Version / FS Templates
    3. You can change the text that appears under each key

    Sticky Menus

    Normally when you move the mouse over the Start Menu / Programs, it will automatically cascade and show the submenus.
    If you want them to open only when you actually click on them:

    1. Start Regedit
    2. Go to HKEY_CURRENT_USER \ Control Panel \ Desktop
    3. If if it not already there, create a string called MenuShowDelay
    4. Give it a value of 65534

    Automatic Shutdown with Windows NT

    Most laptops allow the operating system to turn off the hardware after shutdown, instead of displaying the message telling you it's now safe to turn off your system.
    You can take advantage of this capability by enabling the Power Down After Shutdown feature.

    To enable this feature, simply add a REG_SZ value named HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\PowerdownAfterShutDown and set it to 1.

    Next, tell NT to shut down and see if the machine turns itself off after shutting down. If it doesn't, change the value back to 0 to restore normal operation.


    Kill Hung Processes When Logging Off in Windows NT

    When you tell NT to shut down, it first sends shutdown requests to any running processes.
    Most 32-bit applications honor these requests and shut down, but older 16-bit apps running in the Virtual DOS Machine often won't.
    When this occurs, the operating system prompts you with a dialog box asking if you want to kill the task, wait for the task to die on its own, or cancel the shutdown.
    By modifying the Registry, you can automate this process.

    You can force NT to kill all running processes on shutdown by adding a REG_SZ value named HKEY_USER\\ControlPanel\Desktop\AutoEndTasks and set the value to 1. You can also add this value to HKEY_USERS\.DEFAULT so that all new accounts will shut down the same way.


    NT Crash Log File

    In addition to the crash log file, you can also enable two other methods of crash notification and logging.
    You can enable an administrative alert by changing the value of

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl\SendAlert to 1. The next time the system crashes, an administrative alert will be sent that may provide the first sign of the crash.

    You can also make NT log the crash in the event log by changing the value of

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\CrashControl\LogEvent to 1 instead of its default 0. Now, the exact time of the crash will be permanently recorded.


    Changing the Location of Outlook Express Data Files

    Normally Outlook Express keeps its data files in the C:\Windows\Application Data\Microsoft\Outlook Express directory.

    To change this:

    1. First copy those files to the new location
    2. Start RegEdit
    3. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Outlook Express
    4. Change the Store Root key to the directory where you moved the files

    Disabling the Blinking Cursor

    To stop the cursor from blinking in applications such as Word:

    1. Start Regedit
    2. Go to HKEY_CURRENT_USER\Control Panel\Desktop
    3. Add a String Value
    4. Name it CursorBlinkRate
    5. Give it a value of -1
    6. Reboot the computer

    Re-Enabling DHCP Error Messages

    If you got a DHCP error message, selected to not see DHCP errors, and now want to see them again;

    1. Start Regedit
    2. Go to HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ VxD \ DHCP
    3. Change the value of PopupFlag from 00 to 01

    Getting Rid of Schemes

    1. A safer way would be is to go to the Control Panel / Display / Appearance tab
    2. Go to the Scheme drop down box
    3. Select the one you don't want and click on the delete button

    When you right click on your desktop and pick properties your Display Properties screen appears.
    Under Appearance tab / Schemes, determine if you want all those wild schemes.
    If not they can be deleted and clear approximately 45K.
    Before you delete them, choose or create at least 1 Scheme and "Save As" (in my case Bud 1).

    1. Open Regedit
    2. Go to HKEY_CURRENT_USER \ Control Panel \ Appearance \ Schemes
    3. Highlight every String and Value on the right side and delete. DO NOT DELETE "Default"

    Hiding Any Combination of Drives

    If you want to stop a drive or any combination of drives appearing in Explorer/My Computer

    Add the Binary Value of 'NoDrives' in the registry at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

    Give it a value from a combination of the table below:

    A 1 00 00 00
    B 2 00 00 00
    C 4 00 00 00
    D 8 00 00 00
    E 16 00 00 00
    F 32 00 00 00
    G 64 00 00 00
    H 128 00 00 00
    I 00 1 00 00
    J 00 2 00 00
    K 00 4 00 00
    L 00 8 00 00
    M 00 16 00 00
    N 00 32 00 00
    O 00 64 00 00
    P 00 128 00 00
    Q 00 00 1 00
    R 00 00 2 00
    S 00 00 4 00
    T 00 00 8 00
    U 00 00 16 00
    V 00 00 32 00
    W 00 00 64 00
    X 00 00 128 00
    Y 00 00 00 1
    Z 00 00 00 2

    Where (for eg) you want to hide Drives {C,E,J,O,R,U,Y,Z} you would give 'NoDrives' the value 14 42 12 03
    Where C+E = 14, J+O = 42, R+U=12 and Y+Z = 03
    Please NOTE: The Numbers are to be added in HEXadecimal ie: ABCD = 0F, not 15 All Drives Visible is 00 00 00 00 All Drives Hidden is FF FF FF 03


    Creating a Legal Text Notice Before Logon

    You can create a banner that will come up just before you logon to the computer:

    1. Start Regedit
    2. Go to HKeyLocalMachine \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ WinLogon
    3. Create a new string value called LegalNoticeCaption and give it a value you want to see in the menu bar
    4. Create a new string value called LegalNoticeText and give it a value you want to see in the in the dialog box

    Now before anyone logs into that computer, this banner will come up on the screen.
    This can be useful for any legal warnings you want to give regarding the use of the computer.


    Removing the Hand Icon from Shared Resources

    When you share a local resource, Windows95 normally puts a hand in from of that resources icon.
    To remove hand icon from your shared resources:

    1. Start Regedit.
    2. Go to HKEY_CLASSES_ROOT / Network
    3. Open SharingHandler.
    4. Clear it's default value
    5. Restart Windows.
    6. To restore set Default value "msshrui.dll".

    Enabling the Middle Mouse Button on Logitech Mouse

    To enable the middle mouse button on Logitech Mouses to act as a double-click button by only pressing it once:

    Run Regedit

    Go to HKEY_LOCAL_MACHINE\SOFTWARE\LOGITECH\MOUSEWARE \CURRENTVERSION\SERIALV\0000

    Change DoubleClick to equal 001


    Easily Opening a File with Notepad

    This will enable you to right click on any file and have the option to open it with notepad.
    Also if a file has no association and you try to open it it will open with notepad

    1. Run 'regedit.exe'
    2. Expand "HKEY_CLASSES_ROOT"
    3. Inside "HKEY_CLASSES_ROOT", expand "*"
    4. Inside "*", create a key called "shell"
    5. Inside "shell" create a key called "open"
    6. Inside "open" edit the string "(default)" to say "open (notepad)"
    7. Inside "open" create a key called "command"
    8. Inside "command" edit the string "(default)" to say C:\WINDOWS\NOTEPAD.EXE "%1"

    Displaying Hi-Color Icons without the Plus Pack

    1. Start Regedit
    2. Go to HKEY_CURRENT_USER \ Control Panel \ desktop \ WindowMetrics
    3. Add or edit Shell Icon BPP=16 where the number is the color depth.
    4. The default is 8 (bit or 256 colors). 

    Backing Up the Registry

    There are many backup programs for the registry but if the computer goes down and you can't fire off Win95 because of the registry problem.

    Backup to a directory the following files:

    • SYSTEM.DATA
    • SYSTEM.DA0 (Yes seem to be the same size)
    • USER.DAT
    • USER.DA0 (Same size likely)
    • WIN.INI
    • CONTROL.INI
    • SYSTEM.INI

    These files can be copied to the windows directory from Win95 or DOS to help correct problems.


    Removing Unwanted Items from the RUN Menu

    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

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

    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


    Compacting the Registry

    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

    Changing Exchange's Mailbox Location

    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

    Removing Sound Events from Control Panel / Sounds

    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 the Registered Owner

    1. Starting Regedit
    2. Go to HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion
    3. From there you can edit the name in the Registered Owner key

    Adding an Application to the Right Click on Every Folder

    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


    Adding Explore From Here to Every Folder

    1. Start Regedit
    2. Go to HKEY_CLASSES_ROOT \ Folder \ shell
    3. Add a key rootexplore
    4. Give it a default value of E&xplore From Here
    5. Go to HKEY_CLASSES_ROOT \ Folder \ shell \ rootexplore
    6. Add a key command
    7. Give it a default value of Explorer.exe /e,/root,/idlist,%i

    Now when you right click on any folder, you can open up an Explorer window of that folder.
    This will work for both Windows95 and NT 4.0


    Saving Desktop Settings

    When I would go to Control Panel or Start Menu Programs, or any other Desktop window setting; meaning size, position, icon arrangement, they would never be as I set them. I found an answer:

    At [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    There is a "NoSaveSettings" key. I deleted it and now my all my stuff stays where I tell it.
    The same key shows up at:
    [HKEY_USERS\bwil\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer](where bwil is your password profile) Just thought I'd share this with you all.


    Getting Rid of Tips

    Remember those "Tips of the day" that appeared when you first install Win95?
    If you don't want them any longer and want to clear yet more Clutter, approximately 5K, you can delete them at:
    HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ explorer \ Tips


    Changing the Location of Windows95's Installation Files

    If you need to change the drive and or path where Windows95 will look for it's installation files:

    1. Start Regedit
    2. Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Setup \ SourcePath
    3. Change the location from there

    Creating a Network Logon Banner

    If you want to create a Network Logon Banner:

    1. Start Regedit
    2. Go To HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon
    3. Create a new String called LegalNoticeCaption
    4. Enter the text for your banner

    Creating a Default File Opener

    If you have a un-registered file type and want to view it with Explorer's Right-click
    you can add your program to the right-click options by:

    1. Starting Regedit
    2. Go to HKEY_CLASS_ROOT / Unknown
    3. Highlight the Shell Folder below it
    4. Right click on Shell and create a New Key
    5. Name it anything you want (For example NOTEPAD)
    6. Create a New Key under that named command
    7. Highlight the Command key
    8. Double click on the Default value in the right hand panel
    9. In Value Data, enter the path and filename of the program you want to use to open the file type
    10. For example: C:\WINDOWS\NOTEPAD.EXE %1
    11. Click on OK

    In this example, when you right click on a file in Explorer, NOTEPAD will show up as an option.


    Deleting Registry Keys from the Command Line

    With the OEM Version of Windows95, a new switch, /D, is added to Regedit.
    This enables you to delete items from Registry.

    The syntax is: REGEDIT /L:system.dat_location /R:user.dat_location /D Reg_Key
    where Reg_Key is the key you want to delete

    There are two requirements:
    1. That you have to boot to the same OEM version of Windows95 as the REGEDIT.EXE file.
    2. You cannot be in Win95 at the time you use this switch.


    Automatic Screen Refresh

    When you make changes to your hard drive and use Explorer, the changes are not usually displayed until you press the F5 key
    To make the updates automatic:

    1. Start Regedit
    2. Go to HKEY_LOCAL_MACHINE / System / CurrentControlSet / Control / UpdateMode
    3. Edit the DWORD value to be between 1 and 7
    4. Restart Windows

    Disable Password Caching

    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


    Changing the MaxMTU and other Network Settings

    There are four network settings that can be configured so when dialing to an ISP, you should get somewhat greater throughput.
    They are the MaxMTU, MaxMSS and DefaultRcvWindow, and DefaultTTL

    MaxMTU and MaxMSS

    1. Start REGEDIT
    2. Go to Hkey_Local_Machine / System / CurrentControlset / Services / Class / netTrans / 000n
      (where n is your particular network adapter binding.)
    3. Right click on the right panel
    4. Select New / String Value
    5. Type in MaxMTU
    6. Double click on it and enter then the number you want. The usual change is to 576
    7. Similarly, you can add MaxMSS and give it a value of 536

    DefaultRcvWindows and DefaultTTL

    1. Start REGEDIT
    2. Go to HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ VxD \ MSTCP
    3. Add a new string DefaultRcvWindow and give it a value of 2144
    4. Add a new string DefaultTTL and give it a value of 60-64

    Adding Items to the Start Button

    To add items when you right-click on the Start Button:

    1. Start Regedit
    2. Go to HKey_Classes_Root / Directory / Shell
    3. Right-click on Shell and select New / Key
    4. Type in the name of the key and press the Enter key
    5. In the Default name that shows in the right hand panel, you can add a title with a & character in front of the letter for a shortcut
    6. Right-click on the key you just created and create another key under it called command
    7. For the value of this command, enter the full path and program you want to execute
    8. Now when you right click on the Start Button, your new program will show up. You do not need to reboot first.
    9. For example, if you wanted WinWord, you would add that as the first key, the default in the right panel would be &WinWord so when you right click on the Start Button, the W would be underlined and you could just press that key. The command would be something like C:\MSOFFICE\WINWORD\WINWORD.EXE

    Removing Open, Explore & Find from Start Button

    When you right click on the Start Button, you can select Open, Explore or Find.
    Open shows your Programs folder. Explore starts the Explorer and allows access to all drives.
    Find allows you to search and then run programs. In certain situations you might want to disable this feature.
    To remove them:

    1. Start Regedit
    2. Search for Directory
    3. This should bring you to Hkey_Classes_Root \ Directory
    4. Expand this section by clicking on the "+"
    5. Under shell is Find
    6. Delete Find
    7. Scroll down below Directory to Folder
    8. Expand this section under shell
    9. Delete Explore and Open

    Note: - When you remove Open, you cannot open any folders.


    Removing Items from NEW

    When you right-click on the desktop and select New, a list of default templates you can open up are listed.
    To remove items from that list:

    1. Start Regedit
    2. Search for the string ShellNew
    3. This should bring you to HKey_Classes_Root
    4. For the items you want to remove, simply rename the ShellNew command
    5. Renaming is safer that deleting it
    6. Continue searching for the items you want to remove
    7. You do not need to reboot for the change to take effect

    Changing the Telnet Scroll-Back Buffer Size

    By default, the Telnet session has a window size of 25 lines. To increase this so you can scroll back
    and look at a larger number on lines:

    1. Start Regedit
    2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Telnet
    3. Double-click on the entry Rows in the right hand panel
    4. Increase the decimal value to one that suits your needs.

    Changing the Tips of the Day

    You can edit the Tips of the day in the Registry by going to:
    HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ explorer \ Tips


    Disabling Drives in My Computer

    To turn off the display of local or networked drives when you click on My Computer:

    1. Start Regedit
    2. Go to HKey_Current_User \ Software \ Microsoft \ Windows \ Current Version \ Policies \ Explorer
    3. Add a New DWORD item and name it NoDrives
    4. Give it a value of 3FFFFFF
    5. Now when you click on My Computer, none of your drives will show

    Not Saving Setting on Exit

    1. Start Regedit
    2. Go to HKey_Current_User \ Software\ Microsoft \Windows \ Current Version \ Policies \ Explorer
    3. Right click on the right panel and add a New / DWORD
    4. Name it NoSaveSettings
    5. Give it a value of 1
    6. Logoff or Reboot the computer

    Not Displaying the Network Neighborhood

    1. Start Regedit
    2. Go to HKey_Current_User \ Software\ Microsoft \Windows \ Current Version \ Policies \ Explorer
    3. Right click on the right panel and add a New / DWORD
    4. Name it NoNetHood
    5. Give it a value of 1
    6. Logoff or Reboot the computer

    Disabling Run or Find from the Start Menu

    1. Start Regedit
    2. Go to HKey_Current_User \ Software\ Microsoft \Windows \ Current Version \ Policies \ Explorer
    3. Right click on the right panel and add a New / DWORD
    4. Name it NoFile or NoRun
    5. Give it a value of 1
    6. Logoff or Reboot the computer

    Hiding All Icons from the Desktop

    1. Start Regedit
    2. Go to HKey_Current_User \ Software\ Microsoft \Windows \ Current Version \ Policies \ Explorer
    3. Right click on the right panel and add a New / DWORD
    4. Name it NoDesktop
    5. Give it a value of 1
    6. Logoff or Reboot the computer
    7. Now all icons are hidden on the desktop.

    Get Your Folders to Open the Way You Want Every Time

    To get your folders to open the way you want every time:

    1. Set up all your folders the way you want (auto arrange, view, etc.),
    2. Start RegEdit
    3. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer.
    4. Go to NoSaveSettings
    5. Modify and change Value to 1

    Modifying Default Desktop Icons

    1. Start Regedit
    2. Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ explorer \ Shell Icons
    3. The default icons are numbered in the right panel from 0-40
    4. Double click on the number of the particular icon you want to change. See the chart below.
    5. Enter the name of the icon file you want to use followed by the number of the icon in that file.
      Note: The numbering starts with zero.
    6. If you use a single .ICO file, it should be followed by a 0.
    7. e.g. - filename.dll,4 - This would actually be the 5th icon since it starts with 0.
    8. Make sure you delete the hidden file C:\WINDOWS\SHELLICONCACHE

    Below is a reference for the icons I've been able to figure out:

    0 - Default Icon
    1 - Default Document
    2 - Application
    3 - Closed Folder
    4 - Open Folder
    5 - 5 1/4 Drive
    6 - 3 1/4 Drive
    7 - Removable Drive
    8 - Hard Drive
    9 - Network Folder
    10 - Network Offline
    11 - CD
    12 - RAM Drive
    13 - Entire Nertwork
    15 - My Computer
    16 - Printer
    17 - Network Neighborhood
    18 - Network Workgroup
    19-27 are the Start Menu icons
    19 - Programs
    20 - Desktop
    21 - Settings
    22 - Find
    23 - Help
    24 - Run
    25 - Suspend
    27 - Shutdown

    28 - Share
    29 - Shortcut
    31 - Recycle Bin (Empty)
    32 - Recycle Bin (Full)
    33 - Folder, Dial-Up Networking
    34 - Desktop
    36 - Program Group
    40 - Audio Card

    In addition, you can change:

    • My Computer - HKEY_CLASSES_ROOT\ CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}
    • Network Neighborhood - HKEY_CLASSES_ROOT\ CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}
    • InBox - HKEY_CLASSES_ROOT\ CLSID\{00020D75-0000-0000-C000-000000000046}
    • Recycle Bin - HKEY_CLASSES_ROOT\ CLSID\{645FF040-5081-101B-9F08-00AA002F954E}

    Clearing the Documents Menu Automatically

    The Documents Menu displays the last file and programs you used. You can clear item manually but only through editing
    the Registry can you turn this off automatically. This can be useful on computers that are used by multiple people.
    The same settings can be also used in NT 4.0

    1. Set the properties on the Recycle Bin to delete files immediately.
    2. Start Regedit
    3. Go to HKey_Current_User \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ User Shell Folders
    4. Right click on the right panel
    5. Select New / String Value
    6. Rename it to Recent - Only if it is not already there
    7. Give it the value of C:\RECYCLED
    8. Set your Recycle bin to Automatically delete files
    9. Log off and back on again.

    Your Documents Menu should now be blank. This will be for all subsequent users who logon as well.


    Disabling the Right-Click on the Start Button

    Normally, when you right button click on the Start button, it allows you to open your programs folder, the Explorer and run Find.
    In situations where you don't want to allow users to be able to do this in order to secure your computer.

    1. Start Regedit
    2. Search for Desktop
    3. This should bring you to HKey_Classes_Root \ Directory
    4. Expand this section
    5. Under Shell is Find
    6. Delete Find
    7. Move down a little in the Registry to Folder
    8. Expand this section and remove Explore and Open

    Now when you right click on the Start button, nothing should happen.
    You can delete only those items that you need.
    Note: - On Microsoft keyboards, this also disables the Window-E (for Explorer) and Window-F (for Find) keys.


    Disabling My Computer

    In areas where you are trying to restrict what users can do on the computer, it might be beneficial to disable the ability to click on My Computer and have access to the drives, control panel etc.
    To disable this:

    1. Start Regedit
    2. Search for 20D04FE0-3AEA-1069-A2D8-08002B30309D
    3. This should bring you to the HKey_Classes_Root \ CLSID section
    4. Delete the entire section.

    Now when you click on My Computer, nothing will happen.
    You might want to export this section to a registry file before deleting it just in case you want to enable it again..


    Changing Desktop Icons

    You can change many of the icons that are located on your desktop.

    1. Start Regedit
    2. Search for My Computer or 20D04FE0-3AEA-1069-A2D8-08002B30309D
    3. Expand that key
    4. Highlight Default Icon
    5. Double click on the Default in the right panel
    6. Enter the name of the program with the icon you want to use followed by and command and then the number of the icon (starting with 0)

    Some of the additional items that can be searched for are:

    • Network Neighborhood - HKEY_CLASSES_ROOT\ CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}
    • InBox - HKEY_CLASSES_ROOT\ CLSID\{00020D75-0000-0000-C000-000000000046}
    • Recycle Bin - HKEY_CLASSES_ROOT\ CLSID\{645FF040-5081-101B-9F08-00AA002F954E}

    Additional icons can be found in:

    • \WINDOWS\MORICONS.DLL
    • \WINDOWS\SYSTEM\PIFMGR.DLL
    • \WINDOWS\SYSTEM\SHELL32.DLL

    Opening Explorer from My Computer

    By default, when you click on the My Computer icon, you get a display of all your drives, the Control Panel etc. If you would like to have this open the Explorer:

    1. Start Regedit
    2. Search for My Computer or 20D04FE0-3AEA-1069-A2D8-08002B30309D
    3. This should bring you to HKey_Classes_Root \ CLSID
    4. Expand the key {20D04FE0-3AEA-1069-A2D8-08002B30309D}
    5. Right click on Shell
    6. Select New / Key and type Open and press the Enter key
    7. Right click on Open
    8. Select New / Key and type Command and press the Enter key
    9. Double click on the Default for Command and type Explorer.exe for the value
    10. Now when you click on My Computer, the Explorer will start
    11. If you want to return to normal, simply delete the Open key

    Fixing Corrupt Registry

    If your registry has gotten corrupted, and re-installing Windows95 over your existing version does not fix the problem,
    there is a hidden, read-only, system file on the root of your boot drive called SYSTEM.1ST.
    This is the initial system registry created when you first installed Windows95.

    To use this file:

    1. Go to your Windows directory
    2. Un-Attrib your current SYSTEM.DAT file (attrib -r -s -h system.dat)
    3. Copy your current SYSTEM.DAT to something like SYSTEM.BAD file (just in case)
    4. Move to your root directory
    5. Un-Attrib the SYSTEM.1ST file
    6. Copy SYSTEM.1ST to \WINDOWS\SYSTEM.DAT
    7. Re-start your system

    You will need to install your 32-bit apps and any other programs or changes that modified your system registry
    but you will not need to go through a new again. Your 16-bit apps should not need to be re-installed since they do
    not modify the registry. You will also retain your current desktop configuration.


    Recycle Bin Edits

    Fooling with the recycle bin. Why not make the icon context menu act like other icon context menu's.

    Add rename to the menu:
    [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
    "Attributes"=hex:50,01,00,20

    Add delete to the menu:
    [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
    "Attributes"=hex:60,01,00,20

    Add rename and delete to the menu:
    [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
    "Attributes"=hex:70,01,00,20

    Restore the recycle bin to win 95 defaults including un-deleting the icon after deletion:

    .. Restore the icon.
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop

    \NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]

    @="Recycle Bin"
    ... reset win 95 defaults
    . [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
    "Attributes"=hex:40,01,00,20

    Other edits to the recycle bin icon:
    [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
    "Attributes"=hex:40,01,01,20 ... standard shortcut arrow
    "Attributes"=hex:40,01,02,20 ... another shortcut arrow
    "Attributes"=hex:40,01,04,20 ... and another shortcut arrow
    "Attributes"=hex:40,01,08,20 ... make it look disabled (like it's been cut)

    I added the above edits for fun. But it gets you thinking.
    Note: Adding rename and delete to the context menu takes effect instantly. To restore the icon after deletion requires screen refresh (F5).
    Have fun.... Tom


    Setting the Minimum Password Length

    1. Start Regedit
    2. Go to HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network
    3. Add a new Binary Value
    4. Rename it to MinPwdLen
    5. Assign it a value equal to your minimum password length

    Also see the Installation Section on doing this automatically during installation.


    Disabling File and Print Sharing

    1. Start Regedit
    2. Go to HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network
    3. Add a new DWord Value
    4. Rename it to NoPrintSharing or NoFileSharing
    5. Assign it a value of 1

    Also see the Installation Section on doing this automatically during installation.


    Specifying programs to run every time Windows95 starts

    If you want to start programs every time Windows95 runs, but would like to hide them from users
    by not having the listed in the Startup folder or the WIN.INI file, you can have them load through the registry.

    1. Start Regedit
    2. Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Run or RunOnce
    3. Right click on the right panel
    4. Select New / String Value
    5. Type in any name
    6. For the value, enter the path and executable for the program you want to run.

    Removing the Shortcut Icon Arrows

    1. Open REGEDIT.EXE
    2. Open the Key HKEY_CLASSES_ROOT
    3. Open the Key LNKFILE
    4. Delete the value IsShortcut
    5. Open the next Key PIFFILE
    6. Delete the value IsShortcut
    7. Restart the Win95

    Turn Off Window Animation

    You can shut off the animation displayed when you minimize and maximize windows.

    1. Open Regedit
    2. HKEY_CURRENT_USER
    3. Control panel
    4. Desktop
    5. WindowMetrics
    6. Right Mouse Click an empty space in the right pane.
    7. Select new/string value.
    8. Name the new value MinAnimate.
    9. Doubleclick on the new string value (MinAnimate) and click on "Modify"
    10. Enter a value of 0 for Off or 1 for On then hit Enter
    11. Close Regedit and all programs then reboot.

    To speed up the Start Menu

    1. Start the REGEDIT program
    2. Search for the word desktop
    3. This should be in HKEY_CLASSES_ROOT / CLSID / {00021400...
    4. Right Click on the right panel
    5. Pick NEW / String Value.
    6. Name it MenuShowDelay, all one word.
    7. Select a value from 1-10, 1 being the fastest.
    8. Exit REGEDIT
    9. Restart Windows

    Changing your Modem's Initialization String

    1. Start REGEDIT
    2. Go to HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ Class \ Modem \ 0000 \ Init
    3. Change the settings to the new values

    Increasing the Modem Timeout

    If your modem it timing out during file transfers or loading Web Pages,
    you might try increasing the timeout period.

    To change it:

    1. Start Regedit
    2. Go to HKEY_LOCAL_MACHINE / System / CurrentControlSet / Services / Class / Modem / XXXX / Settings
      Where XXXX is the number of your modem
    3. Move to the right panel and double click on Inactivity Timeout
    4. The number of minutes for a timeout should be entered between the brackets.
    5. For example, a US Robotics Sportster could have S19=<30> to set it to 30 minutes.

    Removing Programs listed from the Control Panel's Add/Remove Programs Section

    If you remove an installed program and its files by deleting the files,
    it may still show up in the Add/Remove programs list through the control panel.
    In order to remove it from the list (so you don't need to re-install in order to just remove it again).

    1. Start the Registry Editor
    2. Open HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / Uninstall
    3. Delete any programs here.

    This will only delete them from the list, not delete the actual programs.
    Only programs designed for Windows95 will show up here in the first place.

    Make a Free Website with Yola.