{"id":13780026,"url":"https://github.com/Microsoft/winfile","last_synced_at":"2025-05-11T13:31:25.459Z","repository":{"id":37663430,"uuid":"127789081","full_name":"microsoft/winfile","owner":"microsoft","description":"Original Windows File Manager (winfile) with enhancements","archived":false,"fork":false,"pushed_at":"2024-07-21T07:34:25.000Z","size":2929,"stargazers_count":6845,"open_issues_count":62,"forks_count":708,"subscribers_count":215,"default_branch":"master","last_synced_at":"2024-11-11T13:50:13.253Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-02T17:27:37.000Z","updated_at":"2024-11-10T07:21:12.000Z","dependencies_parsed_at":"2023-02-19T03:10:17.164Z","dependency_job_id":"a50def5e-890c-4672-96ef-b9f72aa80fad","html_url":"https://github.com/microsoft/winfile","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fwinfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fwinfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fwinfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fwinfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/winfile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225056757,"owners_count":17414202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T18:01:11.601Z","updated_at":"2025-05-11T13:31:25.437Z","avatar_url":"https://github.com/microsoft.png","language":"C","readme":"\n\n# Announcement: Repository to be archived on March 1, 2025\nWe realize this may come as a shock and disappointment to our contributors but we simply do not have the expertise or resources within the organization to continue to maintain this project. \nWhile you may continue to work on your own private fork, remember that use of archived repositories are more risky from a security standpoint and caution should be taken. \n\n# ![icon](winfile.png) Windows File Manager (WinFile)\n\nThe Windows File Manager lives again and runs as a native x86, x64 and arm64 desktop app\non all currently supported version of Windows, including Windows 11. I welcome your thoughts, comments and suggestions.\n\nThere are two primary versions of the source code in the master branch:\n\n1. original_plus tag: refers to the source for WinFile as of Windows NT4 with minimal changes\nso that it compiles with Visual Studio and runs on current Windows.\n\n2. current master: actively developed branch that consists of enhancements and additions to WinFile.\n\nI will consider bugs fixes and suggestions for minor changes to the master branch. Feel free to create a pull request or post issues as you see fit.\n\nI will not be changing the original_plus sources nor creating other branches for other purposes.\nYou are welcome to do that on your own.\n\n## Download The App\n\nIf you are running Windows 10, you can download the app from the store\n\n\u003ca href=\"https://www.microsoft.com/store/apps/9p7vbbbc49rb?ocid=badge\"\u003e\u003cimg src=\"https://developer.microsoft.com/store/badges/images/English_get-it-from-MS.png\" alt=\"Get it from Microsoft\" width=\"150px\"\u003e\u003c/a\u003e\n\nIf you just want to download the WinFile application without worrying about compiling from the source code, we have a number of pre-compiled versions available.\n\nPlease select the version which you would like to download.\n\n- [Chocolatey release](https://chocolatey.org/packages/winfile)\n\n- Winget release: `winget install \"Windows File Manager\"`\n\n- [MSYS2 release](https://packages.msys2.org/base/mingw-w64-winfile)\n\n- [Latest Release on Github (v10.3.0.0)](https://github.com/microsoft/winfile/releases/latest)\n\nTo see more release binaries, including of older versions, [see the releases page](https://github.com/Microsoft/winfile/releases).\n\n## History\n\nThe Windows File manager was originally released with Windows 3.0 in the early 1990s.  You\ncan read more about the history at https://en.wikipedia.org/wiki/Windows_File_Manager .\n\n## Change history\n\nHighlights of changes in each release are in [CHANGES.md](CHANGES.md).\n\n## What it looks like\n# ![Winfile](winfilescreenshot.png)\n\n## Contributing\n\n### Contributor License Agreement\nAs mentioned above, this project welcomes contributions and suggestions.  Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.microsoft.com.\n\nWhen you submit a pull request, a CLA-bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n### What Makes a Good Pull Request for WinFile?\nIf you are interested in contributing and/or suggesting changes to the actual application, you might find it helpful to [read this post first](https://github.com/Microsoft/winfile/issues/88).\n\n## License\n\nCopyright (c) Microsoft Corporation. All rights reserved.\n\nLicensed under the [MIT](LICENSE) License.\n","funding_links":[],"categories":["Languages"],"sub_categories":["C"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMicrosoft%2Fwinfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMicrosoft%2Fwinfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMicrosoft%2Fwinfile/lists"}