Turn off Windows Live Movie Maker to upload files to YouTube can be done modifying the registry "SupportedMediaTypes" key.
The key is on the folowing location:
"HKLM\Software\Microsoft\Windows Live\PublishPlugins\YouTubePlugin\DefaultParameters"
or
"HKLM\Software\Wow6432Node\Microsoft\Windows Live\PublishPlugins\YouTubePlugin\DefaultParameters"
on 64-bit machines.
Changing its value to 0 will remove YouTube icon from Movie Maker's toolbar.
Custom ADM template to apply this GPO settings to Windows clients on machine level is following:
CLASS MACHINE
CATEGORY !!System
CATEGORY !!InternetCommunicationManagement
CATEGORY !!InternetCommunicationsettings
KEYNAME "Software\Wow6432Node\Microsoft\Windows Live\PublishPlugins\YouTubePlugin\DefaultParameters"
POLICY !!Pol_DisableYouTubePlugin
EXPLAIN !!Explain_DisableYouTubePlugin
VALUENAME "SupportedMediaTypes"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY;
END CATEGORY;
END CATEGORY;
[Strings]
System="System"
InternetCommunicationManagement ="Internet Communication Management"
InternetCommunicationSettings ="Internet Communication Settings"
;------------------------------------------------------------------------------
; Options
;------------------------------------------------------------------------------
Options="Options"
Pol_DisableYouTubePlugin="Turn on YouTube Plugin in MovieMaker"
Explain_DisableYouTubePlugin="Turn on YouTube Plugin in MovieMaker"
No comments:
Post a Comment