I am running the below as the ADMINISTRATOR
I have another topic with a related issue, but this specific symptom I would like to have explained. There's many hits on Google, but most of them end with: "the permanent all fixing solution is to run takeown.exe"
Well, no.
There is something seriously wrong with access rights, and I guess NTFS plays a bad role here. Note the file concerned comes from other machines (other Windows 7 clients), all with NTFS disks, and compressed in a Zip file.
But question is: What does cause all of the below ? I need to stress this is run as administrator!
C:\Directory>del some.exe
C:\Directory\some.exe
Access is denied.
C:\Directory>takeown /F some.exe
ERROR: Access is denied.
C:\Directory>icacls some.exe
some.exe: Access is denied.
Successfully processed 0 files; Failed processing 1 files
C:\Directory>some.exe
Access is denied.
C:\Directory>attrib some.exe
A C:\Directory\some.exe
C:\Directory>
I have another topic with a related issue, but this specific symptom I would like to have explained. There's many hits on Google, but most of them end with: "the permanent all fixing solution is to run takeown.exe"
Well, no.
There is something seriously wrong with access rights, and I guess NTFS plays a bad role here. Note the file concerned comes from other machines (other Windows 7 clients), all with NTFS disks, and compressed in a Zip file.
But question is: What does cause all of the below ? I need to stress this is run as administrator!
C:\Directory>del some.exe
C:\Directory\some.exe
Access is denied.
C:\Directory>takeown /F some.exe
ERROR: Access is denied.
C:\Directory>icacls some.exe
some.exe: Access is denied.
Successfully processed 0 files; Failed processing 1 files
C:\Directory>some.exe
Access is denied.
C:\Directory>attrib some.exe
A C:\Directory\some.exe
C:\Directory>