Windows 10 provides a richer graphical interface than previous versions of Windows. such as notification center, date and time settings, network, volume, and so on. Such as
650) this.width=650; "src=" http://s2.51cto.com/wyfs02/M02/78/A2/wKioL1aAo-PgJeEZAAGcnxkiUAE916.jpg "style=" float: none; "Title=" Action Center 1.jpg "alt=" Wkiol1aao-pgjeezaagcnxkiuae916.jpg "/>
650) this.width=650; "src=" http://s2.51cto.com/wyfs02/M01/78/A3/wKiom1aAo8qgUHvyAACgFnBFVn0854.jpg "style=" float: none; "title=" Battery 1.jpg "alt=" Wkiom1aao8qguhvyaacgfnbfvn0854.jpg "/>
650) this.width=650; "src=" http://s2.51cto.com/wyfs02/M02/78/A3/wKiom1aAo8vSAIs9AAEERS_WZc4112.jpg "style=" float: none; "title=" date and time set 1.jpg "alt=" Wkiom1aao8vsais9aaeers_wzc4112.jpg "/>
650) this.width=650; "src=" http://s1.51cto.com/wyfs02/M02/78/A2/wKioL1aAo-WQnEjJAADcJPjIE1Y362.jpg "style=" float: none; "title=" Network 1.jpg "alt=" Wkiol1aao-wqnejjaadcjpjie1y362.jpg "/>
650) this.width=650; "src=" http://s1.51cto.com/wyfs02/M00/78/A4/wKiom1aAo8yj9EvhAABWBA0CkQs603.jpg "style=" float: none; "title=" Volume 1.jpg "alt=" Wkiom1aao8yj9evhaabwba0ckqs603.jpg "/>
So, if users want to revert to the "old" interface, how to do it?
To complete these operations, the user runs Regedit under administrator privileges to modify it.
1, enable the old notification Center interface
[Hkey_local_machine\software\microsoft\windows\currentversion\immersiveshell]
"Useactioncenterexperience" =dword:00000000
Resume using the new notification hub
"Useactioncenterexperience" =dword:00000001
2. Enable the old date and time setting operation interface
[Hkey_local_machine\software\microsoft\windows\currentversion\immersiveshell]
"Usewin32trayclockexperience" =dword:00000001
Restore using the new date and time settings operator interface
Delete the above key values
[Hkey_local_machine\software\microsoft\windows\currentversion\immersiveshell]
"Usewin32trayclockexperience" =-
3. Enable the old volume operation interface
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Nt\currentversion\mtcuvc]
"ENABLEMTCUVC" =dword:00000000
Restore the new Volume operation interface
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Nt\currentversion\mtcuvc]
"ENABLEMTCUVC" =-
4. Enable the old Windows Update operator interface
[Hkey_local_machine\software\microsoft\windowsupdate\ux]
"Isconvergedupdatestackenabled" =dword:00000000
Restore the new Windows Update operator interface
[Hkey_local_machine\software\microsoft\windowsupdate\ux]
"Isconvergedupdatestackenabled" =dword:00000001
5, enable the old network operation interface
[Hkey_local_machine\software\microsoft\windows\currentversion\control Panel\settings\network]
"Replacevan" =dword:00000001
Enable the Windows 8-style Network operator interface
[Hkey_local_machine\software\microsoft\windows\currentversion\control Panel\settings\network]
"Replacevan" =dword:00000002
Restore Windows 10-style Network operation interface
[Hkey_local_machine\software\microsoft\windows\currentversion\control Panel\settings\network]
"Replacevan" =dword:00000000
6. Enable Black theme
[Hkey_current_user\software\microsoft\windows\currentversion\themes\personalize]
"Appsuselighttheme" =dword:00000000
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M02/78/A3/wKioL1aAqXHDzxeqAAFejTF-BEQ542.jpg "title=" Black theme. jpg "alt=" wkiol1aaqxhdzxeqaafejtf-beq542.jpg "/>
Revert to using the default theme
Remove the above key values
[Hkey_current_user\software\microsoft\windows\currentversion\themes\personalize]
"Appsuselighttheme" =-
7. Enable the old Start menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Enablexamlstartmenu" =dword:00000000
Resume using the New Start menu
Delete the above key values
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Enablexamlstartmenu" =-
Note: The difference between the two is that the old Start menu can be dragged directly to change its size
8. Enable Jump List in Start menu
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M02/78/A4/wKiom1aAq2WAs_7jAAFaapRlRUc760.jpg "title=" Jump List. jpg "alt=" wkiom1aaq2was_7jaafaaprlruc760.jpg "/>
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Enablexamljumpview" =dword:00000001
Disable Jump List
Delete the above keys
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Enablexamljumpview" =-
9. Disable notification hubs
[Hkey_current_user\software\policies\microsoft\windows\explorer]
"Disablenotificationcenter" =dword:00000001
Enable notification hubs
Delete the above keys
[Hkey_current_user\software\policies\microsoft\windows\explorer]
"Disablenotificationcenter" =-
Note: After you modify the above keys, you need to restart your computer to take effect.
Key values See attachment download
This article is from the "Start from the Heart" blog, please be sure to keep this source http://ycrsjxy.blog.51cto.com/618627/1729058
Windows 10 related interface back to the past