Tempered with Windows security options - folders unaccessible

Acolyte192

New member
Local time
2:04 PM
Messages
3
Hey guys, I'm new to these forums, and I really like how they look like, and how they're active, and everything. :)
After searching for my answer for several hours, I decided to register here and post you my problem. I hope I'll stick around on the forum, and become a regular member. Here goes:

So, yesterday, I wanted to limit off my moms account from accessing my hard drives. And all that went fine, but low and behold, I had to change the Users Permissions on my E: drive (I have a few partitions).

So, first off, I changed the permissions of Users to Denied. After that, I (with my administrator account) couldn't access the E: drive at all. So, I went to the security options again, and then I changed the Users permissions to default again (Read and Execute, List Folder Contents and Read). And that worked, but it only regained me access to half of my disk. I can access it now, and I can access some files, but some files are completely invisible. They do show up when I try to change the permissions again, just telling me that the access on the file is denied. So, they're there, but I can't seem to get to them.

Anyway, I tried accessing them from Windows 8 Developer Preview, and the folder Archives (that's the folder I was using to see if I can unlock the files from it, after it, I could go on to other folders) said that it was empty. The same as on Windows 7. Then I took my Ubuntu LiveCD and tried accessing the folder from there, and Ubuntu (from the LiveCD) also said that the directory is empty.

I really hope someone can help with this issue, since losing those files permanently isn't really a solution for me.

Anyway, thanks in advance. I hope someone can help me. Also, one question. Will uninstalling Windows 7 completely remove the permission setting from all those files and folders?

Cheers!
 

My Computer My Computer

OS
Windows 7 Ultimate 32bit
Anyway, thanks in advance. I hope someone can help me. Also, one question. Will uninstalling Windows 7 completely remove the permission setting from all those files and folders?

Cheers!

No! NTFS permissions are stored on the file system along with the file they are not a setting in Windows but of the file itself. The problem, you applied DENY permissions which override ALLOW permissions on a group all users are part of, the USERS group. Even tho the ADMINISTRATORS group is given ALLOW those DENY permissions set to USERS takes precedence thus locking yourself out.

You might try from an administrative command prompt: (Not tested.)
Code:
icacls E:\* /remove:d users /T /C /L
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Alienware Aurora ALX R4
OS
Windows 10 Pro (x64)
CPU
Intel Core i7-3930K (3.2GHz - 4.5GHz)
Motherboard
Alienware Aurora-R4 x79
Memory
4x Samsung 4GB PC3-12800 DDR3 (16GB 1600MHz)
Graphics Card(s)
Nvidia Geforce GTX 690
Sound Card
SteelSeries Siberia Elite
Monitor(s) Displays
Dell UltraSharp U3011
Screen Resolution
2560x1600
Hard Drives
Samsung 850 Pro 256 GB, Seagate 1TB Desktop Hybrid HDD, 2x Western Digital 4TB Green HDD
PSU
875W Some Dell PSU <.<
Case
Alienware Aurora ALX
Cooling
Custom Liquid Cooling (EK CPU & GPU blocks) dual EK 480RAD
Keyboard
Logitech G710+ Mechanical
Mouse
Logitech G700s
Internet Speed
Verizon Fios (50 mbps average)
Other Info
Server: Intel NUC D54250WYK: i5-4250U, 16GB, 256 GB mSATA, Windows Server 2012 R2
Anyway, thanks in advance. I hope someone can help me. Also, one question. Will uninstalling Windows 7 completely remove the permission setting from all those files and folders?

Cheers!

No! NTFS permissions are stored on the file system along with the file they are not a setting in Windows but of the file itself. The problem, you applied DENY permissions which override ALLOW permissions on a group all users are part of, the USERS group. Even tho the ADMINISTRATORS group is given ALLOW those DENY permissions set to USERS takes precedence thus locking yourself out.

You might try from an administrative command prompt: (Not tested.)
Code:
icacls E:\* /remove:d users /T /C /L

Hey, first of all - thank you for your time and help. I appreciate it. :)

Second, it didn't work. It processed all the files which I'm already allowed access to, and the files that I don't have access to, well, the command prompt didn't get access to either.

Sorry. :/
 

My Computer My Computer

OS
Windows 7 Ultimate 32bit
Back
Top