<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - CLSID for Windows Media Player 11]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=3530&amp;type=atom"/>
	<updated>2009-02-18T19:56:29Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=3530</id>
		<entry>
			<title type="html"><![CDATA[Re: CLSID for Windows Media Player 11]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=29306#p29306"/>
			<content type="html"><![CDATA[<p>Have you tried using Group Policy?</p><p>Computer Configuration -&gt; Administrative Templates -&gt; Windows Components -&gt; Windows Media Player -&gt; Prevent Desktop Shortcut Creation</p><p>I wouldn&#039;t try to script it, but if you can set it in your image before sysprepping, it may work.</p>]]></content>
			<author>
				<name><![CDATA[bdurkee]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=3024</uri>
			</author>
			<updated>2009-02-18T19:56:29Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=29306#p29306</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CLSID for Windows Media Player 11]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=29139#p29139"/>
			<content type="html"><![CDATA[<p>Thanks for the most kind words... </p><p>Yes the code looks perfect... <br />Although you guys seem to have already discovered that the problem lies elsewhere <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2009-02-13T20:29:42Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=29139#p29139</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CLSID for Windows Media Player 11]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=29133#p29133"/>
			<content type="html"><![CDATA[<p>Ahh, and indeed I do have SP3 loaded.</p><p>Ian</p>]]></content>
			<author>
				<name><![CDATA[llewxam]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=5512</uri>
			</author>
			<updated>2009-02-13T19:54:23Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=29133#p29133</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CLSID for Windows Media Player 11]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=29130#p29130"/>
			<content type="html"><![CDATA[<p>I recall seeing something online stating that this fix doesn&#039;t work on Windows XP SP3 (I am using SP2). That might be the problem.</p>]]></content>
			<author>
				<name><![CDATA[bdurkee]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=3024</uri>
			</author>
			<updated>2009-02-13T19:34:14Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=29130#p29130</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CLSID for Windows Media Player 11]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=29129#p29129"/>
			<content type="html"><![CDATA[<p>Thanks bud, much appreciated.<br />Oh well, there&#039;s gotta be another way!&nbsp; <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; Time to go find it.</p><p>Ian</p>]]></content>
			<author>
				<name><![CDATA[llewxam]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=5512</uri>
			</author>
			<updated>2009-02-13T19:11:46Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=29129#p29129</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CLSID for Windows Media Player 11]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=29123#p29123"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>llewxam wrote:</cite><blockquote><p>Hmm, maybe it was how I scripted it, but no-go, the shortcut was still there.&nbsp; My AutoIt commands to pull this off:</p><div class="codebox"><pre><code>RegDelete(&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6}&quot;, &quot;StubPath&quot;)

RegDelete(&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6}&quot;, &quot;HideStubPath&quot;)

;both done just to clear the way incase they exist

RegWrite(&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6}&quot;, &quot;StubPath&quot;, &quot;REG_SZ&quot;, &quot;&quot;)

RegWrite(&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6}&quot;, &quot;HideStubPath&quot;, &quot;REG_SZ&quot;, &quot;rundll32.exe advpack.dll,LaunchINFSection C:\WINDOWS\INF\wmp11.inf,PerUserStub&quot;)</code></pre></div><p>Does that look right?&nbsp; Maybe the AutoIt wiz Jeff can see if that&#039;s right&nbsp; <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Thanks</p><p>Ian</p></blockquote></div><p>I do coding in AutoIt as well. I&#039;m not as good as Jeff is, though.&nbsp; Any way, your AutoIt code looks correct.</p>]]></content>
			<author>
				<name><![CDATA[Echo_Platoon]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2311</uri>
			</author>
			<updated>2009-02-13T13:33:42Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=29123#p29123</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CLSID for Windows Media Player 11]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=29041#p29041"/>
			<content type="html"><![CDATA[<p>Hmm, maybe it was how I scripted it, but no-go, the shortcut was still there.&nbsp; My AutoIt commands to pull this off:</p><div class="codebox"><pre><code>RegDelete(&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6}&quot;, &quot;StubPath&quot;)

RegDelete(&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6}&quot;, &quot;HideStubPath&quot;)

;both done just to clear the way incase they exist

RegWrite(&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6}&quot;, &quot;StubPath&quot;, &quot;REG_SZ&quot;, &quot;&quot;)

RegWrite(&quot;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6}&quot;, &quot;HideStubPath&quot;, &quot;REG_SZ&quot;, &quot;rundll32.exe advpack.dll,LaunchINFSection C:\WINDOWS\INF\wmp11.inf,PerUserStub&quot;)</code></pre></div><p>Does that look right?&nbsp; Maybe the AutoIt wiz Jeff can see if that&#039;s right&nbsp; <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Thanks</p><p>Ian</p>]]></content>
			<author>
				<name><![CDATA[llewxam]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=5512</uri>
			</author>
			<updated>2009-02-11T22:01:26Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=29041#p29041</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CLSID for Windows Media Player 11]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=29037#p29037"/>
			<content type="html"><![CDATA[<p>Thanks a lot for the speedy response.&nbsp; It turns out that I did have the correct CLSID but my method was wrong.&nbsp; I have your guidelines put in to AutoIt, now I just need the time to test it!&nbsp; <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; An update will follow.....</p><p>Ian</p>]]></content>
			<author>
				<name><![CDATA[llewxam]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=5512</uri>
			</author>
			<updated>2009-02-11T20:08:07Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=29037#p29037</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CLSID for Windows Media Player 11]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=29035#p29035"/>
			<content type="html"><![CDATA[<p>I use this registry setting to block the creation of a WMP11 shortcut after Sysprep:</p><div class="codebox"><pre><code>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{6BF52A52-394A-11d3-B153-00C04F79FAA6}]
&quot;StubPath&quot;=-
&quot;HideStubPath&quot;=&quot;rundll32.exe advpack.dll,LaunchINFSection C:\WINDOWS\INF\wmp11.inf,PerUserStub&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[bdurkee]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=3024</uri>
			</author>
			<updated>2009-02-11T19:25:08Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=29035#p29035</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[CLSID for Windows Media Player 11]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=29034#p29034"/>
			<content type="html"><![CDATA[<p>Can anyone find the proper CLSID for Media Player 11???&nbsp; &nbsp;I have been searching for AGES and can NOT find it.&nbsp; What I&#039;m doing is making a little AutoIt script that will run at GUIRunOnce to set some registry settings for me, and I want to block WMP11 from being on the desktop.&nbsp; Can ANYONE find the bloody thing???&nbsp; <img src="http://forum.driverpacks.net/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>Thanks</p><p>Ian</p>]]></content>
			<author>
				<name><![CDATA[llewxam]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=5512</uri>
			</author>
			<updated>2009-02-11T18:53:44Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=29034#p29034</id>
		</entry>
</feed>
