How to enable the hidden function in Windows 8?

  

Windows 8 Beta looks more like Windows 7? Actually not, some functions have been hidden due to development reasons. For example, the native PDF reader, Ribbon UI interface and camera application can actually be implemented by modifying the registry key. The following is the method:

Windows 8 Native PDF Reader Launch Method

Create a key-value "CLSID" under HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Applets\\Paint\\Capabilities

, Assign “{D3E34B21-9D75-101A-8C3D-00AA001A1652}” , then run glcnd.exe.

to start Ribbon UI in Windows Explorer. Just need

in HKEY_CLASS_ROOT\\CLSID\\{ 4F12FF5D-D319-4A79-8380-9CC80384DC08}

Create Key Value "AppID", Assignment"{9198DA45-C7D5-4EFF-A726-78FC547DFF53}"

Start Camera Application Key Value:

HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\GRE_Initialize

Create a DWORD named "RemoteFontBootCacheFlags", set value0&0&s;100f (4111)

Then run webcam.exe

and take a look at Task Manager


Copyright © Windows knowledge All Rights Reserved