thanks the reply you refer me too is .. Araknus ..
The easiest way I found for solving this:
Step 1: take ownership of all files in the hard drive
- execute this on the command line:
X:\> takeown /R /F * /D Y
(where X: is the drive you want to fix permissions for)
Step 2: change the permissions of all files in the drive, giving full access to the current user and the administrator
- right click on the drive
- select security tab & click advanced
- click change permissions and add full control to the current user and administrator and system, for example. Remember to select Replace all child object permissions with inheritable permissions from this object.
- go to Owner and change it to be SYSTEM instead of current user. Remember to select Replace owner on subcontainers and objects.
That's all. All folders have now the same inherited permission from the 'data' drive/partition.
i (zeitgeistman) opened a command line , for how to do that see
http://www.sevenforums.com/tutorials/947...rompt.html but when i replace the x with e or E and then copy n paste the rest eg E:\> takeown /R /F * /D Y and press enter it then says 'E:\ ' is not recognisable as an internal or external command , operable program or batch file
so thats not working for me ! , even though the torrents are massive i may just delete them and start them again in a new folder, ive no idea why windows is being such a pain in the ass and it would happen to huge torrents !
thanks any1 that trys to solve this
(Mar 06, 2014, 00:10 am)SectorVector Wrote: Please see if this helps. Specifically the last answer in the page by 'Araknus'. The steps given are precise.
http://answers.microsoft.com/en-us/windo...cb11c191f4
I once had a similar problem when reinstalling Win XP. I did it the hard way through safe mode. Now I know better.
It is just a matter of changing ownership and file permissions (RW) for the full folder (including sub-folders). At least so I think :-)
Aside: If you google for "windows equivalent of 'chown' and 'chmod' " those tools might simplify your job. But the above method is just fine.