From 3e2f389fc32b4b3ffade4b52d4ba8d69f41df96c Mon Sep 17 00:00:00 2001 From: Jakob Date: Tue, 29 Aug 2023 15:44:32 +0200 Subject: [PATCH] Remove DCH warning, force update to DCH --- EnvyUpdate/Util.cs | 7 +------ README.md | 6 ------ 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/EnvyUpdate/Util.cs b/EnvyUpdate/Util.cs index 57fb82d..2c7a895 100644 --- a/EnvyUpdate/Util.cs +++ b/EnvyUpdate/Util.cs @@ -421,12 +421,7 @@ namespace EnvyUpdate } public static int GetDTCID() { - int dtcid = 0; - if (IsDCH()) - { - dtcid = 1; - } - return dtcid; + return 1; // Force update to DCH drivers } public static int GetDTID() diff --git a/README.md b/README.md index 4aef543..1172a2f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,5 @@ ![Logo](https://github.com/fyr77/envyupdate/blob/master/res/banner_bg.png?raw=true) -# Important Information - -Nvidia has discontinued non-DCH drivers. This means only Windows 10 and Windows 11 can get the most recent driver versions. - -If you are running Standard (non-DCH) drivers right now, EnvyUpdate will **NOT** display newer driver versions until you have manually updated to DCH drivers. - # EnvyUpdate A small portable update checker application for Nvidia GPUs