After scouring this forum for how to remove Windows Movie Maker, I have decided to do it myself. I have tested this on my Windows machine with System File Protection DISABLED! Please let me know if it works on a Windows machine with System File Protection ENABLED! This modified INF should remove all registry entries and also remove the Movie Maker directory in Program Files. Download the moviemk.inf file and copy it to WINDOWS\INF and then run this command: RunDLL32 advpack.dll,LaunchINFSection %windir%\inf\moviemk.inf,Mov.Remove If your doing an unattended installation, copy the moviemk.inf file to the $OEM$\$$\INF directory and add this to your applications.cmd file: echo. echo Uninstalling Windows Movie Maker... start /wait RunDLL32 advpack.dll,LaunchINFSection %windir%\inf\moviemk.inf,Mov.Remove echo. Please let me know if you have any problems. P.S. If anyone else would like to host this (because it's on Geocities), be my guest.