-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
scoop checkup needs to check first #4591
Comments
What is the output of |
it's a bug with latest windows security (defender)
> scoop checkup
WARN Windows Defender may slow down or disrupt installs with realtime scanning.
Consider running:
sudo Add-MpPreference -ExclusionPath 'C:\Users\HUMOR\scoop'
(Requires 'sudo' command. Run 'scoop install sudo' if you don't have it.)
WARN Windows Defender may slow down or disrupt installs with realtime scanning.
Consider running:
sudo Add-MpPreference -ExclusionPath 'C:\ProgramData\scoop'
(Requires 'sudo' command. Run 'scoop install sudo' if you don't have it.)
WARN Found 2 potential problems.
> sudo powershell
> (Get-MpPreference).exclusionPath
C:\Users\HUMOR\scoop
> scoop checkup
WARN Windows Defender may slow down or disrupt installs with realtime scanning.
Consider running:
sudo Add-MpPreference -ExclusionPath 'C:\ProgramData\scoop'
(Requires 'sudo' command. Run 'scoop install sudo' if you don't have it.)
WARN Found 1 potential problem. |
in my opinion, these two checks should be removed or downgrade from WARN to DEBUG/DEV. we cannot guarantee that all apps/scripts/addons/extensions are secure. (includes official buckets/scoop itself, related: #4551) |
Closed
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having "fixed" the problems, I still have them as far as
scoop checkup
is concerned.The text was updated successfully, but these errors were encountered: