Downloads:
30,540
Downloads of v 9.50-rc:
211
Last Update:
21 Dec 2019
Package Maintainer(s):
Software Author(s):
- Romain Petges
Tags:
attributechanger attribute timestamp touch explorer shell extension embedded- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Attribute Changer
This is a prerelease version of Attribute Changer.
- 1
- 2
- 3
9.50-rc | Updated: 21 Dec 2019
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
30,540
Downloads of v 9.50-rc:
211
Maintainer(s):
Software Author(s):
- Romain Petges
Attribute Changer 9.50-rc
This is a prerelease version of Attribute Changer.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Romain Petges. The inclusion of Romain Petges trademark(s), if any, upon this webpage is solely to identify Romain Petges goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Attribute Changer, run the following command from the command line or from PowerShell:
To upgrade Attribute Changer, run the following command from the command line or from PowerShell:
To uninstall Attribute Changer, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download attributechanger --internalize --version=9.50-rc --pre --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade attributechanger -y --source="'INTERNAL REPO URL'" --version="'9.50-rc'" --prerelease [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade attributechanger -y --source="'INTERNAL REPO URL'" --version="'9.50-rc'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install attributechanger
win_chocolatey:
name: attributechanger
version: '9.50-rc'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'attributechanger' do
action :install
source 'INTERNAL REPO URL'
version '9.50-rc'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller attributechanger
{
Name = "attributechanger"
Version = "9.50-rc"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'attributechanger':
ensure => '9.50-rc',
install_options => ['--prerelease'],
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 21 Dec 2019.
Attribute Changer freeware is a powerful Windows Explorer add-on, available at your fingertips whenever you right-click on files, folders and even drives in Windows Explorer.
Features:
- Right-click Extension - Available whenever you right-click on files, folders and even drives.
- Photo date and time - Modify date and time information stored in digital photos. Add or subtract values and even synchronise with file date and time.
- Attributes, date and time - Modify system attributes and manipulate date and time of files and folders with endless possibilities.
- Detailed reporting - Every file and folder modification is logged and the actions are exportable in a spreadsheet format.
- Filters - Exclude or include objects based on multiple criteria, such as attributes, date, time, size and file- or folder name wildcards.
- Simulation - A Simulation mode features a preview of all modifications in a detailed reporting window before they get applied.
md5: 9F93FCEF8FE8552224D8031079C74FEA | sha1: 1DD89A4CA8AD8337D4E4ECE1E09D4660A5CAA0A3 | sha256: D912F099EDA2428767D800C1B55C6979CE487E978C70183B3783343C0C9C1E9F | sha512: B03AFA2E82C78972A0598BF93728C4F514B06916FC15E23DD75982F7918599BE245D7DBE69CA0B56BCB43AF555C96474897C1B4D72B1572D915532C10F478FDF
$ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Attribute Changer*'
fileType = 'EXE'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes= @(0)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
Uninstall-ChocolateyPackage @packageArgs
Write-Warning ("Uninstalling $packageName puts a computer in a pending reboot state.`n" +
"You should reboot when you can.")
}
} 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)"}
}
From: Installer License Agreement window
LICENSE
End-User license agreement for Attribute Changer
1. Software installation and use
You may install, use, access, run, or otherwise interact with ("Run") one copy of the SOFTWARE on a single or multiple computers. The SOFTWARE may be installed, accessed, displayed, run, shared or used concurrently on or from different computers. These rights are applicable for personal and commercial use of the SOFTWARE.
2. No consequential or other damages
To the maximum extent permitted by applicable law, the author shall not be liable for any other damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the SOFTWARE) even if the author has been advised of the possibility of such damages. To the extent that you could have avoided damages by taking reasonable care, including by backing up your software and other files, the author and its suppliers will not be liable for such damages.
3. Reverse engineering, decompilation and disassembly
You may not reverse engineer, decompile, or disassemble the SOFTWARE.
4. Copyright
All title and intellectual property rights in and to the SOFTWARE are owned by the author.
5. Separation of components
The SOFTWARE is licensed as a single product and its component parts may not be separated.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The installer is available on this page:
https://www.petges.lu/download/
Versions on the site are concluded with a letter, but the nuspec syntax
restricts lettered versions to beta status. This package converts the
letter into a numbered version as identifed below
Direct Download:
Version : 9.50-rc
URL : https://www.petges.lu/pubfiles/ac-950-rc.exe
CheckSum : D912F099EDA2428767D800C1B55C6979CE487E978C70183B3783343C0C9C1E9F
Log in or click on link to see number of positives.
- attributechanger.9.50-rc.nupkg (b919623f2ff6) - ## / 64
- ac-950-rc.exe (d912f099eda2) - ## / 73
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.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Attribute Changer 11.30.3 | 513 | Thursday, October 24, 2024 | Approved | |
Attribute Changer 11.30.1 | 2228 | Thursday, February 22, 2024 | Approved | |
Attribute Changer 11.30.0 | 867 | Tuesday, January 9, 2024 | Approved | |
Attribute Changer 11.20.2 | 1427 | Friday, August 25, 2023 | Approved | |
Attribute Changer 11.10 | 1880 | Sunday, January 8, 2023 | Approved | |
Attribute Changer 11.0 | 2376 | Tuesday, April 19, 2022 | Approved | |
Attribute Changer 11.0-rc3 | 476 | Tuesday, February 15, 2022 | Approved | |
Attribute Changer 11.0-rc2 | 149 | Friday, February 4, 2022 | Approved | |
Attribute Changer 11.0-rc | 250 | Monday, January 10, 2022 | Approved | |
Attribute Changer 11.0-beta2 | 151 | Wednesday, December 29, 2021 | Approved | |
Attribute Changer 10.10.1 | 2541 | Saturday, May 15, 2021 | Approved | |
Attribute Changer 10.10 | 437 | Saturday, May 1, 2021 | Approved | |
Attribute Changer 10.0.1 | 2696 | Monday, September 28, 2020 | Approved | |
Attribute Changer 9.50.1 | 2008 | Sunday, March 8, 2020 | Approved | |
Attribute Changer 9.50 | 718 | Saturday, January 18, 2020 | Approved | |
Attribute Changer 9.50-rc | 211 | Saturday, December 21, 2019 | Approved | |
Attribute Changer 9.10.6 | 419 | Friday, December 20, 2019 | Approved | |
Attribute Changer 9.10.5 | 944 | Tuesday, April 30, 2019 | Approved | |
Attribute Changer 9.10.4 | 518 | Friday, February 8, 2019 | Approved | |
Attribute Changer 9.10.3 | 358 | Monday, December 31, 2018 | Approved | |
Attribute Changer 9.10.2 | 481 | Thursday, August 16, 2018 | Approved | |
Attribute Changer 9.10.1 | 339 | Tuesday, July 17, 2018 | Approved | |
Attribute Changer 9.10 | 327 | Friday, June 15, 2018 | Approved | |
Attribute Changer 9.0.1 | 425 | Thursday, May 10, 2018 | Approved | |
AttributeChanger 7.10.0.20140303 | 1378 | Monday, March 3, 2014 | Approved | |
AttributeChanger 7.10.0.20140111 | 513 | Friday, January 10, 2014 | Approved | |
AttributeChanger 7.10.0.20140110 | 565 | Friday, January 10, 2014 | Approved | |
AttributeChanger 7.10.0.20131108 | 595 | Friday, November 8, 2013 | Approved | |
AttributeChanger 7.10.0.20120925 | 659 | Tuesday, September 25, 2012 | Approved | |
AttributeChanger 7.10.0.20120807 | 620 | Tuesday, August 7, 2012 | Approved | |
AttributeChanger 7.10 | 602 | Monday, July 2, 2012 | Approved | |
AttributeChanger 7.0.0.20120531 | 575 | Thursday, May 31, 2012 | Approved | |
AttributeChanger 7.0.0.20120501 | 508 | Wednesday, May 23, 2012 | Approved | |
AttributeChanger 7.0 | 588 | Saturday, February 25, 2012 | Approved | |
AttributeChanger 6.20 | 569 | Monday, September 19, 2011 | Approved |
Copyright © 1999 - 2018 Romain PETGES
This package has no dependencies.
Ground Rules:
- This discussion is only about Attribute Changer and the Attribute Changer 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 Attribute Changer, 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.