-
Notifications
You must be signed in to change notification settings - Fork 161
Add ability in Set-WindowsExplorerOptions cmdlet to allow for enabling and disabling of check boxes next to items #443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
5 - Released
The issue has been resolved, and released to the public for consumption
Improvement
Issues that enhances existing functionality, or adds new features
Milestone
Comments
@demdante Thanks for the issue. Without any context around this I don't know what this enhancement is. The text 'enabling and disabling of check boxes next to items' doesn't give me enough information. Can you please provide additional information above and some screenshots to help us understand? |
8 tasks
8 tasks
demdante
added a commit
to demdante/boxstarter
that referenced
this issue
Nov 12, 2020
Even though Boxstarter has existing functionality to modify Windows Explorer's settings, the existing functionality did not allow for user's to configure the "Use check boxes to select items" setting. This commit adds that functionality to the existing set-windowsexploreroptions function.
8 tasks
pauby
added a commit
that referenced
this issue
Jan 19, 2021
(GH-443) Adds Windows Explorer item check box view
HolisticDeveloper
pushed a commit
to HolisticDeveloper/boxstarter
that referenced
this issue
Oct 18, 2021
* 'master' of https://github.com/HolisticDeveloper/boxstarter: (58 commits) Update chocolatey uninstall url Fix chocolatey links (chocolateyGH-446) Updates documentation with important info (chocolateyGH-443) Adds Windows Explorer item check box view Even though Boxstarter has existing functionality to modify Windows Explorer's settings, the existing functionality did not allow for user's to configure the "Use check boxes to select items" setting. This commit adds that functionality to the existing set-windowsexploreroptions function. (chocolateyGH-451) more accurate regex (chocolateyGH-451) StopOnPackageFailiure not stripped without RebootCodes (release v2.13.0) Updated version numbers chocolateyGH-444 do not pass StopOnPackageFailure to choco Merge pull request from GHSA-rpgx-h675-r3jf (chocolateyGH-405) Fix package parameter handling (chocolatey#412) (chocolateyGH-434) Fix disabling bing search for Win release 2004+ (chocolatey#438) chocolateygh-435 docs for DelegateChocoSources (build) Replace direct usage of cinst (build) Pin all packages to specific version (build) Remove deprecated package (build) Make project files consistent (build) Pin to specific version of nuget.commandline (build) Remove VS import for web targets (build) Trying to fix AppVeyor build (doc) Update template ...
🎉 This issue has been resolved in version 3.0.0 🎉 The release is available on:
Your GitReleaseManager bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
5 - Released
The issue has been resolved, and released to the public for consumption
Improvement
Issues that enhances existing functionality, or adds new features
Big fan of boxstarter. Use it a lot. One enhancement I would like to see added is the ability to configure windows explorer to enable or disable check boxes next to items in Windows Explorer. These check boxes in Windows Explorer allow for users to select/deselect objects in windows explorer by checking/unchecking the check box next to the file/folder. Think of it as an alternative to holding down the "ctrl" button and selecting multiple items:
As of now, boxstarter does not have this functionality.
Is your feature request related to a problem? Please describe.
No. not related to a problem. Simply an enhancement.
Describe the solution you'd like
I already implemented it. This is simply a formality, as the contributing page indicated a feature request was needed for pull requests.
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: