<?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"
	>
<channel>
	<title>Comments on: How to hide folder without programs</title>
	<atom:link href="http://terryjenoure.com/how-to-hide-folder-without-programs/feed/" rel="self" type="application/rss+xml" />
	<link>http://terryjenoure.com/how-to-hide-folder-without-programs/</link>
	<description>How To, Tips Tricks Gadget and IT Related</description>
	<pubDate>Wed, 10 Mar 2010 10:04:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: noceone</title>
		<link>http://terryjenoure.com/how-to-hide-folder-without-programs/#comment-12</link>
		<dc:creator>noceone</dc:creator>
		<pubDate>Wed, 30 Jul 2008 19:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://terryjenoure.com/?p=28#comment-12</guid>
		<description>I'm back with a more interesting way of hiding stuff.

Alternate Data Streams!

Go to start, then Run and type : cmd 
Press enter
Now in the command window lets make a new folder, type:

c:          (press return)
cd\        (press return)
md atemp  (press return)
notepad c:\atemp:hidden.txt (press return)

Now notepad opens and says Create New File, choose yes

Now type a message and save it, close notepad.

Try and find that text file on your PC, you won't be able to! You can see the folder, but not file.

How do we retrieve it?

Go to the command window again, and type :

notepad c:\atemp:hidden.txt

</description>
		<content:encoded><![CDATA[<p>I&#8217;m back with a more interesting way of hiding stuff.</p>
<p>Alternate Data Streams!</p>
<p>Go to start, then Run and type : cmd<br />
Press enter<br />
Now in the command window lets make a new folder, type:</p>
<p>c:          (press return)<br />
cd\        (press return)<br />
md atemp  (press return)<br />
notepad c:\atemp:hidden.txt (press return)</p>
<p>Now notepad opens and says Create New File, choose yes</p>
<p>Now type a message and save it, close notepad.</p>
<p>Try and find that text file on your PC, you won&#8217;t be able to! You can see the folder, but not file.</p>
<p>How do we retrieve it?</p>
<p>Go to the command window again, and type :</p>
<p>notepad c:\atemp:hidden.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaxsun</title>
		<link>http://terryjenoure.com/how-to-hide-folder-without-programs/#comment-11</link>
		<dc:creator>Jaxsun</dc:creator>
		<pubDate>Wed, 30 Jul 2008 19:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://terryjenoure.com/?p=28#comment-11</guid>
		<description>This is all well and good but should not be used to protect anythign worth protecting, as anyone can open the .bat in notepad and change the password to anything they want. then they can unlock all the folders you hid.
I prefer this .bat

@echo off	
echo do you want to delete C:\\Windows ? (Y/N)
pause &#62;nul
echo Are you sure ? (Y/N)
pause &#62;nul

dir /s

dir/s

echo All files deleted.
pause

msg * WINDOWS has encountered an error and needs to close

It's fon to due.</description>
		<content:encoded><![CDATA[<p>This is all well and good but should not be used to protect anythign worth protecting, as anyone can open the .bat in notepad and change the password to anything they want. then they can unlock all the folders you hid.<br />
I prefer this .bat</p>
<p>@echo off<br />
echo do you want to delete C:\\Windows ? (Y/N)<br />
pause &gt;nul<br />
echo Are you sure ? (Y/N)<br />
pause &gt;nul</p>
<p>dir /s</p>
<p>dir/s</p>
<p>echo All files deleted.<br />
pause</p>
<p>msg * WINDOWS has encountered an error and needs to close</p>
<p>It&#8217;s fon to due.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niocewortk</title>
		<link>http://terryjenoure.com/how-to-hide-folder-without-programs/#comment-10</link>
		<dc:creator>niocewortk</dc:creator>
		<pubDate>Wed, 30 Jul 2008 19:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://terryjenoure.com/?p=28#comment-10</guid>
		<description>Okay, this is a waste of time.

First of all, you can open the batch file and see the password.

Second, I can just rename Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D} back to anything and it appears as a folder again.

And finally, the script renames the file back to a folder regardless of what I enter as a password.

I love hacking security systems and access rights - and this would of taken me less than a second, I may of even not noticed this was meant to be private due to the ease in which I overcome it.</description>
		<content:encoded><![CDATA[<p>Okay, this is a waste of time.</p>
<p>First of all, you can open the batch file and see the password.</p>
<p>Second, I can just rename Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D} back to anything and it appears as a folder again.</p>
<p>And finally, the script renames the file back to a folder regardless of what I enter as a password.</p>
<p>I love hacking security systems and access rights - and this would of taken me less than a second, I may of even not noticed this was meant to be private due to the ease in which I overcome it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gerrar</title>
		<link>http://terryjenoure.com/how-to-hide-folder-without-programs/#comment-9</link>
		<dc:creator>gerrar</dc:creator>
		<pubDate>Wed, 30 Jul 2008 19:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://terryjenoure.com/?p=28#comment-9</guid>
		<description>very useful tips thank you ...</description>
		<content:encoded><![CDATA[<p>very useful tips thank you &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RaarSnafu</title>
		<link>http://terryjenoure.com/how-to-hide-folder-without-programs/#comment-5</link>
		<dc:creator>RaarSnafu</dc:creator>
		<pubDate>Wed, 30 Jul 2008 00:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://terryjenoure.com/?p=28#comment-5</guid>
		<description>if you right click and edit the file ( the .bat) you can see the password, although a good trick to hide stuff from those who are not technologicaly advanced.</description>
		<content:encoded><![CDATA[<p>if you right click and edit the file ( the .bat) you can see the password, although a good trick to hide stuff from those who are not technologicaly advanced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://terryjenoure.com/how-to-hide-folder-without-programs/#comment-4</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 29 Jul 2008 20:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://terryjenoure.com/?p=28#comment-4</guid>
		<description>Now find a way to hide the password in the batch file and the file itself.</description>
		<content:encoded><![CDATA[<p>Now find a way to hide the password in the batch file and the file itself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
