|
Patch For Windows Movie Maker 2??? Posted: 13 May 2005 03:57 PM |
Is there a patch for WMM2 that will stop it from freezing all the time or at least reduce the freezing???
Please reply with the answer or if you get the same problem because it’s so ANNOYING!
Thanks.... |
Colonial Tech Pictures - the OFFICIAL Site
Welcome to the New Generation
Includes: Database, Movies, Comments and much MORE! |
|
 |
|
|
Re: Patch For Windows Movie Maker 2??? Posted: 13 May 2005 04:08 PM |
- Visit http://WindowsUpdate.microsoft.com and install all patches.
- Install Microsoft AnitSpyware Program. - http://www.microsoft.com/athome/ security/spyware/software/default.mspx
- Verify that you have at least 20% of free space on your hard drive
- Run Disk Clean-up and then Disk defragmenter.
- When editing video, close all running programs that are open and the ones near the clock.
- Make sure that your system has a decent amount of Ram and Processor.
|
|
|
 |
|
|
Re: Patch For Windows Movie Maker 2??? Posted: 13 May 2005 05:04 PM |
| The cause for freezing etc is most often related to codec conflicts. Visit www.papajohn.org > Problem Solving > Hangs and Crashes |
www.rehanfx.org - do more with Windows Movie Maker...
rehanfx.x10hosting.com - mirror site |
|
 |
|
|
Re: Patch For Windows Movie Maker 2??? Posted: 14 May 2005 04:28 PM |
| Thanks |
Colonial Tech Pictures - the OFFICIAL Site
Welcome to the New Generation
Includes: Database, Movies, Comments and much MORE! |
|
 |
|
|
Movie Maker Fix Posted: 17 Sep 2008 10:18 AM |
This is a batch script which will solve alot of movie maker problems
The script was designed to run on a network after installing SP3 movie maker crashed when these files are removed by the script they will be remade correctly by the OS
Enjoy:
title,Movie Maker Fix &color 9F
@echo off
set /A NUMloops=9
set /A loopNUM=01
:loop
echo del "\\IT1-0%loopNum%\c$\windows\system32\dllcache\*wmm*.dll" /F /S
del "\\IT1-0%loopNum%\c$\windows\system32\dllcache\*wmm*.dll" /F /S
echo del "\\IT1-0%loopNum%\c$\windows\system32\dllcache\moviemk.exe" /F /S
del "\\IT1-0%loopNum%\c$\windows\system32\dllcache\moviemk.exe" /F /S
echo del "\\IT1-0%loopNum%\c$\program files\Movie Maker\*.*" /F /Q
del "\\IT1-0%loopNum%\c$\program files\Movie Maker\*.*" /F /Q
if %NUMloops%'== %loopNUM%' goto end
set /A loopNUM+=1
goto loop
:end
echo finished
echo Counter after for loop: %loopNUM%
-------------Notes
Edit this part \\IT1-0%loopNum%\ and replace with your pc number
For use on one computer just type these lines in cmd line
del "c$\windows\system32\dllcache\*wmm*.dll" /F /S
del "c$\windows\system32\dllcache\moviemk.exe" /F /S
del "c$\program files\Movie Maker\*.*" /F /Q
|
|
|
 |
|
Scionti
|
| Joined: 10 Dec 2008 |
| Total Posts: 3 |
| |
|
Re: Movie Maker Fix Posted: 10 Dec 2008 02:24 AM |
| What the h*ll is this script? DEL SYSTEM 32? You've got to be kidding me, how has nobody seen and reported this yet. Don't use this batch people, it will seriously screw your pc up. |
|
|
 |
|
|
Re: Movie Maker Fix Posted: 06 Nov 2009 10:10 PM |
| its not intentionally deleting system 32. its not saying del c://system32 its deleting a file IN system32. |
...boo |
|
 |
|