Archive for Windows

Windows Troubleshooting Tips

Sometimes when we try to save a graphics file in Internet Explorer, we only can save the file only as a .bmp file even if the file is in another format (such as .gif or .jpeg) and it will also appear as Untitled.

This can be caused by various conditions:

  1. A full or “corrupted” Temporary Internet cache
  2. We have the setting Do not save encrypted pages to disk selected in Tools > Options, Advanced tab and are loading the page on which the graphics are via a secure connection (https).

Depending on what the specific cause for your problem, Follow this methods to fix the probrem:

1. Delete your browsers Temporary Internet files by selecting Tools > Options, select the General tab, and then click the Delete Files button.

2. Change the setting Do not save encrypted pages to disk by clearing the check box by going to Tools > Options, Advanced tab on Internet Explorer’s menu.

If we want to see the entries are correct on our computer:

  1. Start the Registry Editor
  2. Go to HKEY_CLASSES_ROOT.gif
  3. The Content Type (listed in the right pane) should heve the value image/gif
  4. Go to HKEY_CLASSES_ROOT.jpeg
  5. The Content Type (listed in the right pane) should have the value image/jpeg
  6. Go to HKEY_CLASSES_ROOT.jpg
  7. The Content Type (listed in the right pane) should have the value image/jpeg

Computer Tips – How to Break or recover the router password

Firsly, Turn the power switch off and back on to recycle the power.

Then Press the Break key or key sequence to put the router into ROM Monitor mode. The break key varies by computer or terminal software. The sequence might be CTRL-D, CTRL-Break or another combination.

At the > prompt, type 0 to record the current value of the configuration register normally 0×2102, or 0×102.

>o

Configuration register = 0×2102 at last boot

Bit# Configuration register option settings:

15 Diagnostic mode disabled.

Type o/r 0×2142 to tell the router to boot from flash without loading the configuration in NVRAM at the next reload.

Type i to have the router reboot. The router ignores the configuration in NVRAM.

The router runs the setup dialog, Type no or press Ctrl-C to skip the initial setup Dialog.

Type enable ate the Router> prompt to go to privileged exec mode.

Copy the startup configuration to the running configuration by using the

configure memory or copy startup-config running-config commands. Do not type configure terminal. If you use the configure terminal command, you overwrite the configuration stored in NVRAM.

View the configuration by typing write terminal or show running-config. View the configured line, vty and enable passwords. Any encrypted passwords need to be changed.

Enter the configuration mode by typing configure terminal. Change the line of enable passwords as necessary.

All interfaces are in a shutdown state. Issue the no shutdown command on every interface that is to be used.

Type config-register 0×2102 to return the router to normal operation at the next reloads.

Exit configuration mode by pressing Ctrl-Z

Save your changes by typing write memory or copy running-config startup-config.

Reload the router and verify the passwords.

Tag:Break Recover Router Password