Sistema Win10 para restaurar el método tradicional del panel de control de Win7

  

Muchos usuarios de Win10 encontraron que no se pudo encontrar el panel de control, porque el panel de control de Win10 estaba virtualizado. Win10 no tiene panel de control como Win7 y Win8. Sin el panel de control, muchas personas se sienten incómodas, ¿hay alguna forma de encontrar el mismo panel de control que Win7 en el sistema Win10?

De hecho, Microsoft no ha eliminado por completo la interfaz tradicional y aún puede usar el registro para recuperarla. Al agregar un menú del botón derecho, no solo se pueden devolver las configuraciones tradicionales, sino que también se puede acceder a las configuraciones relacionadas.

El código específico es el siguiente:

Windows Registry Editor Version 5.00

; creado por http://winaero.com, reeditado por http://ithome.com

[HKEY_CLASSES_ROOT \\ DesktopBackground \\ Shell \\ Apariencia]

" MUIVerb y " = " personalización y "

" subcomandos y " = " Fondo de pantalla, los colores, los sonidos; salvapantallas; Iconos y "

" icono y " = " desk.cpl y "

" Posición y " = " inferior y "

[HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ CommandStore \\ shell \\ salvapantallas]

@ = " protector y " pantalla;

" Posición y " = " inferior y "

" Icono y " = " desk.cpl y "

[HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ CommandStore \\ shell \\ Salvapantallas \\ Command]

@ = " rundll32.exe shell32.dll , Control_RunDLL desk.cpl, salvapantallas, @screensa ver y "

[HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ CommandStore \\ shell \\ Sonidos]

@ = " sonido y "

" Posición y " = " inferior y "

" Icono y " = " mmsys.cpl y "

[HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ CommandStore \\ shell \\ Sounds \\ Command]

@ = " rundll32.exe shell32.dll, Control_RunDLL mmsys.cpl, 2 "

[HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ CommandStore \\ shell \\ Fondo de pantalla]

@ = " fondo y " escritorio;

" Icono y " = "% SystemRoot% \\\\ System32 \\\\ desk.cpl y "

" Posición y " = " parte inferior y "

[HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ CommandStore \\ shell \\ Wallpaper \\ Command]

@ = " control.exe /NOMBRE Microsoft.Personalization /PÁGINA pageWallpaper y "

HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ CommandStore \\ shell \\ Icons]

@ = " los iconos del escritorio "

" Icono y " = "% SystemRoot% \\\\ system32 \\\\ desk.cpl y "

" Posición y " = " inferior y "

[HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ CommandStore \\ shell \\ Icons \\ Command]

@ = " rundll32 shell32.dll, Control_RunDLL desk.cpl ,, 0 "

[HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ CommandStore \\ shell \\ Colores]

@ = " el color y " ventana;

" Icono y " = "% SystemRoot% \\\\ System32 \\\\ desk.cpl y "

" Posición y " = " inferior y "

[HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ CommandStore \\ shell \\ Color \\ command]

@ = " control.exe /Microsoft.Personalization NOMBRE /pageColorization PÁGINA y "

will El código en el Bloc de notas, guardar como y " ", todos los archivos en el nombre de archivo es libre, pero asegúrese de que el sufijo es y " .reg y ". Si desea cancelar, el siguiente código primero puede guardar el archivo de registro de la misma manera, entonces se puede realizar:

Windows Editor del Registro versión 5.00

[-HKEY_CLASSES_ROOT \\ DesktopBackground \\ Shell \\ aspecto]

[-HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ CommandStore \\ shell \\ salvapantallas]

[-HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ CommandStore \\ shell \\ Sonidos]

[-HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ CommandStore \\ shell \\ Fondo de pantalla]

[-HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ CommandStore \\ shell \\ Icons]

[-HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ CommandStore \\ shell \\ Colores]

Estos son el sistema Win10 Win7 cómo volver con el mismo mando El método del panel, después de configurar el registro, puede hacer clic con el botón derecho del ratón y llamar al panel de control en la opción de personalización.

Copyright © Conocimiento de Windows All Rights Reserved