Downloads:
34,151
Downloads of v 8.7.1:
233
Last Update:
03 Apr 2024
Package Maintainer(s):
Software Author(s):
- RedFox
Tags:
anydvd dvd drm trial- Software Specific:
- Software Site
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
AnyDVD, AnyDVD HD
- 1
- 2
- 3
8.7.1 | Updated: 03 Apr 2024
- Software Specific:
- Software Site
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
34,151
Downloads of v 8.7.1:
233
Maintainer(s):
Software Author(s):
- RedFox
AnyDVD, AnyDVD HD 8.7.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by RedFox. The inclusion of RedFox trademark(s), if any, upon this webpage is solely to identify RedFox goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 22 May 2024.
This package is unlisted and hidden from package listings.
AnyDVD HD is a Windows based application that removes restrictions of DVD and Blu-ray media automatically in the background.
AnyDVD HD works in the background to automatically and transparently enable read access of the contents of a movie DVD or Blu-ray as soon as it's inserted into the drive. The DVD/Blu-ray will become useable to your windows operating system and all programs on your computer, such as DVD/Blu-ray backup software like CloneDVD, CloneBD and others, then supporting any DVD or Blu-ray. AnyDVD HD optionally disables RPC region codes, thereby making the movie region free and comfortably viewable on any DVD/Blu-ray player and with any DVD/Blu-ray playback software.
AnyDVD HD is capable of disabling unwanted movie features such as forced subtitles, forced delays, and no-skip marks, giving you full control over your movie experience. It also allows you to launch an external application whenever you insert or remove a disc, and prevents unwanted software from automatically launching when you insert a video DVD.
You can control the drive speed of your DVD drive, allowing you to reduce the noise level when watching movies on your PC. You can even adjust the display frequency of your monitor for both NTSC and PAL displays.
AnyDVD HD doesn't just stop at DVD's or Blu-ray's, it also fixes audio cd's to allow you to play and use them.
Note: This is commercial software and requires a valid license to function. There is a 21 day trial available.
NOTICE TO SLYSOFT CUSTOMERS: You must have a Redfox license to use this version.
$ErrorActionPreference = 'Stop';
$packageName = 'anydvd'
$registryUninstallerKeyName = 'AnyDVD'
$shouldUninstall = $true
$local_key = "HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\$registryUninstallerKeyName"
# local key 6432 probably never exists
$local_key6432 = "HKCU:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\$registryUninstallerKeyName"
$machine_key = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$registryUninstallerKeyName"
$machine_key6432 = "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\$registryUninstallerKeyName"
$file = @($local_key, $local_key6432, $machine_key, $machine_key6432) `
| ?{ Test-Path $_ } `
| Get-ItemProperty `
| Select-Object -ExpandProperty UninstallString
if ($file -eq $null -or $file -eq '') {
Write-Host "$packageName has already been uninstalled by other means."
$shouldUninstall = $false
}
$installerType = 'EXE'
$silentArgs = "/S"
$validExitCodes = @(0)
# $file already includes an argument for the source directory. We need to add the silent arguments before
# that argument.
$file = $file -replace "/D",($silentArgs+" /D")
if ($shouldUninstall) {
Uninstall-ChocolateyPackage -PackageName $packageName -FileType $installerType -validExitCodes $validExitCodes -File $file
}
Log in or click on link to see number of positives.
- anydvd.8.7.1.nupkg (14b5901cd2e3) - ## / 64
- SetupAnyDVD8710.exe (b8095c1508ab) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
This package has no dependencies.
Ground Rules:
- This discussion is only about AnyDVD, AnyDVD HD and the AnyDVD, AnyDVD HD package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or AnyDVD, AnyDVD HD, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.