<?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/"
	 xmlns:media="http://search.yahoo.com/mrss/" 
	>
<channel>
	<title>
	Comments on: How to disable Windows built-in ZIP or CAB support in Windows 11	</title>
	<atom:link href="https://www.thewindowsclub.com/disable-windows-built-in-zip/feed" rel="self" type="application/rss+xml" />
	<link>https://www.thewindowsclub.com/disable-windows-built-in-zip</link>
	<description>TheWindowsClub covers authentic Windows 11, Windows 10 tips, tutorials, how-to&#039;s, features, freeware. Created by Anand Khanse, MVP.</description>
	<lastBuildDate>Sun, 15 Feb 2026 13:37:59 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>
		By: DragonRUJ		</title>
		<link>https://www.thewindowsclub.com/disable-windows-built-in-zip#comment-63102</link>

		<dc:creator><![CDATA[DragonRUJ]]></dc:creator>
		<pubDate>Fri, 16 Mar 2018 05:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=81762#comment-63102</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.thewindowsclub.com/disable-windows-built-in-zip#comment-62901&quot;&gt;Tessa Moore&lt;/a&gt;.

Please, take a look at my comments in this post. They could be useful. Regards.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.thewindowsclub.com/disable-windows-built-in-zip#comment-62901">Tessa Moore</a>.</p>
<p>Please, take a look at my comments in this post. They could be useful. Regards.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: DragonRUJ		</title>
		<link>https://www.thewindowsclub.com/disable-windows-built-in-zip#comment-63101</link>

		<dc:creator><![CDATA[DragonRUJ]]></dc:creator>
		<pubDate>Fri, 16 Mar 2018 05:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=81762#comment-63101</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.thewindowsclub.com/disable-windows-built-in-zip#comment-63099&quot;&gt;DragonRUJ&lt;/a&gt;.

Windows Registry Editor Version 5.00

; Open Notepad, copy and paste all the text of this comment and save it as: EnableZipFolders.reg

;--------------------------------------------- 
; Enable ZIP/CAB folders in Windows 7/8/10
;--------------------------------------------- 
; By DragonRUJ - 2018

;--------------------------------------------- 
; Acknowledgment
;---------------------------------------------

; I have to thank to:

; - Anand Khanse for his very informative and useful article:
;     How to disable Windows built-in Zip support
;     Google: thewindowsclub disable-windows-built-in-zip

