First try yesterday night, I couldn't get more permission for the folder winsxs, but I didn't want to stop directly so I just did the rest of the list.
At the movefile part it went wrong. When I typed 'movefile c:\windows\winsxs c:\windows\winsxs.moved' it displayed an Error:5. Not knowing what it mean, I was going to 'movefile c:\windows\winsxs.link c:\windows\winsxs'. That went fine without any hesitation.
Rebooted, and typed 'dir c:\windows\winsxs*' and I didn't see the winsxs.moved directory, only the winsxs, although the winsxs.link was fine. Did above steps 3 times more and it didn't work.
This morning I wanted to try it again, but not without those permissions, thinking this was my problem. So I tried the TakeOwnOf.cmd, didn't help. A regkey I downloaded also didn't do anything. I looked at the code of TakeOwnOf.cmd, and I saw:
takeown /f %1 /r /d y
icacls %1 /grant administrators:F /t
typed the first line manually and I got directly a error, acces denied -.-'
typed:
takeown /?
then I saw the options,
typed:
takeown /F c:\windows\winsxs
and that was the trick!
Got through the whole process again, and all is working now. 'Just' 3 hours from now till al files are copied to SD.
Thanks already!
Andreas
PS: I got a EeePC 701 4G, don't know if that makes any difference, don't think so actually
Edit: ok, everything worked untill now. the copying went well, but then I did 'rmdir c:\windows\winsxs' and it said the directory didn't exist. I reread the whole tutorial, but I couldn't find out where it all went wrong. Does someone know this problem?
edit2: tried to just remove winsxs.removed, can't, no rights...
well, there are 300 MB of, but not the 1,5 GB I had...
Edited by Andreesie, 02 December 2008 - 07:53 PM.