<?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: Change File Attributes, create super hidden private files &#038; folders using attrib.exe	</title>
	<atom:link href="https://www.thewindowsclub.com/change-file-attributes-windows-attribexe/feed" rel="self" type="application/rss+xml" />
	<link>https://www.thewindowsclub.com/change-file-attributes-windows-attribexe</link>
	<description>TheWindowsClub covers authentic Windows 11, Windows 10 tips, tutorials, how-to&#039;s, features, freeware. Created by Anand Khanse, MVP.</description>
	<lastBuildDate>Tue, 03 Mar 2026 13:08:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Bruce Kjeldsen of Rhododendron		</title>
		<link>https://www.thewindowsclub.com/change-file-attributes-windows-attribexe#comment-46323</link>

		<dc:creator><![CDATA[Bruce Kjeldsen of Rhododendron]]></dc:creator>
		<pubDate>Sun, 23 Aug 2015 19:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=44093#comment-46323</guid>

					<description><![CDATA[I recently installed Windows 10. It&#039;s been a disaster. All the files were marked read-only. I tried changing the attributes using your suggestion. Doesn&#039;t work. I tried it in command prompt. No luck. I will have to return the laptop and go back to paper &#038; pencil.]]></description>
			<content:encoded><![CDATA[<p>I recently installed Windows 10. It&#8217;s been a disaster. All the files were marked read-only. I tried changing the attributes using your suggestion. Doesn&#8217;t work. I tried it in command prompt. No luck. I will have to return the laptop and go back to paper &amp; pencil.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: manu		</title>
		<link>https://www.thewindowsclub.com/change-file-attributes-windows-attribexe#comment-41614</link>

		<dc:creator><![CDATA[manu]]></dc:creator>
		<pubDate>Sat, 14 Mar 2015 13:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=44093#comment-41614</guid>

					<description><![CDATA[How to hide photos and videos using cmd. I used folder method which uses attrib command to hide folders, It worked fine for hiding the folder but when I typed file extensions such as (.jpg) in the search box all the files were shown. how to hide them using cmd. Help me .......]]></description>
			<content:encoded><![CDATA[<p>How to hide photos and videos using cmd. I used folder method which uses attrib command to hide folders, It worked fine for hiding the folder but when I typed file extensions such as (.jpg) in the search box all the files were shown. how to hide them using cmd. Help me &#8230;&#8230;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://www.thewindowsclub.com/change-file-attributes-windows-attribexe#comment-28217</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Fri, 14 Jun 2013 04:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=44093#comment-28217</guid>

					<description><![CDATA[For those with formatting or file not found issues, right click your folder and MAKE SURE ITS UNHIDDEN AND NOT CHECKED AS READ ONLY. I had to do it five times before i figured out the problem. 

Format should be as follows (for super hidden):
attrib +s +h &quot;C:UsersUsernameDesktopFoldername&quot;]]></description>
			<content:encoded><![CDATA[<p>For those with formatting or file not found issues, right click your folder and MAKE SURE ITS UNHIDDEN AND NOT CHECKED AS READ ONLY. I had to do it five times before i figured out the problem. </p>
<p>Format should be as follows (for super hidden):<br />
attrib +s +h &#8220;C:UsersUsernameDesktopFoldername&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mashuk		</title>
		<link>https://www.thewindowsclub.com/change-file-attributes-windows-attribexe#comment-24597</link>

		<dc:creator><![CDATA[Mashuk]]></dc:creator>
		<pubDate>Wed, 01 Aug 2012 18:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=44093#comment-24597</guid>

					<description><![CDATA[cmd says &quot;file not found&quot;
but the file name doesn&#039;t contain any space and i type the location correctly...... :(
]]></description>
			<content:encoded><![CDATA[<p>cmd says &#8220;file not found&#8221;<br />
but the file name doesn&#8217;t contain any space and i type the location correctly&#8230;&#8230; :(</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: heistmeister		</title>
		<link>https://www.thewindowsclub.com/change-file-attributes-windows-attribexe#comment-23632</link>

		<dc:creator><![CDATA[heistmeister]]></dc:creator>
		<pubDate>Tue, 08 May 2012 17:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=44093#comment-23632</guid>

					<description><![CDATA[if it shows parameter format not correct, the file maybe contains of spaces
For example : I want to make folder &quot;Wordpress coba&quot; to be super hidden.
So in cmd, I must type the directory enclosed by quotes.

attrib +s +h &quot;D:Wordpress coba&quot;

If the folder or file name doesn&#039;t consist of spaces, you can type the directory file/folder without quotes

attrib +s +h D:Games

It should work now :D]]></description>
			<content:encoded><![CDATA[<p>if it shows parameter format not correct, the file maybe contains of spaces<br />
For example : I want to make folder &#8220;WordPress coba&#8221; to be super hidden.<br />
So in cmd, I must type the directory enclosed by quotes.</p>
<p>attrib +s +h &#8220;D:Wordpress coba&#8221;</p>
<p>If the folder or file name doesn&#8217;t consist of spaces, you can type the directory file/folder without quotes</p>
<p>attrib +s +h D:Games</p>
<p>It should work now :D</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
