How to get GUID ID to change display setting
Posted: 31 Mar 2011 08:48
Hey,
I'm trying to find the way to get GUIDs number of my display to change the setting by a batch.
So, that I tried and isn't working:
FOR /F "tokens=2 delims={}" %%a in ('REG QUERY "HKLM\SYSTEM\CurrentControlSet\Control\Video" /s /f') DO SET VIDEOCARD=%%a
ECHO Video Card GUID is: %VIDEOCARD%
Somebody can help me please
Thanks in advance
I'm trying to find the way to get GUIDs number of my display to change the setting by a batch.
So, that I tried and isn't working:
FOR /F "tokens=2 delims={}" %%a in ('REG QUERY "HKLM\SYSTEM\CurrentControlSet\Control\Video" /s /f') DO SET VIDEOCARD=%%a
ECHO Video Card GUID is: %VIDEOCARD%
Somebody can help me please
Thanks in advance