From 4655b845993f046d8be203301c5a3ecbe24d11dd Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 26 Sep 2024 13:54:19 +0200 Subject: [PATCH] Install Bitwarden for all users --- scripts/Windows/Scripts/Deployment.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/Windows/Scripts/Deployment.ps1 b/scripts/Windows/Scripts/Deployment.ps1 index 678b6875..6ab6eb9f 100644 --- a/scripts/Windows/Scripts/Deployment.ps1 +++ b/scripts/Windows/Scripts/Deployment.ps1 @@ -135,10 +135,11 @@ function Deploy-SoftwareAction { 7zip ` chocolateygui ` DefaultProgramsEditor ` - bitwarden ` keepass ` ; + Install-ChocoPackage bitwarden -ArgumentList '--install-arguments="/ALLUSERS=1"' + Install-WingetPackage ` SomePythonThings.WingetUIStore ` ;