I was testing a batch file that used the following dos command rmdir test2 /s /q
, this command failed part way through and now I seem to have folders that have no permissions. For example, in the commandline I used DIR /Q
to see the owners of all folders in that directory most of them were "BUILTIN\Administrators", but the folder I'm having trouble with shows "...". I assume that means there is no owner. So even though I am a domain admin I can not view, delete, edit or modify the permissions on this folder. Does anyone have an idea of how to delete/edit this folder?
You can always "Take Ownership" of the folder and subfolders, at which point you should be able to manage the permissions (assuming that filesystem corruption isn't in play here). You can use the built-in commands below to take ownership and reset the permissions:
Run/schedule a chkdsk with system fix turned on.