Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

27,759

Downloads of v 11.0-rc2:

133

Last Update:

04 Feb 2022

Package Maintainer(s):

Software Author(s):

  • Romain Petges

Tags:

attributechanger attribute timestamp touch explorer shell extension embedded

Attribute Changer

This is a prerelease version of Attribute Changer.

  • 1
  • 2
  • 3

11.0-rc2 | Updated: 04 Feb 2022

Downloads:

27,759

Downloads of v 11.0-rc2:

133

Maintainer(s):

Software Author(s):

  • Romain Petges

Attribute Changer 11.0-rc2

This is a prerelease version of Attribute Changer.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

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:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade attributechanger -y --source="'INTERNAL REPO URL'" --version="'11.0-rc2'" --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="'11.0-rc2'" --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: '11.0-rc2'
    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  '11.0-rc2'
  options  '--prerelease'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller attributechanger
{
    Name        = "attributechanger"
    Version     = "11.0-rc2"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'attributechanger':
  ensure          => '11.0-rc2',
  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.

Package Approved

This package was approved as a trusted package on 04 Feb 2022.

Description

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.

tools\ac-11_00-rc2.exe
md5: 6EEA11ACC9DC35B642A94777425F70F7 | sha1: E31C52B21D72E81EFD866062A50F64C8D37A341C | sha256: 86C4FD9D8F2EDD35B9A4AA8955EC947D7273C227BA42567A43B5B0D783B7E75D | sha512: F9A76526AF8F7F6FEC02295C9B9F6C18FB5A2D654BED44EAFD8BBDDA0298FE2A746C2700F6EC906ABD282BDB90554E1BA6E07404BFEB5677CDF4E4206E25553D
tools\AttributeChanger_Distribution_Permission.pdf
md5: A8309D7AA9D6A59714B2205C329DE426 | sha1: 1AEC3FBDAE359BF47FEC33A737860DE746DCDA1B | sha256: 741CDB15B9032FBEAEE58055937796CE996A8CDF9B33F17FBDCB4B4FEEE3D608 | sha512: 0E62DBEFE548367CD275AA3013FF47DEA343C1AB83F9A0A6954B23ACAC42F0E8066E92885A08CD1A3432160597BB3906D580F51E0843B454D6753A62415B9660
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'  # stop on all errors

$toolsDir   = Split-Path -parent $MyInvocation.MyCommand.Definition
$InstallFile = Get-ChildItem -Path $toolsDir -Filter '*.exe' | Sort-Object LastWriteTime | Select-Object -Last 1

$InstallArgs = @{
   packageName    = $env:ChocolateyPackageName
   FileType       = 'exe'
   File           = $InstallFile.FullName
   silentArgs     = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
   validExitCodes = @(0)
}

Install-ChocolateyInstallPackage @InstallArgs
Remove-Item $InstallFile.FullName -ea 0 -force
tools\chocolateyuninstall.ps1
$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)"}
}


tools\LICENSE.md
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.
tools\VERIFICATION.txt
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 : 11.0-rc2
URL     : https://www.petges.lu/pubfiles/ac-11_00-rc2.exe
SHA-256 : 86C4FD9D8F2EDD35B9A4AA8955EC947D7273C227BA42567A43B5B0D783B7E75D


Log in or click on link to see number of positives.

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.0 850 Tuesday, January 9, 2024 Approved
Attribute Changer 11.20.2 1413 Friday, August 25, 2023 Approved
Attribute Changer 11.10 1858 Sunday, January 8, 2023 Approved
Attribute Changer 11.0 2360 Tuesday, April 19, 2022 Approved
Attribute Changer 11.0-rc3 458 Tuesday, February 15, 2022 Approved
Attribute Changer 11.0-rc2 133 Friday, February 4, 2022 Approved
Attribute Changer 11.0-rc 234 Monday, January 10, 2022 Approved
Attribute Changer 11.0-beta2 135 Wednesday, December 29, 2021 Approved
Attribute Changer 10.10.1 2525 Saturday, May 15, 2021 Approved
Attribute Changer 10.10 420 Saturday, May 1, 2021 Approved
Attribute Changer 10.0.1 2673 Monday, September 28, 2020 Approved
Attribute Changer 9.50.1 1978 Sunday, March 8, 2020 Approved
Attribute Changer 9.50 701 Saturday, January 18, 2020 Approved
Attribute Changer 9.50-rc 191 Saturday, December 21, 2019 Approved
Attribute Changer 9.10.6 396 Friday, December 20, 2019 Approved
Attribute Changer 9.10.5 923 Tuesday, April 30, 2019 Approved
Attribute Changer 9.10.4 490 Friday, February 8, 2019 Approved
Attribute Changer 9.10.3 339 Monday, December 31, 2018 Approved
Attribute Changer 9.10.2 456 Thursday, August 16, 2018 Approved
Attribute Changer 9.10.1 319 Tuesday, July 17, 2018 Approved
Attribute Changer 9.10 300 Friday, June 15, 2018 Approved
Attribute Changer 9.0.1 400 Thursday, May 10, 2018 Approved
AttributeChanger 7.10.0.20140303 1355 Monday, March 3, 2014 Approved
AttributeChanger 7.10.0.20140111 485 Friday, January 10, 2014 Approved
AttributeChanger 7.10.0.20140110 545 Friday, January 10, 2014 Approved
AttributeChanger 7.10.0.20131108 571 Friday, November 8, 2013 Approved
AttributeChanger 7.10.0.20120925 620 Tuesday, September 25, 2012 Approved
AttributeChanger 7.10.0.20120807 591 Tuesday, August 7, 2012 Approved
AttributeChanger 7.10 578 Monday, July 2, 2012 Approved
AttributeChanger 7.0.0.20120531 547 Thursday, May 31, 2012 Approved
AttributeChanger 7.0.0.20120501 488 Wednesday, May 23, 2012 Approved
AttributeChanger 7.0 548 Saturday, February 25, 2012 Approved
AttributeChanger 6.20 547 Monday, September 19, 2011 Approved

This package has no dependencies.

Discussion for the Attribute Changer Package

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.
comments powered by Disqus