Downloads:
18
Downloads of v 2.5.1.444:
18
Last Update:
13 May 2025
Published Date:
13 May 2025
Reviewed Date:
13 May 2025
Reviewer:
Package Maintainer(s):
Software Author(s):
- kjxbyz
Tags:
picguard picguardpro picguard-pro- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
PicGuard Pro
(Maintainer responded, waiting for review/Maintainer update)
- 1
- 2
- 3
2.5.1.444 | Updated: 13 May 2025
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
18
Downloads of v 2.5.1.444:
18
Published:
13 May 2025
Reviewed:
13 May 2025
Reviewer:
Maintainer(s):
Software Author(s):
- kjxbyz
PicGuard Pro 2.5.1.444
(Maintainer responded, waiting for review/Maintainer update)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by kjxbyz. The inclusion of kjxbyz trademark(s), if any, upon this webpage is solely to identify kjxbyz 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
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
PicGuard Pro
Features
- Introducing PicGuard Pro - the ultimate solution for securing and customizing your digital photos. With our app, you can easily add watermarks to your images to protect your creative work and maintain your privacy.
- PicGuard Pro offers robust privacy protection features, ensuring your personal and sensitive information remains safeguarded. It's highly customizable, allowing you to personalize watermarks with various fonts, styles, and designs to suit your needs.
- Accessible on web, mobile, and desktop, you can seamlessly integrate and manage your watermarking tasks across all your devices. PicGuard Pro, as an open-source tool, it's not only free but also continuously improved by a community of developers dedicated to providing the best user experience.
- Download PicGuard Pro today and take control of your photo security and personalization like never before!
$ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'picguard-pro*'
fileType = 'EXE'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes= @(0, 3010, 1605, 1614, 1641)
}
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
} else {}
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
Log in or click on link to see number of positives.
- picguard-pro-2.5.1.444-windows-setup-x64.exe (c0c2c72e067f) - ## / 72
- picguard-pro.2.5.1.444.nupkg (169c860ff7f5) - ## / 65
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.
2024 © kjxbyz
This package has no dependencies.
Ground Rules:
- This discussion is only about PicGuard Pro and the PicGuard Pro 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 PicGuard Pro, 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.
insco (maintainer) on 02 May 2025 07:23:52 +00:00:
User 'insco' (maintainer) submitted package.
chocolatey-ops (reviewer) on 02 May 2025 07:57:05 +00:00:
picguard-pro has passed automated validation. It may have or may still fail other checks like testing (verification).
Congratulations! This package passed automatic validation review without flagging on any issues the validator currently checks. A human review could still turn up issues a computer may not easily find.
chocolatey-ops (reviewer) on 02 May 2025 09:02:35 +00:00:
picguard-pro has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/a801f19608abf7434afcc3bb50b3be1a for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 02 May 2025 09:11:39 +00:00:
picguard-pro has been flagged as part of automated virus scanning.
Package virus scanning found that at least 1 file within, or downloaded by, the package has between 1 and 5 VirusTotal detections associated with it.
This is not enough detections to prevent the approval of this package version.
Pauby (reviewer) on 13 May 2025 01:30:57 +00:00:
Hi, a couple of issues / suggestions / questions:
owners
field is for the Package owners and should be your name / Chocolatey username.authors
field is for the software authors. Are you the software author?iconUrl
field - githack.com and jsdelivr.com are popular. See https://docs.chocolatey.org/en-us/create/create-packages#package-icon-guidelineschocolateyInstall.ps1
.Thanks.
Paul
insco (maintainer) on 13 May 2025 13:44:41 +00:00:
User 'insco' (maintainer) submitted package.
chocolatey-ops (reviewer) on 13 May 2025 14:16:43 +00:00:
picguard-pro has passed automated validation. It may have or may still fail other checks like testing (verification).
Congratulations! This package passed automatic validation review without flagging on any issues the validator currently checks. A human review could still turn up issues a computer may not easily find.
chocolatey-ops (reviewer) on 13 May 2025 14:34:01 +00:00:
picguard-pro has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/e6cfcbb552eaf41ab9b12e97917cbda4 for details.
This is an FYI only. There is no action you need to take.
insco (maintainer) on 13 May 2025 15:18:48 +00:00:
Updated
chocolatey-ops (reviewer) on 13 May 2025 16:39:49 +00:00:
picguard-pro has been flagged as part of automated virus scanning.
Package virus scanning found that at least 1 file within, or downloaded by, the package has between 1 and 5 VirusTotal detections associated with it.
This is not enough detections to prevent the approval of this package version.