X

طريقة تحويل iTunes إلى صامت (7zip SFX Builder)

Silent and Portable Workshop

 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Dzhamza
    Thread Author
    مجموعة الإدارة
    • Sep 2018 
    • 1214 
    • 1,303 
    • 1,017 









    هذا شرح لطريقة عمل برنامج iTunes إلى صامت ببرنامج التجميع 7zip sfx builder

    https://www.damasgate.com/vb/t359643/



    للمشاهدة المميزة تغيير الجودة إلى 720p



    http://www.youtube.com/watch?v=_znXHg8i-5Y



    الصور أمر أصبح متعب لكن سيكون ذلك عما قريب



    الأوامر الميتعملة في الباتش لكن لم أجربها

    Install.cmd


    كود PHP:







    @echo off
    if exists %programfiles% GO TO 32-bit ELSE 64-bit
    :64-bit
    start
    /wait AppleApplicationSupport64.msi
    start
    /wait AppleMobileDeviceSupport6464.msi
    start
    /wait AppleSoftwareUpdate.msi
    start
    /wait Bonjour64.msi
    start
    /wait iTunes6464.msi

    :32-bit

    start
    /wait AppleApplicationSupport.msi
    start
    /wait AppleMobileDeviceSupport.msi
    start
    /wait AppleSoftwareUpdate.msi
    start
    /wait Bonjour.msi
    start
    /wait iTunes.msi
















Working...
X