Search found 1 match
- 31 Mar 2011 08:48
- Forum: DOS Batch Forum
- Topic: How to get GUID ID to change display setting
- Replies: 1
- Views: 3712
How to get GUID ID to change display setting
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 i...