From 79d3fd4d2d92285bbaf5fecb520d8cdcdc3c5afe Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 28 Jul 2023 11:52:47 +0200 Subject: [PATCH] Remove GeForce desktop icon --- profiles/DerGeret/Windows/Drivers.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/DerGeret/Windows/Drivers.ps1 b/profiles/DerGeret/Windows/Drivers.ps1 index eaeab33cc..f42773f57 100644 --- a/profiles/DerGeret/Windows/Drivers.ps1 +++ b/profiles/DerGeret/Windows/Drivers.ps1 @@ -22,6 +22,7 @@ function Install-PortValhallaDrivers { choco install -y geforce-game-ready-driver icue wavelink; $context.RemoveDesktopIcon("*Wave Link*"); + $context.RemoveDesktopIcon("*GeForce*"); } function Install-PersonalDrivers {