Remove DCH warning, force update to DCH
This commit is contained in:
parent
72a714e1f4
commit
3e2f389fc3
2 changed files with 1 additions and 12 deletions
|
@ -421,12 +421,7 @@ namespace EnvyUpdate
|
||||||
}
|
}
|
||||||
public static int GetDTCID()
|
public static int GetDTCID()
|
||||||
{
|
{
|
||||||
int dtcid = 0;
|
return 1; // Force update to DCH drivers
|
||||||
if (IsDCH())
|
|
||||||
{
|
|
||||||
dtcid = 1;
|
|
||||||
}
|
|
||||||
return dtcid;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int GetDTID()
|
public static int GetDTID()
|
||||||
|
|
|
@ -1,11 +1,5 @@
|
||||||

|

|
||||||
|
|
||||||
# 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
|
# EnvyUpdate
|
||||||
A small portable update checker application for Nvidia GPUs
|
A small portable update checker application for Nvidia GPUs
|
||||||
|
|
||||||
|
|
Reference in a new issue