<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Configure the Windows 11 start menu with Microsoft Intune	</title>
	<atom:link href="https://inthecloud247.com/configure-the-windows-11-start-menu-with-microsoft-intune/feed/" rel="self" type="application/rss+xml" />
	<link>https://inthecloud247.com/configure-the-windows-11-start-menu-with-microsoft-intune/</link>
	<description>Intune, Windows, Office 365, Microsoft 365, Azure, Automation</description>
	<lastBuildDate>Tue, 27 Jun 2023 17:35:21 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Sameer		</title>
		<link>https://inthecloud247.com/configure-the-windows-11-start-menu-with-microsoft-intune/#comment-202857</link>

		<dc:creator><![CDATA[Sameer]]></dc:creator>
		<pubDate>Tue, 27 Jun 2023 17:35:21 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=8402#comment-202857</guid>

					<description><![CDATA[I had a hint from some lovely microsoft engineer and created a W32 app that sent the following registry using powershell: cleared all the junk clickbait and allowed users to pin stuff they needed afterwards.

—————————————————

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Start]
“ConfigureStartPins”=”{ \”pinnedList\”: [ { \”desktopAppId\”: \”MSEdge\” }, { \”desktopAppId\”: \”Microsoft.Office.OUTLOOK.EXE.15\” }, { \”desktopAppId\”: \”Microsoft.Office.WINWORD.EXE.15\” }, { \”desktopAppId\”: \”Microsoft.Office.EXCEL.EXE.15\” }, { \”desktopAppId\”: \”Microsoft.Office.POWERPNT.EXE.15\” }, { \”desktopAppId\”: \”Microsoft.WindowsCalculator_8wekyb3d8bbwe!App\” }, { \”desktopAppId\”: \”Microsoft.Windows.Explorer\” }, { \”desktopAppId\”: \”com.squirrel.Teams.Teams\” } ] }”
“ConfigureStartPins_ProviderSet”=dword:00000001
“ConfigureStartPins_WinningProvider”=”B5292708-1619-419B-9923-E5D9F3925E71”

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\providers]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\providers\B5292708-1619-419B-9923-E5D9F3925E71]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\providers\B5292708-1619-419B-9923-E5D9F3925E71\default]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\providers\B5292708-1619-419B-9923-E5D9F3925E71\default\Device]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\providers\B5292708-1619-419B-9923-E5D9F3925E71\default\Device\Start]
“ConfigureStartPins”=”{ \”pinnedList\”: [ { \”desktopAppId\”: \”MSEdge\” }, { \”desktopAppId\”: \”Microsoft.Office.OUTLOOK.EXE.15\” }, { \”desktopAppId\”: \”Microsoft.Office.WINWORD.EXE.15\” }, { \”desktopAppId\”: \”Microsoft.Office.EXCEL.EXE.15\” }, { \”desktopAppId\”: \”Microsoft.Office.POWERPNT.EXE.15\” }, { \”desktopAppId\”: \”Microsoft.WindowsCalculator_8wekyb3d8bbwe!App\” }, { \”desktopAppId\”: \”Microsoft.Windows.Explorer\” }, { \”desktopAppId\”: \”com.squirrel.Teams.Teams\” } ] }”
“ConfigureStartPins_LastWrite”=dword:00000001]]></description>
			<content:encoded><![CDATA[<p>I had a hint from some lovely microsoft engineer and created a W32 app that sent the following registry using powershell: cleared all the junk clickbait and allowed users to pin stuff they needed afterwards.</p>
<p>—————————————————</p>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager]</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current]</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device]</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Start]<br />
“ConfigureStartPins”=”{ \”pinnedList\”: [ { \”desktopAppId\”: \”MSEdge\” }, { \”desktopAppId\”: \”Microsoft.Office.OUTLOOK.EXE.15\” }, { \”desktopAppId\”: \”Microsoft.Office.WINWORD.EXE.15\” }, { \”desktopAppId\”: \”Microsoft.Office.EXCEL.EXE.15\” }, { \”desktopAppId\”: \”Microsoft.Office.POWERPNT.EXE.15\” }, { \”desktopAppId\”: \”Microsoft.WindowsCalculator_8wekyb3d8bbwe!App\” }, { \”desktopAppId\”: \”Microsoft.Windows.Explorer\” }, { \”desktopAppId\”: \”com.squirrel.Teams.Teams\” } ] }”<br />
“ConfigureStartPins_ProviderSet”=dword:00000001<br />
“ConfigureStartPins_WinningProvider”=”B5292708-1619-419B-9923-E5D9F3925E71”</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\providers]</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\providers\B5292708-1619-419B-9923-E5D9F3925E71]</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\providers\B5292708-1619-419B-9923-E5D9F3925E71\default]</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\providers\B5292708-1619-419B-9923-E5D9F3925E71\default\Device]</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\providers\B5292708-1619-419B-9923-E5D9F3925E71\default\Device\Start]<br />
“ConfigureStartPins”=”{ \”pinnedList\”: [ { \”desktopAppId\”: \”MSEdge\” }, { \”desktopAppId\”: \”Microsoft.Office.OUTLOOK.EXE.15\” }, { \”desktopAppId\”: \”Microsoft.Office.WINWORD.EXE.15\” }, { \”desktopAppId\”: \”Microsoft.Office.EXCEL.EXE.15\” }, { \”desktopAppId\”: \”Microsoft.Office.POWERPNT.EXE.15\” }, { \”desktopAppId\”: \”Microsoft.WindowsCalculator_8wekyb3d8bbwe!App\” }, { \”desktopAppId\”: \”Microsoft.Windows.Explorer\” }, { \”desktopAppId\”: \”com.squirrel.Teams.Teams\” } ] }”<br />
“ConfigureStartPins_LastWrite”=dword:00000001</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Thierry		</title>
		<link>https://inthecloud247.com/configure-the-windows-11-start-menu-with-microsoft-intune/#comment-202444</link>

		<dc:creator><![CDATA[Thierry]]></dc:creator>
		<pubDate>Mon, 19 Jun 2023 11:21:52 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=8402#comment-202444</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/configure-the-windows-11-start-menu-with-microsoft-intune/#comment-192020&quot;&gt;Steve&lt;/a&gt;.

Ever found out how to fix this? Having the same problem...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/configure-the-windows-11-start-menu-with-microsoft-intune/#comment-192020">Steve</a>.</p>
<p>Ever found out how to fix this? Having the same problem&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Greg		</title>
		<link>https://inthecloud247.com/configure-the-windows-11-start-menu-with-microsoft-intune/#comment-192755</link>

		<dc:creator><![CDATA[Greg]]></dc:creator>
		<pubDate>Wed, 14 Dec 2022 05:58:55 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=8402#comment-192755</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/configure-the-windows-11-start-menu-with-microsoft-intune/#comment-192020&quot;&gt;Steve&lt;/a&gt;.

I&#039;m seeing the same thing. I wonder if it&#039;s due to an update of some kind? Win 11 22H2 Build 22621.819 on my device.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/configure-the-windows-11-start-menu-with-microsoft-intune/#comment-192020">Steve</a>.</p>
<p>I&#8217;m seeing the same thing. I wonder if it&#8217;s due to an update of some kind? Win 11 22H2 Build 22621.819 on my device.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve		</title>
		<link>https://inthecloud247.com/configure-the-windows-11-start-menu-with-microsoft-intune/#comment-192020</link>

		<dc:creator><![CDATA[Steve]]></dc:creator>
		<pubDate>Thu, 24 Nov 2022 09:47:08 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=8402#comment-192020</guid>

					<description><![CDATA[Thanks for the article it is really helpful, we have configured the start menu pins as you described above, however, if a user pins a new item, it seems to get overwritten when the device checks into Intune again, and goes back to the default. Any ideas on a way to make this apply once but not re-apply, so users can still add additional pins?]]></description>
			<content:encoded><![CDATA[<p>Thanks for the article it is really helpful, we have configured the start menu pins as you described above, however, if a user pins a new item, it seems to get overwritten when the device checks into Intune again, and goes back to the default. Any ideas on a way to make this apply once but not re-apply, so users can still add additional pins?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
