![]() |
|
|
Thread Tools |
|
#1
|
|
|
Poster
![]() Join Date: Sep 2003
Posts: 286
|
how can i uninstall windows movie maker
Can someone tell me how can i uninstall windows movie maker.
xxxsharexxx |
|
|
| Click to Register | Registering will remove these ads. |
|
Sponsored Links
|
|
Software
-
#2
|
|
|
Join Date: Feb 2003
Posts: 14,011
|
you can't uninstall windows movie maker
__________________
Last edited by {I}{K}{E}; 02-13-2005 at 01:20 PM.. |
|
|
|
Software
-
#3
|
|
|
Join Date: Feb 2004
Posts: 4,893
|
XP-Lite does the job but it ain't free.
|
|
|
|
Software
-
#4
|
|
|
Join Date: Mar 2003
Location: Scotland
Posts: 3,052
|
http://hollow-refuge.net/Bold/viewforum.php?f=13
i think this tells you how to get rid of movie maker. |
|
|
|
Software
-
#6
|
|
|
Join Date: Jan 2003
Posts: 13,505
|
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. |
|
|
|
Software
-
#8
|
|
|
Join Date: Feb 2003
Posts: 14,011
|
Why do you wanna delete it? it only needs ~ 20 MB.
__________________
Last edited by {I}{K}{E}; 02-13-2005 at 07:14 PM.. |
|
|
|
Software
-
#9
|
|
|
Join Date: Jan 2003
Posts: 13,505
|
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. |
|
|
|
Software
-
#10
|
|
|
Poster
![]() Join Date: Aug 2003
Posts: 1,643
|
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 |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|