Windows 8.1 Start screen in Windows 10 RTM

The Windows 8.1 start screen is unlocked in Windows 10 RTM Build 10240. To unlock the start screen requires patches in and and registry. You can use patched files OR patch yourself. Patched files only work on Windows 10 RTM Build 10240. Microsoft has removed the Windows 8.1 start screen code in future later versions of Windows 10 after Windows 10 RTM Build 10240. PATCHED FILES and REG File x86: #!bAtDWSjC!hevNHtxhqSfJvz8kcx7XsMJ7wOuiBobYDV_OrtH05Cs PATCHED FILES and REG File x64: Patch Yourself: You need to patch IsXamlStartMenuEnabled in twinui and shell32. Use IDA for this. When patching you need to assemble these instructions Edit, Patch program, Assemble to return false : xor eax, eax ret Then Edit, Patch program, Apply patches to input file. REGISTRY: Download patched files to get reg file.
Back to Top