Skip to main content

2 docs tagged with "disable-parallels-desktop-automatic-updates"

View all tags

Disable automatic checks for Parallels Desktop updates

Automatic checks are weekly by default, and this script disables the checks completely. Frequency to check for updates can be configured using "Application preferences.Check for updates" property. Check: "defaults read 'com.parallels.Parallels Desktop' 'Application preferences.Check for updates'" • Values: 0 - Never, 1 - Once a day, 2 - Once a week (default), 3 - Once a month

Disable automatic downloads for Parallels Desktop updates

Automatic downloads are enabled by default, and this script disables automatic downloads. Automatic downloads are configured using the "Application preferences.Download updates automatically" property. Check: "defaults read 'com.parallels.Parallels Desktop' 'Application preferences.Download updates automatically'" • Values: 0 - Disabled, 1 - Enabled (default)