Almost All Articles

Just enhance your knowledege

Posts Tagged ‘change’

Commands take effect right away.

Posted by kashaan143 on October 4, 2008

If you are an experienced Cisco router user, you probably just groaned. However, I find that this concept escapes new users.
As you type commands into the configuration mode, they immediately take effect. For example, if we change the router’s name, we see that the very next line contains the new router name:
Router1#config terminal
Enter configuration commands, one per line. End with CNTL/Z. Router1(config)#hostname MyRouter
MyRouter(config)#^Z
MyRouter#
As you can see, we changed the router’s name to MyRouter, which was immediately processed. This concept applies to everything in the router’s configuration mode.

Posted in Cisco Router Tips | Tagged: , , , , , , , , , , , , , , , , , , , , | Leave a Comment »

Changing Motherboards

Posted by kashaan143 on September 24, 2008

This is not mine so I cannot take credit but Andy-S in the Hardware and Drive Support forum passed this one on to me – a must know tweak.

Before you swap out the current motherboard go to device manager and select the IDE ATA/ATAPI Controller and select your current storage controller. Right click, select update driver and select install from a list or specific location. Click don’t search I will choose the driver to install and select the standard dual channel IDE controller.

This will prevent the inaccessable boot device blue screen. I have done this multiple times on different platforms with no problems.

Also I found that booting the first time with the new motherboard is best done in the Safe mode where XP will install the drivers it needs and at the same time you can install the new motherboard drivers from its CD.

This saved me doing a repair or a reinstall of XP. My whole system came right up and worked great and very stable.

Posted in hardware tips | Tagged: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a Comment »

Change the Registered Owner and Organization (All Windows)

Posted by kashaan143 on September 19, 2008

If you entered the wrong registration information when you installed Windows you can change it and other miscellaneous settings such as ProductID and ProductName.

Open your registry and find the key below for your operating system.

Windows 95, 98 and Me:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion]

Windows NT, 2000 and XP:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]

Modify the strings values of ‘RegisteredOwner’ and ‘RegisteredOrganization’ to equal the required owner and company names.

Settings:
Name: RegisteredOwner, RegisteredOrganization
Type: REG_SZ (String Value)

Posted in Registry Tips & Articles | Tagged: , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a Comment »

Change the Menu Show Delay (All Windows)

Posted by kashaan143 on September 15, 2008

Windows normally delays menus before they are displayed. For regular users this delay can become annoying, with this setting you to change the delay time or remove it altogether.

Open your registry and find the key below.

Create a new string value, or modify the existing value, named ‘MenuShowDelay’ and set it to equal the delay you would like before the menus are shown as a time in milliseconds.

Log off or restart Windows for the change to take effect.

Settings:
User Key: [HKEY_CURRENT_USER\Control Panel\Desktop]
Name: MenuShowDelay
Type: REG_SZ (String Value)
Value: 0-999 (milliseconds)

Posted in Registry Tips & Articles | Tagged: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a Comment »