Files
management-scripts/Fix-OutlookUnblockAttachmentTypes.ps1
2024-01-05 14:14:45 -05:00

5 lines
261 B
PowerShell

# Note: $FileTypes must be set by the calling script
# Unblock attachment types
[Microsoft.Win32.Registry]::SetValue("HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\Security","Level1Remove","${FileTypes}",[Microsoft.Win32.RegistryValueKind]::String)