-
-
Notifications
You must be signed in to change notification settings - Fork 13
Add UdeWindowsDefenderRules
Adds Windows Defender exclusion rules for UDE development tools and environments.
Add-UdeWindowsDefenderRules [-Force] [-ProgressAction <ActionPreference>] [<CommonParameters>]
This function configures Windows Defender by adding exclusion rules for processes, paths, and file extensions commonly used in UDE development environments.
This helps to prevent Windows Defender from interfering with development activities.
Add-UdeWindowsDefenderRules
This command adds the necessary Windows Defender exclusion rules for UDE development. If the current session is not running as Administrator, it will fail.
Add-UdeWindowsDefenderRules -Force
This command adds the necessary Windows Defender exclusion rules for UDE development. If the current session is not running as Administrator, it will restart PowerShell with elevated privileges.
Instructs the function to run with elevated (Administrator) privileges. If the current PowerShell session is not running as Administrator, the function will restart PowerShell with elevated privileges.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Mötz Jensen (@Splaxi)