* Downgrade defender checks from `warn` to `info`
* checkup update
- Skip `check_windows_defender` when have not admin privileges
- Separate defender issues($defenderIssues)
- Security Tips
* Skip check for `ExclusionPath` if defender realtime protect is disabled
* elif
* CHANGELOG
* Added the check for the Windows version.
* Apply suggestions from code review
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
* Additional lines added by GitHubs suggestion system removed. Function for the version check removed. If-condition adjusted to check for Major and Build version.
* TIL Windows 8.1 = major version 6, Windows 10 = major version 10.
* Update diagnostic.ps1
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Ross Smith II <ross@smithii.com>
- Add preparing changes for extracting the main bucket to https://github.com/scoopinstaller/scoop-main
- Download main bucket on installation
- Add check_main_bucket function
- Add main bucket to buckets.json
- Add docker-compose.yml with default debugging image
- Remove old TODOs
- Refactor bucketdir -> Find-BucketDirectory
- Remove redundant .vscode settings