5 lines
261 B
PowerShell
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)
|