Jump to content

MovieMaker in 2003


kalldrexx

Recommended Posts


It is possible to run Movie Maker on Windows Server 2003 :yes: . At least I started it, but I don't know about the full functionality - but I assume it runs B) . The only thing is that you can't install it directly, you have to pick it off of a running Windows XP installation. Here goes...

Assume you are at the Windows Server 2003 and the Windows XP machine is called XP.

In a command prompt run the following:

:: Name the source (XP) system - put your XP machine name here

set Src=XP

:: Copy the default registry settings for the current user

reg copy "\\%Src%\HKU\.Default\Software\Microsoft\MovieMaker" "HKCU\Software\Microsoft\MovieMaker" /s

:: Copy the default registry settings for new users

reg copy "\\%Src%\HKU\.Default\Software\Microsoft\MovieMaker" "HKU\.Default\Software\Microsoft\MovieMaker" /s

:: Copy the program files needed

xcopy "\\%Src%\C$\Program Files\Movie Maker\*.*" "C:\Program Files\Movie Maker\*.*" /S /E

:: Copy the start menu shortcut

copy "\\%Src%\C$\Documents and Settings\All Users\Start Menu\Programs\Accessories\Windows Movie Maker.lnk" "C:\Documents and Settings\All Users\Start Menu\Programs\Accessories"

---- Repeat the first two commands for each additional existing user on your Windows Server 2003 while they are logged in.

That's it. ;)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...