Help with a hidden file.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

ok so a few weeks ago I hid a file so my dad could not see it (lame yes). Now
when I want to find this file I have forgotten how to un-hide it. Can someone
help me plz :3
 
Method 1
Go to Control Panel > Folder Options > View tab > Click "Show hidden files
and folders" >
Now your file will appear in explorer > Right click your file> Properties >
Uncheck the checkbox named "Hidden"

Method 2
Start > Run > Type cmd
Go to the path where the file was and then this command
attrib -s -h "YOUR-FILE-NAME"

If you dont know your file name then you can do this before that to know
the name:
dir /a:h


--
Ayush [ Be ''?'' Happy ]

For any query, search > www.Google.com
Want to know about a term > http://en.wikipedia.org


: ok so a few weeks ago I hid a file so my dad could not see it (lame yes).
Now
: when I want to find this file I have forgotten how to un-hide it. Can
someone
: help me plz :3
 
Thank you so much for your quick response, I was able to use method 1 easily.

Ayush said:
Method 1
Go to Control Panel > Folder Options > View tab > Click "Show hidden files
and folders" >
Now your file will appear in explorer > Right click your file> Properties >
Uncheck the checkbox named "Hidden"

Method 2
Start > Run > Type cmd
Go to the path where the file was and then this command
attrib -s -h "YOUR-FILE-NAME"

If you dont know your file name then you can do this before that to know
the name:
dir /a:h


--
Ayush [ Be ''?'' Happy ]

For any query, search > www.Google.com
Want to know about a term > http://en.wikipedia.org


: ok so a few weeks ago I hid a file so my dad could not see it (lame yes).
Now
: when I want to find this file I have forgotten how to un-hide it. Can
someone
: help me plz :3
 
Glad to help you. :)

--
Ayush [ Be ''?'' Happy ]

For any query, search > www.Google.com
Want to know about a term > http://en.wikipedia.org


: Thank you so much for your quick response, I was able to use method 1
easily.
:
: "Ayush" wrote:
:
: > Method 1
: > Go to Control Panel > Folder Options > View tab > Click "Show hidden
files
: > and folders" >
: > Now your file will appear in explorer > Right click your file>
Properties >
: > Uncheck the checkbox named "Hidden"
: >
: > Method 2
: > Start > Run > Type cmd
: > Go to the path where the file was and then this command
: > attrib -s -h "YOUR-FILE-NAME"
: >
: > If you dont know your file name then you can do this before that to
know
: > the name:
: > dir /a:h
: >
: >
: > --
: > > Ayush [ Be ''?'' Happy ]
: >
: > For any query, search > www.Google.com
: > Want to know about a term > http://en.wikipedia.org
: >
: >
: > : > : ok so a few weeks ago I hid a file so my dad could not see it (lame
yes).
: > Now
: > : when I want to find this file I have forgotten how to un-hide it. Can
: > someone
: > : help me plz :3
: >
: >
: >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top