I try to "find" the bitmaps from glcnd.exe....because in my Reader don'tsee anything... So, i find something in UIFILE -40001, 40002.... ....... <Command id="atom(FindCommand)" sheet="SheetCommand" layoutpos="top" layout="borderlayout()" srcid="60037" minsize="SIZE(76rp, 76rp)"> <button id="atom(FindToolButton)" active="keyboard|mouse" accessible="true" accname="Find Button" accrole="pushbutton" layoutpos="client" layout="verticalflowlayout(0, 2, 2, 1)" sheet="SheetCommandButton" padding="RECT(0rp, 8rp, 0rp, 0rp)"> <element id="atom(FindToolButtonText)" class="commandtext" contentalign="middlecenter" content="resstr(1602)"/> </button> </Command> <Command id="atom(ContentCommand)" sheet="SheetCommand" layoutpos="top" layout="borderlayout()" srcid="60038" minsize="SIZE(76rp, 76rp)"> <button id="atom(ContentToolButton)" active="keyboard|mouse" accessible="true" accname="Content Button" accrole="pushbutton" layoutpos="client" layout="verticalflowlayout(0, 2, 2, 1)" sheet="SheetCommandButton" padding="RECT(0rp, 8rp, 0rp, 0rp)"> <element id="atom(ContentToolButtonText)" class="commandtext" contentalign="middlecenter" content="resstr(1603)"/> </button> .................... but not find these bitmaps numbers in....anything... PS: the bitmaps are there with others numbers ...hmmm. Nice...maybe i will manage to create the whole (or a part of) interface for reader...
A lot of things from M3 are in M1 too but locked. After the Ribbon UI unlockage, Immersive Shell in M1 isn't too good to be true.
Yes, we're not dumb. If you genuinely have it tell us how you enabled it. If you don't then no one is going to believe you.
Sounds interesting. Could you please make some screenshots or even a video if possible? Would love to see these effects.
Loving the progress NaiveUser has made. You've actually given me the incentive to finally download the M1 build, and I'm going to be dualbooting it soon. Can't wait for the Ribbon UI!
All it does is run the registry file. Big whoop. Who wants the reg file with EVERYTHING that can be unlocked?
Well for my computer, when I click shutdown, the screen reads logging off for a split second, then goes black for a minute, then automatically logs me in again. If I disable hybrid boot, shutdown works fine. Anyone else having that problem?
are you offering a reg file or do you want one that enables everything? something like this? Explorer Ribbon Quote: 1] Go to "Start" menu, and search "regedit.exe"; 2] Go to "HKEY_CLASSES_ROOT\CLSID\" and create a new key called "{4F12FF5D-D319-4A79-8380-9CC80384DC08}"; 3] Create a new string called "AppID" and set as value "{9198DA45-C7D5-4EFF-A726-78FC547DFF53}"; 4] Open a new windows of Explorer and... 4] Enjoy! PDF Reader Quote: 1] Open Regedit.exe 2] Go to '[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Applets\Paint\Capabilities]' 3] Vreate a string value named "CLSID", set its value to "{D3E34B21-9D75-101A-8C3D-00AA001A1652} 4] run glcnd.exe Metro Webcam Quote: 1] Open Regedit.exe 2] Locate to [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\GRE_Initialize] 3] Create a DWORD value called "RemoteFontBootCacheFlags", set its value to 0x100f (4111) 4] Run webcam.exe Modern Task Manager Quote: 1] Go to "Start" menu, and search "regedit.exe"; 2] Go to "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \CurrentVersion\TaskUI" and create a new key called "TaskUIEnabled": set the value as "1"; 3] Go to "Start" menu, and search "taskui.exe" 4] Enjoy!
The hash on the desktop is tied to WPA. We don't have real ISOs -- caveat: I haven't looked at M1 yet -- but rather vhds/wims of Windows already installed on a machine. If Windows 8 requires a product key for installation (with a real ISO), then it's safe to assume it's very trackable. Unless someone here has real ISOs (unlikely, all M3 ISOs are custom), I'd recommend not leaking any hash-enabled builds.
@ NaiveUser: what tools do you use to find this? It sounds easy when you say "explorer checks for regvalue x", but how do you know that? You're doing great work btw
Sysinternals Process Monitor can be used to log all processes actions, QueryKey X, if string Y exists, check for value Z, if equals to W, then perform action Q.
NaiveUser has done a great job, we have created a small utility which allows you to enable all these features with a single click. It has been tested on 3 different machines and should work for everyone.. Download here- windows8beta.com/Windows_8_tweaker_v1.1.zip More info about it can be found here- windows8beta.com/2011/04/download-windows-8-tweaker-unlock-windows-8-features-with-a-single-click
for that specific thing, its Process Monitor, but most of the time its not sufficient, because you can only see it reading a value, but you wont know what 'correct' value it expects, unless its obviously a boolean value.