Skip to content

Instantly share code, notes, and snippets.

@belotn
Last active December 15, 2015 11:38
Show Gist options
  • Save belotn/5253907 to your computer and use it in GitHub Desktop.
Save belotn/5253907 to your computer and use it in GitHub Desktop.
One liner ; une seul instance d'appli par utilisateur
get-xaapplication | where { $_.MultipleInstancesPerUserAllowed -eq $True } |%{ set-xaapplication -InputObject $_ -MultipleInstancesPerUserAllowed $false }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment