Saturday, August 23, 2014

windows - Rmdir/rd access is denied (Corrupted folder)

I have a corrupted folder, I don't really know how it got that way. When I use rmdir in cmd as administrator, I get this:


C:\WINDOWS\system32>rd "\\.\\C:\Program Files\Steam\steamapps\downloading\730" /s /q
\\.\\C:\Program Files\Steam\steamapps\downloading\730\bin\locales - Access is denied.

With a lot more lines of access denied. I can't "get permissions" with ownership as it gives me the same error. I tried rd without the \\.\\ part and it doesn't work either. What can I do ?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...