아무거나

아이툰즈에서 아이팟터치 자동으로 백업 하지 않기

Tran 2008. 9. 5. 09:49
터치를 2.0.2로 업그레이드 하고부터는  이상하게

아이팟 터치를 컴퓨터와 연결후 itunes를 실행하면 5-10분 가까이 백업만 하고 있다.

난 백업이 필요 없으니  아래와 같이 설정해주면 더이상 백업이 진행이 되지 않는다.

"%CommonProgramFiles%\Apple\Mobile Device Support\bin\defaults.exe" write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool true

만약 다시 백업이 필요하다면
"%CommonProgramFiles%\Apple\Mobile Device Support\bin\defaults.exe" write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool false


위와 같이 해주면 된다.

당연 윈도우 cmd 에서 해야 된다..~~

지원 운영체제는 모르겠다. 난 비스타인데 잘된다.

실행시에는 당연 itunes을 종료한 후에 해야 된다.