Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: how can i uninstall windows movie maker

  1. #1
    Can someone tell me how can i uninstall windows movie maker.



    xxxsharexxx

  2. Software & Hardware   -   #2
    Retired
    Join Date
    Feb 2003
    Posts
    12,488
    you can't uninstall windows movie maker
    Last edited by {I}{K}{E}; 02-13-2005 at 02:20 PM.

  3. Software & Hardware   -   #3
    Chewie's Avatar Chew E. Bakke
    Join Date
    Feb 2004
    Posts
    4,008
    XP-Lite does the job but it ain't free.
    There isn't a bargepole long enough for me to work on [a Sony Viao] - clocker 2008

  4. Software & Hardware   -   #4
    Livy's Avatar Simpleton
    Join Date
    Mar 2003
    Location
    Scotland
    Posts
    3,013
    http://hollow-refuge.net/Bold/viewforum.php?f=13

    i think this tells you how to get rid of movie maker.

  5. Software & Hardware   -   #5
    TheDave's Avatar n00b
    Join Date
    Apr 2003
    Location
    yorkshire, england
    Age
    38
    Posts
    6,726
    why?

  6. Software & Hardware   -   #6
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    To remove it you must first delete these files
    C:\WINDOWS\system32\dllcache\moviemk.exe
    C:\WINDOWS\system32\dllcache\wmmfilt.dll
    C:\WINDOWS\system32\dllcache\wmmres.dll
    C:\WINDOWS\system32\dllcache\wmmutil.dll

    Then delete all the files in this folder.
    C:\Program Files\Movie Maker\

    and any shortcuts you may have of it in the start menu
    that is all.

    Here's a batch that will do it automatically for you.
    (not the shortcut in startmenu)
    Totally safe - it deletes only those files.Say "Y" es to the one question.
    Attached Files Attached Files

  7. Software & Hardware   -   #7
    thank you

  8. Software & Hardware   -   #8
    Retired
    Join Date
    Feb 2003
    Posts
    12,488
    Why do you wanna delete it? it only needs ~ 20 MB.
    Last edited by {I}{K}{E}; 02-13-2005 at 08:14 PM.

  9. Software & Hardware   -   #9
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    I wanted to delete it myself simply cause i hate it -only output is wmv and anything i dont want should not be forced on my pc.
    And microsoft could have politly offered the option of allowing us to remove it.

  10. Software & Hardware   -   #10
    Here is a better version.

    Code:
    @echo off
    del "%SystemRoot%\system32\dllcache\*wmm*.dll"
    del "%SystemRoot%\system32\dllcache\moviemk.exe"
    del "%ProgramFiles%\Movie Maker\*.*"
    rmdir /s "%ProgramFiles%\Movie Maker"
    pause
    Save it in notepad with a .bat extention.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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