1

The problem i am having is that my desktop computer got broken and i was using it in my company, i have on it clients database and all sorts of legal documents. I was happy to learn that hard drive is alright when i connected it using external sata pocket.

Hard drive was divided on 2 partitions, system (C) and data (D), nothing special. I can freely access data from D:, but when i open C: i dont see anything. I remember having similiar problem in the past with previous versions of windows.

Does someone know if there is a way to unlock the data so i can copy it safely? I didnt have any password on my windows account and there was only 1 account on it (created while installing windows).

P.K.
  • 13

1 Answers1

1

For some reason all your documents got hidden and maybe even the permissions all changed.

Open Command Prompt as administrator and type the following :

cacls c: /t /e /c /g Everyone:f

If your drive is something other than C drive replace c: with your current drive.

After that, type this in :

attrib -s -h /s /d

You can open command Prompt by going to Start > Type cmd > Right click Run as Adminstrator