Ugrent help

Soldato
Joined
3 Mar 2003
Posts
7,826
Location
Canterbury
Hi. Urgent help needed. I somehow managed to "hide" all files in the user folder and now this pc and control panel etc won't open.

I tried system restore and nothing.

How can I unhide the file without control panel etc..
 
you tried looking to see if they are there using command prompt? If you copy them out using CMD to a new location they should unhide.
 
okay open command prompt. and type (assuming win 7/10)

Code:
cd c:\users\sally\

followed by enter, then type:

Code:
dir

it will list files in the directory

you can then type

Code:
cd documents

again dir lists contents.

you can then copy folders using the copy command. If cmd can see the file system it will look something like this:

 
Back
Top Bottom