i’ve tried to add/remove the program, but it’s not there. not even in the windows components.
and i’ve tried:
Open Notepad.exe
Copy the following into it:
@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 as abc.bat
Restart your computer in safe mode
Run abc.bat
When prompted whether to delete, type “y”
When finished restart computer.
^ i know it’s supposed to work, but, it keeps saying:
“The process cannot access the file because it is being used by another process”.
HELP?! >.<
Related posts:








1 response so far ↓
1 dhvrm // Dec 7, 2008
Stop messing around with scripts you find on the interweb. You’re just going to hurt your computer.
http://support.microsoft.com/kb/307894
Leave a Comment