Horje
how to add exclusion to windows defender command line Code Example
how to add exclusion to windows defender command line
powershell -Command Add-MpPreference -ExclusionPath "C:\tmp"
powershell -Command Add-MpPreference -ExclusionProcess "java.exe"
powershell -Command Add-MpPreference -ExclusionExtension ".java"

powershell -Command Remove-MpPreference -ExclusionExtension ".java"




Shell

Related
git eliminar rama local Code Example git eliminar rama local Code Example
serverless log fucntion Code Example serverless log fucntion Code Example
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance Code Example xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance Code Example
Xcode is not installed or not configured properly. Download, install, set it up and run this script again Code Example Xcode is not installed or not configured properly. Download, install, set it up and run this script again Code Example
how to install kite in ubuntu Code Example how to install kite in ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12