When doing a software update in iTunes, a DFU restore, or a backup, the C drive may be full. You can make a symbolic link to another drive.
Move these 2 folders to the corresponding place on another drive:
C:\Users\[Username]\AppData\Roaming\Apple Computer\iTunes -> D:\Users\[Username]\AppData\Roaming\Apple Computer\iTunes
C:\ProgramData\Apple Computer\iTunes -> D:\ProgramData\Apple Computer\iTunes
Then run this in an administrator command prompt:
mklink /d "C:\Users\[Username]\AppData\Roaming\Apple Computer\iTunes" "D:\Users\[Username] \AppData\Roaming\Apple Computer\iTunes"
mklink /d "C:\ProgramData\Apple Computer\iTunes" "D:\ProgramData\Apple Computer\iTunes"
icacls "C:\Users\[Username]\AppData\Roaming\Apple Computer\iTunes" /grant "Everyone:(OI)(CI)F"
icacls "D:\ProgramData\Apple Computer\iTunes" /grant "Everyone:(OI)(CI)F"
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article