Cambio de registro para establecer la resolución de pantalla

3

¿En qué parte del Registro mantiene Windows la resolución de pantalla? Encontré esto, pero no estoy seguro de si es relevante:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\{1A3EB677-F210-43AE-85B9-C6964FF59BF6}\0000]
"HighResBootCompatible"=dword:00000000
"InstalledDisplayDrivers"=hex(7):76,00,67,00,61,00,00,00,66,00,72,00,61,00,6d,\
  00,65,00,62,00,75,00,66,00,00,00,76,00,67,00,61,00,32,00,35,00,36,00,00,00,\
  76,00,67,00,61,00,36,00,34,00,6b,00,00,00,00,00
"VgaCompatible"=dword:00000001
"Device Description"="Standard VGA Graphics Adapter"
"HardwareInformation.ChipType"=hex:41,00,54,00,49,00,20,00,45,00,53,00,31,00,\
  30,00,30,00,30,00,00,00
"HardwareInformation.AdapterString"=hex:56,00,47,00,41,00,00,00
"HardwareInformation.DacType"=hex:38,00,20,00,62,00,69,00,74,00,00,00
"HardwareInformation.BiosString"=hex:30,00,31,00,2e,00,30,00,30,00,00,00
"HardwareInformation.MemorySize"=hex:00,00,00,01
felix0000
fuente
@ Moab Gracias por su ayuda, pero no resuelve mi problema.
felix0000

Respuestas:

2

Compruébalo aquí

http://windows7themes.net/en-us/how-to-change-screen-resolution-in-windows-7-via-shortcut-or-registry/

o

Inicio ----> Ejecutar ---> regedit

Abierto:

Mi computadora ---> HKEY_CURRENT_CONFIG ---> Sistema ---> CurrentControlSet ---> Control ---> VIDEO ---> (expanda todo hasta que vea 'Monitor')

Localizar: Nombre Tipo Datos

DefaultSetting.XResolution REG_DWORD 0x00000400 (1024)

DefaultSetting.YResolution REG_DWORD 0x00000300 (768)

Desarrollador
fuente
44
Hmm, parece que no hay una sección de VIDEO en Windows 10.
Rev1.0
1
No sé por qué, pero en mi computadora con Windows 7, era HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Hardware Profiles / UnitedVideo / CONTROL / VIDEO.
ulatekh