How to Uninstall Windows Movie Maker
Instructions
1Open Windows Notebook and paste in the following 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
2
Save the file as abc.bat. Make note of where you saved the file.
3
Close your computer and restart it in Safe mode. Opening your computer in Safe mode is usually accomplished by pressing the \"F8\" key during the opening splash screen.
4
Open the \"Run\" dialog box from the \"Start\" menu and navigate to the abc.bat file. Run the file in \"Safe\" mode. Select \"Yes\" at the delete prompt.
5
Restart your computer and remove any desktop links to Movie Maker.
Source...