How to fix an IE broken

Start the Registry Editor by typing regedit from the Run box. Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Active Setup \ Installed Components \ {89820200-ECBD-11cf-8B85-00AA005B4383} and then right-click the “IsInstalled value.” Click Modify. From there, you will change the value from 1 to 0. All right, go ahead and close the editor and reinstall IE from this location. /http://www.microsoft.com/windows/ie/default.mspx

IF SOMETHING GOES WRONG

If messing with the registry and something goes horribly wrong, you can use “Last Known Good Configuration (F8 Safe Mode)” or a Restore Point to get back to where you were before, with your settings. Then you can try again, this time taking care to watch the portion of the registry you are changing. Most people who have troubles with this end up changing the wrong registry key.

Play Downloaded RAR Video Files without Extracting

Downloading movies or videos from the Internet can be really time consuming because it’s big and most of the time it is divided into 6 parts or more… Biggest nightmare when downloading movies is when you’ve downloaded all 6 parts and then the last part is corrupted at the end. For normal computer users, you’d be frustrated thinking that it could not be extracted and you have to look for another source and redownload everything again. Actually you don’t need to do that because you can command WinRAR to ignore the error and continue extracting whatever it can by enabling “Keep broken files” option under miscellaneous when extracting. The resulting file should work fine.

Another problem that I always face is when extracting downloaded movie files. My laptop only has 3GB free space and a downloaded DVD movie is usually 4.7GB. I do not have enough space to extract the downloaded movie unless I start deleting other files on my hard drive to free up some space.

I found a very special and clever player software that is able to play dvix/xvid movies from RAR file WITHOUT the need to extract first! With this player, I can even play corrupted or incomplete videos from RAR and also don’t need to waste time in extracting movies after downloading.

Dziobas Rar Player Portable lets you play AVI, MPGE, RMVB, OGG, MP3, RAR, MKV, MKA and some not popular
formats even if you don’t have the proper codecs installed. Other than that, it also supports subtitles and automatic downloading subtitles from opensubtitles.org using hash. The name already tells you that it is PORTABLE as there is no need to install. Just download, extract and run DziobasPlayer.exe.

Windows Vista Tips and Tricks

Advanced Screen Captures with the Snipping Tool

Leave the Prt Scrn key in the 1980s where it belongs. In the Accessories folder on the Start menu, you’ll find Vista’s Snipping Tool, which lets you capture just the part of the screen you want. Start it up, click and drag the mouse to outline the area you want to preserve, and release the mouse button. After you’ve snipped, you can draw on the image with a pen tool, highlight or erase certain portions, or save it to a file.

Display Multiple Clocks

If you’re a frequent traveler or have friends or family in another time zone, you can set up Vista to display multiple clocks at once. Click on the clock in the Start bar, then click “Change date and time settings”¦,” and then the Additional Clocks tab. Check the box next to “Show this clock” for each additional clock you want to add, then specify the time zone and display name for each clock. After you apply your changes by clicking OK, clicking on the clock in the Start bar will show you the clocks for every time zone you’ve selected.

Windows XP Tips

Control Inactive System Tray Icons

You don’t have to hide or show all the icons in your system tray—you can control their disappearing acts. Right-click on the taskbar and select Properties. Click on the checkbox next to “Hide inactive icons” (if it’s not checked by default), then click on the Customize button. For each item on this list, you can choose “Hide when inactive,” “Always hide,” or “Always show” options to decide what you’ll see and when.

Fit More Icons on Your Desktop

If your screen is so cluttered with Word documents and program shortcuts that you can’t see the rolling meadows of your wallpaper, you don’t need to move piles of stuff to the Recycling Bin. Just change the amount of space between icons. Right-click on the desktop, select Properties, then click on the Appearance tab, and click the Advanced button. In the “Item” drop-down, scroll down to Icon Spacing (Horizontal) and Icon Spacing (Vertical); changing the value in the “Size” field will move icons closer together (while increasing the number will move them farther apart). When you’re done, click OK. To make your existing icons follow these rules, right-click on the desktop, select “Arrange Icons By” and then click Align to Grid, then go back to the same menu and click “Auto Arrange.”

Additional Technical Info

The first byte defines which drive types to EXCLUDE from Autorun behavior. The hex value of the byte is the sum of all of the drive type values to exclude + 128.

DRIVE_UNKNOWN 1
DRIVE_NO_ROOT_DIR 2
DRIVE_REMOVABLE 4 (floppy disks and removable cartridges)
DRIVE_FIXED 8 (hard disks)
DRIVE_REMOTE 16 (network drives)
DRIVE_CDROM 32 (CD-ROMs)
DRIVE_RAMDISK 64

The default configuration excludes UNKNOWN (1), REMOVABLE (4) and REMOTE (16) which would be 16 + 4 + 1 + 128 = 149, which is hex 95. If you take out REMOVABLE you get 16 + 1 + 128 = 145, which is hex 91.

The calculation for this value is 1 + 4 + 16 + 128 = 149. 149 Decimal is 95 Hex

The new calculation is 1 + 16 + 128 = 145. 149 Decimal is 91 Hex

You may have to restart for the system to recognize a floppy or Zip as an Autoplay drive. If your floppy drive does not show a custom icon or AutoPlay in the menu when right-clicked, double-click on the icon for your computer on the desktop and press F5 to refresh the information in the Explorer window. Zips and floppies will not autolaunch when media is inserted. You must double-click their icon or right-click and choose AutoPlay from the menu.

How To Enable Autorun for Other Removable Media

Autorun can be enabled or disabled for all Removable media types, such as a floppy or Zip disk. Windows systems are configured to enable CD Notification, other removable media are by default disabled.

The System Properties User interface only exposes the CD Enable or Disable selection. The setting reflected in this dialog makes an entry in the System Registry. It is in this same location that other media types are configured.

Notes:

  1. Modifiying the Registry is not for the inexperienced user. Anyone will tell you, be VERY careful.
  2. The modifications made in this case use Hex not Decimal numbers. If you are unfamiliar with the Registry or the characteristics of base numbering and Hex, studying these topics prior to making these modifications is advisable.

To Modify these Registry Settings, Use Regedit and navigate to the following Key:

HKEY_CURRENT_USER
Software
Microsoft
Windows
CurrentVersion
Policies
Explorer
“NoDriveTypeAutoRun”

The default value for the setting is 95 0 0 0. Change the first byte to 91. Restart the computer to make the new setting take effect. You may have to right-click on the floppy and choose AutoPlay from the menu to see the AutoPlay behavior.

How To Enable/Disable Autorun (Windows XP)

  1. Open Windows Explorer by pressing the Windows + “e” key.
  2. Right-click the desired CD-ROM and select Properties from the menu.
  3. Select the AutoPlay tab.
  4. Select each item from the pulldown list and for the Action to perform, select “Take no action” to disable autorun, or pick the apporpriate action to take if enabling autorun.
  5. Select OK.
Subscribe to RSS Feed