Computer Locked Down

Batmaz

Reputable
Jan 10, 2016
34
0
4,560
Please help ASAP. I have an old computer with some pictures on it that I need to get off, but whatever I try to do, it says that I do no have the authority to access the C drive or the C drive does not exist or some other kind of garbage excuse that doesn't allow me to access a network or any of the files. I tried moving the hdd to another computer and then access the files, but it said that I do not have permission, and then when I tried to change the permission, It said I do not have permission. When I tried to do xcopy via command prompt in safe mode, it gave me an error "the drive does not exist" and all of the services of the computer are turned off, with access to the services not being available because it says that I do not have permission.

What should I do?
 

Batmaz

Reputable
Jan 10, 2016
34
0
4,560


Cannot change ownership of the drive. When I click on Edit in the ownership tab, it throws the error "Can't open access control editor". I can't get any farther than that.
I don't recall using bitlocker at any point. I have heard of it though.
 

Batmaz

Reputable
Jan 10, 2016
34
0
4,560


I've thought of doing this, upon reading many forum pages, but i have no experience with linux at all. I don' know how to create or use it either.
 

Dunlop0078

Titan
Ambassador


Are you logged in as in administrator? Does UAC come up and say your denied? Or is it just a general error? If you can screenshot it and post it that might help.
 

Batmaz

Reputable
Jan 10, 2016
34
0
4,560
[/quotemsg]
Are you logged in as in administrator? Does UAC come up and say your denied? Or is it just a general error? If you can screenshot it and post it that might help.[/quotemsg]

Yes. I am logged in as an admin. It turns out the UAC was the problem. I did some more digging in the forums and I actually found the solution to my problem. Here is what I had to do.

'1) Run computer in Safe mode with command prompt by tapping F8 when your computer boot up
2) Logon to your user account (with admin rights)
3) Type "net user administrator /active:yes"
4) Ctrl-alt-del to logoff
5) Logon as administrator
6) Ctrl-alt-del start task manager
7) Disable UAC with RegEdit
Type regedit
Navigate to the following registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System
Locate the following REG_DWORD value:
EnableLUA
Set the value of EnableLUA to 0.
Optional step to suppress UAC consent prompt dialog, locate the following REG_DWORD value:
ConsentPromptBehaviorAdmin
Set the value of ConsentPromptBehaviorAdmin to 0 (optional).
Exit from Registry Editor and restart the computer to turn off UAC
8) Reboot computer
9) Goto My computer, right click C: drive, then properties, security, advance, effective permission, select, enter your own user name, ok
Done, you have access to C: now. But must do the following to increase security because you just compromise your own computer security in this way.
10) Enable back your UAC
press windows button + R
type in msconfig
goto tools, change uac setting, launch, set to default
Reboot, done =)"

Here is the link to the forum:
http://answers.microsoft.com/en-us/windows/forum/windows_vista-security/lost-access-to-c-drive-cant-open-access-control/f920e7d0-7cd0-4524-99bb-16b219aaf162?page=2

Thanks for your help, all. Now I can get rid of this thing after I dump my files onto a flash drive.