; - NickHunter for his alternative and simple method (there&#039;s NO NEED to TAKE OWNERSHIP of these registry keys).

; - Tessa Moore for her request for a script to implement this method.

; IMPORTANT: Always create a system restore point before dealing with the Windows registry.

;--------------------------------------------- 
; Enable .ZIP folders
;--------------------------------------------- 

[HKEY_CLASSES_ROOTSystemFileAssociations.zipCLSID]
@=&quot;{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}&quot;

[HKEY_CLASSES_ROOTCompressedFolderShellExStorageHandler]
@=&quot;{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}&quot;

[HKEY_CLASSES_ROOTCompressedFolderCLSID]
@=&quot;{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}&quot;

[HKEY_LOCAL_MACHINESOFTWAREClassesSystemFileAssociations.zipCLSID]
@=&quot;{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}&quot;

[HKEY_LOCAL_MACHINESOFTWAREClassesCompressedFolderShellExStorageHandler]
@=&quot;{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}&quot;

[HKEY_LOCAL_MACHINESOFTWAREClassesCompressedFolderCLSID]
@=&quot;{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}&quot;

;--------------------------------------------- 
; Enable .CAB folders
;--------------------------------------------- 

[HKEY_CLASSES_ROOTSystemFileAssociations.cabCLSID]
@=&quot;{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}&quot;

[HKEY_CLASSES_ROOTCABFolderCLSID]
@=&quot;{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}&quot;

[HKEY_LOCAL_MACHINESOFTWAREClassesSystemFileAssociations.cabCLSID]
@=&quot;{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}&quot;

[HKEY_LOCAL_MACHINESOFTWAREClassesCABFolderCLSID]
@=&quot;{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}&quot;

; End of EnableZipFolders.reg]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.thewindowsclub.com/disable-windows-built-in-zip#comment-63099">DragonRUJ</a>.</p>
<p>Windows Registry Editor Version 5.00</p>
<p>; Open Notepad, copy and paste all the text of this comment and save it as: EnableZipFolders.reg</p>
<p>;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
; Enable ZIP/CAB folders in Windows 7/8/10<br />
;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
; By DragonRUJ &#8211; 2018</p>
<p>;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
; Acknowledgment<br />
;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>; I have to thank to:</p>
<p>; &#8211; Anand Khanse for his very informative and useful article:<br />
;     How to disable Windows built-in Zip support<br />
;     Google: thewindowsclub disable-windows-built-in-zip</p>
<p>; &#8211; NickHunter for his alternative and simple method (there&#8217;s NO NEED to TAKE OWNERSHIP of these registry keys).</p>
<p>; &#8211; Tessa Moore for her request for a script to implement this method.</p>
<p>; IMPORTANT: Always create a system restore point before dealing with the Windows registry.</p>
<p>;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
; Enable .ZIP folders<br />
;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; </p>
<p>[HKEY_CLASSES_ROOTSystemFileAssociations.zipCLSID]<br />
@=&#8221;{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}&#8221;</p>
<p>[HKEY_CLASSES_ROOTCompressedFolderShellExStorageHandler]<br />
@=&#8221;{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}&#8221;</p>
<p>[HKEY_CLASSES_ROOTCompressedFolderCLSID]<br />
@=&#8221;{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREClassesSystemFileAssociations.zipCLSID]<br />
@=&#8221;{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREClassesCompressedFolderShellExStorageHandler]<br />
@=&#8221;{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREClassesCompressedFolderCLSID]<br />
@=&#8221;{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}&#8221;</p>
<p>;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
; Enable .CAB folders<br />
;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; </p>
<p>[HKEY_CLASSES_ROOTSystemFileAssociations.cabCLSID]<br />
@=&#8221;{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}&#8221;</p>
<p>[HKEY_CLASSES_ROOTCABFolderCLSID]<br />
@=&#8221;{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREClassesSystemFileAssociations.cabCLSID]<br />
@=&#8221;{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREClassesCABFolderCLSID]<br />
@=&#8221;{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}&#8221;</p>
<p>; End of EnableZipFolders.reg</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: DragonRUJ		</title>
		<link>https://www.thewindowsclub.com/disable-windows-built-in-zip#comment-63100</link>

		<dc:creator><![CDATA[DragonRUJ]]></dc:creator>
		<pubDate>Fri, 16 Mar 2018 05:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=81762#comment-63100</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.thewindowsclub.com/disable-windows-built-in-zip#comment-63099&quot;&gt;DragonRUJ&lt;/a&gt;.

Windows Registry Editor Version 5.00

; Open Notepad, copy and paste all the text of this comment and save it as: DisableZipFolders.reg

;--------------------------------------------- 
; Disable ZIP/CAB folders in Windows 7/8/10
;--------------------------------------------- 
; By DragonRUJ - 2018

;--------------------------------------------- 
; Acknowledgment
;---------------------------------------------

; I have to thank to:

; - Anand Khanse for his very informative and useful article:
;     How to disable Windows built-in Zip support
;     Google: thewindowsclub disable-windows-built-in-zip

