Results 1 to 4 of 4

Thread: windows 2000 annoying mplayer preview

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Super Moderator Super Moderator Big Booger's Avatar
    Join Date
    Apr 2002
    Location
    JAPAN
    Posts
    10,201
    Try this:

    1. Open windows explorer and goto the folder "Web" in your main windows folder ,"WINNT".
    The full path is "\WINNT\Web\".
    2. In there you will see a file called "folder.htt", open it in a text editor such
    as notepad.
    3. look for the lines:
    [span id=MediaPlayerSpan]
    [/span]
    and replace them with:
    <!--
    [span id=MediaPlayerSpan]
    [/span]
    -->


    Now all Windows media player previews are disabled.
    Also try the following steps:

    Simply do the following steps:
    1) Open a command window (Start->Run, type in 'cmd' hit enter)
    2) To remove image preview, type and hit enter
    regsvr32 /u shimgvw.dll
    3) To readd image preview, type and hit enter
    regsvr32 shimgvw.dll
    4) To remove media preview, type and hit enter
    regsvr32 /u shmedia.dll
    5) To readd media preview, type and hit enter
    regsvr32 shmedia.dll
    And lastly you can try the following, but it is designed for XP users.. but may work for win2k users.

    http://www.winguides.com/registry/display.php/1207/

    And yet another option:

    http://www.jsiinc.com/SUBM/tip6200/rh6282.htm
    Last edited by Big Booger; September 19th, 2004 at 23:17 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •