<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Windows 11 | Learn C Games Programming Blog</title>
	<atom:link href="https://learncgames.com/tag/windows-11/feed/" rel="self" type="application/rss+xml" />
	<link>https://learncgames.com</link>
	<description>A blog about C, programming games and my ebook(s).</description>
	<lastBuildDate>Fri, 23 Dec 2022 19:54:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://learncgames.com/wp-content/uploads/2020/03/cropped-favicon-32x32.png</url>
	<title>Windows 11 | Learn C Games Programming Blog</title>
	<link>https://learncgames.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">181446779</site>	<item>
		<title>A very useful Windows Utility in C</title>
		<link>https://learncgames.com/a-very-useful-windows-utility-in-c/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-very-useful-windows-utility-in-c</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 13 Dec 2022 00:00:07 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[Windows 11]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=3135</guid>

					<description><![CDATA[<p>If you use Windows 11 you&#8217;ll be aware of one or two issues with it; the file explorer popup menu needs a second click to take you to the Windows 10 menu with Copy, cut paste etc. So I was pleased to discover explorer patcher which is a utility written in C that lets you get [&#8230;]</p>
The post <a href="https://learncgames.com/a-very-useful-windows-utility-in-c/">A very useful Windows Utility in C</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></description>
										<content:encoded><![CDATA[<div class='__iawmlf-post-loop-links' style='display:none;' data-iawmlf-post-links='[{&quot;id&quot;:40,&quot;href&quot;:&quot;https:\/\/github.com\/valinet\/ExplorerPatcher&quot;,&quot;archived_href&quot;:&quot;http:\/\/web-wp.archive.org\/web\/20260205093017\/https:\/\/github.com\/valinet\/ExplorerPatcher&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-06 11:14:56&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-17 13:54:06&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-22 05:50:40&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-25 07:18:48&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-01 04:10:47&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-04 18:50:31&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-08 05:20:26&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-12 08:07:36&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-17 04:48:27&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-26 01:58:00&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-30 11:07:45&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-02 18:21:37&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-06 22:53:17&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-11 03:34:32&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-14 15:12:58&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-17 17:47:25&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-21 11:50:26&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-04-21 11:50:26&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;}]'></div>
<p><img fetchpriority="high" decoding="async" class="alignleft size-full wp-image-3137" src="https://learncgames.com/wp-content/uploads/2022/12/explorerpatcher.png" alt="ExplorerPatcher menu" width="622" height="547" srcset="https://learncgames.com/wp-content/uploads/2022/12/explorerpatcher.png 622w, https://learncgames.com/wp-content/uploads/2022/12/explorerpatcher-300x264.png 300w" sizes="(max-width: 622px) 100vw, 622px" />If you use Windows 11 you&#8217;ll be aware of one or two issues with it; the file explorer popup menu needs a second click to take you to the Windows 10 menu with Copy, cut paste etc.</p>
<p>So I was pleased to discover <a title="Link to ExplorerPatcher on GitHub" href="https://github.com/valinet/ExplorerPatcher" target="_blank" rel="noopener">explorer patcher</a> which is a utility written in C that lets you get the Windows 10 right-click menu back as well as changing the File explorer right-click popup menu and a lot of other stuff.</p>
<p>It&#8217;s on GitHub and the authors are happy for you to look at the source code and submit improvements of your own.</p>
<p>If you want to see how to make changes to Windows etc in C, this is a great example.</p>
<p>Added to the <a title="Link to C Code Links" href="https://learncgames.com/c-code-links/" target="_blank" rel="noopener">C Code Links</a> page.</p>
<p>PS. I use this and have found that after a Windows update, the right-click menu gets reset to the Windows 11. However just opening the explorer patcher settings and unticking then ticking the option for <em>Disable the Windows 11 context menu</em> on the <strong>File Explorer</strong> menu fixes it.</p>The post <a href="https://learncgames.com/a-very-useful-windows-utility-in-c/">A very useful Windows Utility in C</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3135</post-id>	</item>
	</channel>
</rss>
