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:

2,704

Downloads of v 4.1.3.20240121:

67

Last Update:

21 Jan 2024

Package Maintainer(s):

Software Author(s):

  • Softorino Ltd.

Tags:

foldercolorizer folder color

Folder Colorizer

  • 1
  • 2
  • 3

4.1.3.20240121 | Updated: 21 Jan 2024

Downloads:

2,704

Downloads of v 4.1.3.20240121:

67

Software Author(s):

  • Softorino Ltd.

Folder Colorizer 4.1.3.20240121

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Folder Colorizer, run the following command from the command line or from PowerShell:

>

To upgrade Folder Colorizer, run the following command from the command line or from PowerShell:

>

To uninstall Folder Colorizer, 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 foldercolorizer -y --source="'INTERNAL REPO URL'" [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 foldercolorizer -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install foldercolorizer
  win_chocolatey:
    name: foldercolorizer
    version: '4.1.3.20240121'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'foldercolorizer' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '4.1.3.20240121'
end

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


cChocoPackageInstaller foldercolorizer
{
    Name     = "foldercolorizer"
    Version  = "4.1.3.20240121"
    Source   = "INTERNAL REPO URL"
}

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


package { 'foldercolorizer':
  ensure   => '4.1.3.20240121',
  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 27 Jan 2024.

Description

Introducing the 2nd iteration of our critically-acclaimed Folder Colorizer. Originally introduced in 2011. The innovation in Folder Colorizer was its straightforward user experience – ability to change folder colour in 1-click, as if it’s pre-built into the system. Now this seems obvious, but in 2011 it was first of its kind. This tiny detail drew extreme attention & organic popularity to the product. Today, it’s reaching 5 million downloads.
All of this makes Folder Colorizer 2 a perfect way to organize your workflow. Easily label your important folders, improve your navigation & boost your productivity. It’s free!
We’re proud that the original concept & design of Folder Colorizer 2 is setting a new bar for the entire category of compact Windows Utility Software.

The Result

Your boringly-yellow default Windows folders become colorful & fun. Now you can choose from millions of colors. And your folders will suddenly look like these:

screenshot


legal\LICENSE.txt

From: https://softorino.com/license-agreement

LICENSE

SOFTORINO.

END USER LICENSE AGREEMENT FOR SOFTORINO PRODUCTS

Single Use License for Use on Windows® Systems

PLEASE READ THIS END USER LICENSE AGREEMENT ("LICENSE") CAREFULLY BEFORE INSTALLING OR USING SOFTORINO SOFTWARE (“SOFTWARE”). BY INSTALLING OR USING THE SOFTWARE, YOU ARE AGREEING TO BE BOUND BY THE TERMS OF THIS LICENSE. IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENSE, DO NOT INSTALL 0R USE THE SOFTWARE AND RETURN THE ENTIRE PACKAGE INTACT, IN THE ORIGINAL WRAPPING, TO YOUR DEALER FOR A FULL REFUND.

1. DEFINITIONS
When used in this Agreement, the following terms shall have the respective meanings indicated, such meanings to be applicable to both the singular and plural forms of the terms defined:

"Licensor" means Softorino.

"Licensee" means You or Your Company, unless otherwise indicated.

"Software" means (a) all of the contents of the files, disk(s), CD-ROM(s) or other media with which this Agreement is provided, including but not limited to ((i) registration information, i.e. License key which is unique for a registration name of the Licensee; (ii) related explanatory written materials or files ("Documentation"); and (iii) Software setup files and code samples (if any); and (b) upgrades, modified versions, updates, additions, and copies of the Software, if any, licensed to you by Softorino (collectively, "Updates").

 "Use" or "Using" means to access, install, download, copy or otherwise benefit from using the functionality of the Software in accordance with the Documentation.

 "System" means Windows OS.

2. GENERAL USE 
You are granted a non-exclusive License to Use the downloaded Software for any purposes for an unlimited period of time.
The software product under this License is provided free of charge. Even though a license fee is not paid for the use of such software, it does not mean that there are no conditions for using such software.

2.1. The Software may be installed and Used by the Licensee for any legal purpose.
2.2. The Software may be installed and Used by the Licensee on any number of systems.
2.3. The Software can be copied and distributed under the condition that original copyright notice and disclaimer of warranty will stay intact and the Licensee will not charge money or fees for the Software product, except to cover distribution costs.
2.4. The Licensee will not have any proprietary rights in and to the Software. The Licensee acknowledges and agrees that the Licensor retains all copyrights and other proprietary rights in and to the Software.
2.5 Use within the scope of this License is free of charge and no royalty or licensing fees shall be paid by the Licensee.

3. INTELLECTUAL PROPERTY RIGHTS
3.1 This License does not transmit any intellectual rights on the Software. The Software and any copies that the Licensee is authorized by the Licensor to make are the intellectual property of and are owned by the Licensor. 
3.2 The Software is protected by copyright, including without limitation by Copyright Law and international treaty provisions. 
3.3 Any copies that the Licensee is permitted to make pursuant to this Agreement must contain the same copyright and other proprietary notices that appear on or in the Software. 
3.4 The structure, organization and code of the Software are the valuable trade secrets and confidential information of the Licensor. The Licensee agrees not to decompile, disassemble or otherwise attempt to discover the source code of the Software.
3.5 Any attempts to reverse-engineer, copy, clone, modify or alter in any way the installer program without the Licensor's specific approval are strictly prohibited. The Licensee is not authorized to use any plug-in or enhancement that permits to save modifications to a file with software licensed and distributed by the Licensor.
3.6 Any information supplied by the Licensor or obtained by the Licensee, as permitted hereunder, may only be used by the Licensee for the purpose described herein and may not be disclosed to any third party or used to create any software which is substantially similar to the expression of the Software.
3.7 Trademarks shall be used in accordance with accepted trademark practice, including identification of trademarks owners' names. Trademarks can only be used to identify printed output produced by the Software and such use of any trademark does not give the Licensee any rights of ownership in that trademark.

4. WARRANTY
4.1 The Licensor warrants that:
4.1.1 Softorino owns the Software and documentation and/or is in possession of valid and existing licenses that support the terms of this Agreement; 
4.1.2 to the best of the Licensor's knowledge, the Software does not infringe upon or violate any intellectual property right of any third party;
4.1.3 the Software does not contain any routine, intentionally designed by the Licensor to disable a computer program, or computer instructions that may alter, destroy or inhibit the processing environment.

4.2 Except those warranties specified in section 4.1 above, the Software is being delivered to the Licensee "AS IS" and the Licensor makes no warranty as to its use or performance.

The Licensor does not and cannot warrant the performance or results the Licensee may obtain by using the Software. The entire risk arising out of use or performance of the Software remains with the Licensee.

The Licensor gives no warranty, express or implied, that (i) the Software will be of satisfactory quality, suitable for any particular purpose or for any particular use under specified conditions, notwithstanding that such purpose, use, or conditions may be known to the Licensor; or (ii) that the Software will operate error free or without interruption or that any errors will be corrected.

5. LIMITATION OF LIABILITY
In no event will the Licensor be liable for any damages, claims or costs whatsoever or any consequential, indirect, incidental damages, or any lost profits or lost savings, even if the Licensor has been advised of the possibility of such loss, damages, claims or costs or for any claim by any third party. 

In no event will the Licensee be liable to the Licensor on condition that the Licensee complies with all terms and conditions stated in this License.

6. NON-WAIVER
If a portion of this agreement is held unenforceable, the remainder shall be valid. It means that if one section of the Agreement is not lawful, the rest of the Agreement is still in force. A party's failure to exercise any right under this Agreement will not constitute a waiver of (a) any other terms or conditions of this Agreement, or (b) a right at any time thereafter to require exact and strict compliance with the terms of this Agreement.
legal\VERIFICATION.txt
VERIFICATION
 
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
Package can be verified like this:
 
1. Download:
 
   x32: https://ushining.softorino.com/shine_uploads/foldercolorizer2windows_4.1.3.exe
   x64: https://ushining.softorino.com/shine_uploads/foldercolorizer2windows_4.1.3.exe
  
2. You can use one of the following methods to obtain the SHA256 checksum:
   - Use powershell function 'Get-FileHash'
   - Use Chocolatey utility 'checksum.exe'
 
   checksum type: sha256
   checksum32: 25A7B84796F7ABF59FEE13396155324CCF6EEC37C4C6345EF2D799FB7522327D
   checksum64: 25A7B84796F7ABF59FEE13396155324CCF6EEC37C4C6345EF2D799FB7522327D
 
File 'LICENSE.txt' is obtained from:
   https://softorino.com/license-agreement
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
  packageName = $env:ChocolateyPackageName
  file        = "$toolsDir\foldercolorizer2windows_4.1.3.exe"
  silentArgs  = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
}

Install-ChocolateyInstallPackage @packageArgs
tools\foldercolorizer2windows_4.1.3.exe
md5: AB6A54ABF732ACE6030AFA96EE472D3C | sha1: 79189BD875A674EC5A00123BEF7E4DC429915DC4 | sha256: 25A7B84796F7ABF59FEE13396155324CCF6EEC37C4C6345EF2D799FB7522327D | sha512: 2E00FBE96BC431F8A8AA9C348677B81F8844453066A81A1CC9834F59B071EEF40283E142AEC1B7E20024D9BC17245EF5EFBF591A4EE02E33D76107AD47ECA93E

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
Folder Colorizer 2.4.0 981 Friday, December 13, 2019 Approved
Folder Colorizer 2.3.8 274 Tuesday, September 3, 2019 Approved
Folder Colorizer 2.3.7 235 Monday, July 22, 2019 Approved
Folder Colorizer (Install) 2.0.10 582 Sunday, March 18, 2018 Approved
Folder Colorizer (Install) 1.4.7 454 Monday, October 16, 2017 Approved

This package has no dependencies.

Discussion for the Folder Colorizer Package

Ground Rules:

  • This discussion is only about Folder Colorizer and the Folder Colorizer 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 Folder Colorizer, 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