Downloads:
100,966
Downloads of v 2.0:
4,681
Last Update:
05 Oct 2021
Package Maintainer(s):
Software Author(s):
- Luke Blevins
- Yair Aichenbaum
Tags:
uwp fluent-design xaml file-manager files-uwp winui file-explorer foss fluent windows-10 windows-11- 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
Files
This is not the latest version of Files available.
- 1
- 2
- 3
2.0 | Updated: 05 Oct 2021
- 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:
100,966
Downloads of v 2.0:
4,681
Maintainer(s):
Software Author(s):
- Luke Blevins
- Yair Aichenbaum
Files 2.0
This is not the latest version of Files available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Luke Blevins, Yair Aichenbaum. The inclusion of Luke Blevins, Yair Aichenbaum trademark(s), if any, upon this webpage is solely to identify Luke Blevins, Yair Aichenbaum goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Files, run the following command from the command line or from PowerShell:
To upgrade Files, run the following command from the command line or from PowerShell:
To uninstall Files, 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 files --internalize --version=2.0 --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 files -y --source="'INTERNAL REPO URL'" --version="'2.0'" [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 files -y --source="'INTERNAL REPO URL'" --version="'2.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install files
win_chocolatey:
name: files
version: '2.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'files' do
action :install
source 'INTERNAL REPO URL'
version '2.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller files
{
Name = "files"
Version = "2.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'files':
ensure => '2.0',
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 05 Oct 2021.
Welcome to Files
What is Files?
Files is a file manager which leverages the latest features of the Windows platform including Fluent Design, seamless updates, and APIs which enable the performance and lifecycle behavior that users expect. Whether you want to simplify your experience with your files or try something new, Files is a one-stop solution for exploring your files on the fly.
Vision for Files
Our vision for Files is to be fully functional while keeping it simple and easy to use. Whether it's implementing new features, or pushing the boundaries of the platform, your input will help shape the future of Files.
Why should I contribute?
We can confidently assert Files is the platform's best file explorer project to bring your innovations to. We focus heavily on extensibility and code modularity and have no plans to stop doing so. When you contribute to this project, you're helping everyone by fixing reported bugs, adding new features, or correcting existing behavior. These changes are quickly included in the final product for all users to benefit from.
We welcome discussions and contributions on our repository, however to help maintain a healthy community, please check out our code of conduct.
Building Files source
- Install Visual Studio 2019 and the UWP Development Kit.
- Clone the repository and open the
Files.sln
in VS. - Visual Studio will install all missing dependencies.
- Run the
Files.Package
project.
View our Contributing guidelines
FAQ
Have any questions? Check out our documentation site!
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.
"The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an
Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".
The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:
a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the
function or data, the facility still operates, and performs
whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of
this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from
a header file that is part of the Library. You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:
a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
c) For a Combined Work that displays copyright notices during
execution, include the copyright notice for the Library among
these notices, as well as a reference directing the user to the
copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this
License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to
recombine or relink the Application with a modified version of
the Linked Version to produce a modified Combined Work, in the
manner specified by section 6 of the GNU GPL for conveying
Corresponding Source.
1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.
e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is
necessary to install and execute a modified version of the
Combined Work produced by recombining or relinking the
Application with a modified version of the Linked Version. (If
you use option 4d0, the Installation Information must accompany
the Minimal Corresponding Source and Corresponding Application
Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL
for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based
on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it
is a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.
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. Go to https://github.com/files-community/Files/releases/v2.0, and download from there.
AnyArch: https://github.com/files-community/Files/releases/download/v2.0/Files.Package_2.0.0.0_x86_x64.msixbundle
to download the MSIX. You may wish to rename the files.
2. You can use one of the following methods to obtain the SHA512 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum: d2ee9caa09b00094f387fb436d59f0b179081b6f3fa75fb0dabc62db60d75d0abd46d26c381c2546bba781c6e9a21378b497820c74bbe24f3620da6efa6a1352
File 'LICENSE.txt' obtained from:
https://github.com/files-community/Files/blob/v2.0/LICENSE
Get-AppxPackage -Name "49306atecsolution.FilesUWP" | Remove-AppxPackage
md5: D1D567AC8E76F0D0D6A53B2B2D649E3F | sha1: B85A0B9AECF9D0C8269C16B59C27D806D74D3471 | sha256: 737A04527016A4DC5D432D49AAE73CE516CE4A58AC13856D0EAC489B9CD07562 | sha512: D2EE9CAA09B00094F387FB436D59F0B179081B6F3FA75FB0DABC62DB60D75D0ABD46D26C381C2546BBA781C6E9A21378B497820C74BBE24F3620DA6EFA6A1352
Log in or click on link to see number of positives.
- files.2.0.nupkg (73ba4f490856) - ## / 59
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 |
---|---|---|---|---|
files 3.9.1 | 5756 | Thursday, February 6, 2025 | Approved | |
files 3.9.0 | 1064 | Wednesday, January 29, 2025 | Approved | |
files 3.8.0 | 5315 | Saturday, November 23, 2024 | Approved | |
files 3.7.11 | 3668 | Wednesday, October 16, 2024 | Approved | |
files 3.7.7 | 2656 | Sunday, September 15, 2024 | Approved | |
files 3.7.6 | 491 | Thursday, September 12, 2024 | Approved | |
files 3.7.0 | 957 | Wednesday, September 4, 2024 | Approved | |
files 3.6.0 | 2687 | Tuesday, August 6, 2024 | Approved | |
files 3.5.0 | 3554 | Sunday, June 23, 2024 | Approved | |
files 3.4.1 | 2487 | Monday, May 13, 2024 | Approved | |
files 3.4 | 719 | Tuesday, May 7, 2024 | Approved | |
files 3.3 | 3315 | Monday, March 18, 2024 | Approved | |
files 3.2.4 | 1295 | Tuesday, March 12, 2024 | Approved | |
files 3.2.3 | 1096 | Wednesday, February 21, 2024 | Approved | |
files 3.2.2 | 495 | Sunday, February 18, 2024 | Approved | |
files 3.2.1 | 190 | Friday, February 16, 2024 | Approved | |
files 3.2 | 554 | Sunday, February 11, 2024 | Approved | |
files 3.1.1 | 1442 | Monday, January 8, 2024 | Approved | |
files 3.1 | 252 | Sunday, January 7, 2024 | Approved | |
files 3.0.15 | 1568 | Monday, December 4, 2023 | Approved | |
files 3.0.8 | 1115 | Friday, November 17, 2023 | Approved | |
files 3.0.5 | 768 | Monday, November 13, 2023 | Approved | |
files 3.0.3 | 997 | Thursday, November 9, 2023 | Approved | |
files 3.0.2 | 84 | Thursday, November 9, 2023 | Approved | |
files 3.0.1.20231109 | 206 | Thursday, November 9, 2023 | Approved | |
files 3.0.1 | 466 | Tuesday, November 7, 2023 | Approved | |
files 3.0 | 104 | Monday, November 6, 2023 | Approved | |
files 2.5.21 | 3588 | Friday, July 21, 2023 | Approved | |
files 2.5.20 | 190 | Thursday, July 20, 2023 | Approved | |
files 2.5.10 | 740 | Friday, July 7, 2023 | Approved | |
files 2.4.40 | 13953 | Sunday, February 19, 2023 | Approved | |
files 2.4.33 | 1309 | Friday, February 10, 2023 | Approved | |
files 2.4.31 | 419 | Monday, February 6, 2023 | Approved | |
files 2.4.30 | 107 | Sunday, February 5, 2023 | Approved | |
files 2.4.25 | 771 | Tuesday, January 24, 2023 | Approved | |
files 2.4.21 | 763 | Wednesday, January 11, 2023 | Approved | |
files 2.4.20 | 198 | Wednesday, January 11, 2023 | Approved | |
files 2.4.14 | 357 | Sunday, January 8, 2023 | Approved | |
files 2.4.13 | 55 | Sunday, January 8, 2023 | Approved | |
files 2.4.11 | 753 | Thursday, December 29, 2022 | Approved | |
files 2.4.8 | 589 | Thursday, December 22, 2022 | Approved | |
files 2.4.4 | 203 | Tuesday, December 20, 2022 | Approved | |
files 2.4.3 | 217 | Sunday, December 18, 2022 | Approved | |
files 2.4.2 | 402 | Thursday, December 15, 2022 | Approved | |
files 2.4.1 | 136 | Wednesday, December 14, 2022 | Approved | |
files 2.4 | 297 | Monday, December 12, 2022 | Approved | |
files 2.3.12 | 3140 | Friday, September 23, 2022 | Approved | |
files 2.3.11 | 1416 | Thursday, August 25, 2022 | Approved | |
files 2.3.7 | 1172 | Monday, August 15, 2022 | Approved | |
files 2.3.6 | 718 | Sunday, August 7, 2022 | Approved | |
files 2.3.5 | 234 | Friday, August 5, 2022 | Approved | |
files 2.3 | 1386 | Thursday, June 23, 2022 | Approved | |
files 2.1.24 | 2353 | Monday, April 11, 2022 | Approved | |
files 2.1.15 | 1439 | Thursday, February 24, 2022 | Exempted | |
files 2.1.13.20220222 | 94 | Tuesday, February 22, 2022 | Approved | |
Files 2.0 | 4681 | Tuesday, October 5, 2021 | Approved |
Copyright © 2018-2021 Luke Blevins, Copyright © 2019-2021 Yair Aichenbaum
New Features
Added a column view layout (#4176)
Added proper support for libraries (#4134)
Redesigned the right click context menu (#4406)
Added the option to open Storage Sense when a disk is almost full (#4409)
Added a drill-in animation to homepage navigation (#4293)
Improved item enumeration speed (#4199)
The share flyout now uses the app theme (#4427)
Enable search on the new tab page to search all drives (#5969)
Improved the preview pane design (#4445)
Added the option to search unindexed items at the bottom of the search results page (#4466)
Added details when copying, moving & deleting items (#4411)
Added option to open the themes folder from the settings page (#4498)
Improved behavior when opening new tabs (#4549)
Added an option to paste when right clicking on a directory (#4541)
Allow dragging items without selecting them first (#4626)
Added advanced options for solving conflicts when transferring files (#4519)
Added the ability to create a folder with the current selection (#4672)
Display more details when hovering the mouse over a file (#4443)
Added optional check boxes for selecting items (#4685)
Clicking the up button in the root directory now navigates to the home page (#4717)
Added support for searching in libraries (#4716)
Added a setting to always open folders in a new tab (#4365)
Added support for using executables as drop targets (#4737)
Added support for grouping folder contents (#4826)
Added Ctrl+F shortcut to open the search box (#4942)
Added keyboard shortcuts for changing the layout mode (#4809)
Added support for copying, moving, and renaming items as administrator (#4986)
Auto refresh network folders when content changes (#4999)
Moved settings page to a dialog (#5077)
Auto hide cloud section when no cloud drives are detected (#5082)
Added the option to use middle click to scroll (#5065)
Added overflow support to the toolbar (#5102)
Added a security page to the properties dialog (#5114)
Added F11 shortcut to switch to full-screen view (#5152)
Improved adaptive layout behavior (#5140)
Moved the loading indicator to the tab item (#5192)
Added the ability to open and close the sidebar by resizing it (#5006)
Add Ctrl+Shift+Tab shortcut to select previous tab (#5245)
Added a dialog for extracting archives (#5175)
Added options to hide/show sections on the sidebar (#5328)
Added compact overlay mode (#5266)
Added support for canceling a file operation, improved the speed and reliability of file operations (#5342)
Automatically preview readme files when no file is selected (#5393)
Added context menu option to Bundles to add items directly to a Bundle (#5475)
Improved startup time (#5561)
Added open with flyout to the right click context menu (#5708)
Added experimental support for file Tags (#5629)
Added FTP support (#5627)
Shell items are now displayed in the sidebar context menu (#5836)
Bug Fixes
Fixed an issue where menu items were sometimes hidden (#4277)
Fixed an issue with loading custom themes (#4322)
Fixed an issue where images wouldn't always be saved with the right encoding (#4669)
Fixed an issue where Files would crash when using a high contrast theme (#4969)
Fixed an issue where the Recycle Bin folder would appear empty on start or new tab opening (#5270)
-
- vcredist140 (≥ 14.20.27508.1)
Ground Rules:
- This discussion is only about Files and the Files 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 Files, 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.