; - NickHunter for his alternative and simple method (there&#039;s NO NEED to TAKE OWNERSHIP of these registry keys).

; - Tessa Moore for her request for a script to implement this method.

; IMPORTANT: Always create a system restore point before dealing with the Windows registry.

;--------------------------------------------- 
; Disable .ZIP folders
;---------------------------------------------

[-HKEY_CLASSES_ROOTSystemFileAssociations.zipCLSID]

[-HKEY_CLASSES_ROOTCompressedFolderShellExStorageHandler]

[-HKEY_CLASSES_ROOTCompressedFolderCLSID]

[-HKEY_LOCAL_MACHINESOFTWAREClassesSystemFileAssociations.zipCLSID]

[-HKEY_LOCAL_MACHINESOFTWAREClassesCompressedFolderShellExStorageHandler]

[-HKEY_LOCAL_MACHINESOFTWAREClassesCompressedFolderCLSID]

;---------------------------------------------
; Disable .CAB folders
;---------------------------------------------

[-HKEY_CLASSES_ROOTSystemFileAssociations.cabCLSID]

[-HKEY_CLASSES_ROOTCABFolderCLSID]

[-HKEY_LOCAL_MACHINESOFTWAREClassesSystemFileAssociations.cabCLSID]

[-HKEY_LOCAL_MACHINESOFTWAREClassesCABFolderCLSID]

; End of DisableZipFolders.reg]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.thewindowsclub.com/disable-windows-built-in-zip#comment-63099">DragonRUJ</a>.</p>
<p>Windows Registry Editor Version 5.00</p>
<p>; Open Notepad, copy and paste all the text of this comment and save it as: DisableZipFolders.reg</p>
<p>;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
; Disable ZIP/CAB folders in Windows 7/8/10<br />
;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
; By DragonRUJ &#8211; 2018</p>
<p>;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
; Acknowledgment<br />
;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>; I have to thank to:</p>
<p>; &#8211; Anand Khanse for his very informative and useful article:<br />
;     How to disable Windows built-in Zip support<br />
;     Google: thewindowsclub disable-windows-built-in-zip</p>
<p>; &#8211; NickHunter for his alternative and simple method (there&#8217;s NO NEED to TAKE OWNERSHIP of these registry keys).</p>
<p>; &#8211; Tessa Moore for her request for a script to implement this method.</p>
<p>; IMPORTANT: Always create a system restore point before dealing with the Windows registry.</p>
<p>;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
; Disable .ZIP folders<br />
;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>[-HKEY_CLASSES_ROOTSystemFileAssociations.zipCLSID]</p>
<p>[-HKEY_CLASSES_ROOTCompressedFolderShellExStorageHandler]</p>
<p>[-HKEY_CLASSES_ROOTCompressedFolderCLSID]</p>
<p>[-HKEY_LOCAL_MACHINESOFTWAREClassesSystemFileAssociations.zipCLSID]</p>
<p>[-HKEY_LOCAL_MACHINESOFTWAREClassesCompressedFolderShellExStorageHandler]</p>
<p>[-HKEY_LOCAL_MACHINESOFTWAREClassesCompressedFolderCLSID]</p>
<p>;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
; Disable .CAB folders<br />
;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>[-HKEY_CLASSES_ROOTSystemFileAssociations.cabCLSID]</p>
<p>[-HKEY_CLASSES_ROOTCABFolderCLSID]</p>
<p>[-HKEY_LOCAL_MACHINESOFTWAREClassesSystemFileAssociations.cabCLSID]</p>
<p>[-HKEY_LOCAL_MACHINESOFTWAREClassesCABFolderCLSID]</p>
<p>; End of DisableZipFolders.reg</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: DragonRUJ		</title>
		<link>https://www.thewindowsclub.com/disable-windows-built-in-zip#comment-63099</link>

		<dc:creator><![CDATA[DragonRUJ]]></dc:creator>
		<pubDate>Fri, 16 Mar 2018 05:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=81762#comment-63099</guid>

					<description><![CDATA[There&#039;s &quot;no need to mess up with ownership&quot;... These REG files change ZIP/CAB settings easily for you —see replies to this comment—...]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s &#8220;no need to mess up with ownership&#8221;&#8230; These REG files change ZIP/CAB settings easily for you —see replies to this comment—&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tessa Moore		</title>
		<link>https://www.thewindowsclub.com/disable-windows-built-in-zip#comment-62901</link>

		<dc:creator><![CDATA[Tessa Moore]]></dc:creator>
		<pubDate>Tue, 27 Feb 2018 04:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=81762#comment-62901</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.thewindowsclub.com/disable-windows-built-in-zip#comment-62796&quot;&gt;NickHunter&lt;/a&gt;.

Is there any script you know of that can enable and disable this?  I need compressed folder tools to go away for a little while so I can finish this job, but I don&#039;t want it gone forever.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.thewindowsclub.com/disable-windows-built-in-zip#comment-62796">NickHunter</a>.</p>
<p>Is there any script you know of that can enable and disable this?  I need compressed folder tools to go away for a little while so I can finish this job, but I don&#8217;t want it gone forever.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
