Windows 8 build 7776

6.1.7776.0.fbl_grfx_dev1.100708-1700
Build of Windows 8
Screenshot
OS familyWindows NT
Version number6.1
Build number7776
Build revision0
Architecturex64
Build labfbl_grfx_dev1
Compiled on2010-07-08
Expiration date
Timebomb2010-10-01 (+85 days)
About dialog
7776winver.png

Windows 8 build 7776 is a build of Windows 8. A screenshot of this build was posted to the BetaWiki Discord server on 27 June 2022. This build was later shared on 22 October 2024.

New features and changes[edit | edit source]

Metro shell[edit | edit source]

This is the first build to introduce the twinui.dll and twinapi.dll libraries that would later implement parts of the Metro interface, although both libraries are merely non-functional stubs with basic initialization/shutdown routines at this point in development. Likewise, the Redpill feature locking mechanism was not yet implemented into the codebase.

Internet Explorer 9[edit | edit source]

The Internet Explorer 9 web browser has been updated and now features proper branding, along with a preliminary version of the final logo. The new tab page was also redesigned to show popular and suggested sites, with an appearance similar to the one observed within the final release.

The build also contains an early version of the new Internet Explorer user interface. It requires patching ordinals 315/317 in iertutil.dll to return true in order to activate. This ordinal is merged with several others that also return zero due to compiler optimizations, and must therefore be pointed towards a different ordinal that returns a different value. This will draw new resources with MinIE in the title and use new DirectUI UIFILEs to render an early version of the new UI interface.

Differences between this build and the final version notably include:

  • An earlier New Tab page design, later updated in build 7850;
  • Preliminary support for page pinning; websites cannot be pinned to the Taskbar directly using the Pin icon (which is different from later builds) and can only be pinned to the IE icon.
  • Earlier icon designs for the Tools and Home icons;
  • Tools and Favorites menu item position swaps;
  • Wider tabs;
  • Less visible loading spinner resources;
  • Internet Explorer 8's favorited links user interface and error pages, and;
  • Misaligned address bar buttons

Control Panel[edit | edit source]

Your Look[edit | edit source]

While this build does not have a user tile, the link to the "Change your look" option used to configure it in later builds is already present in this build.

Login screen background sync[edit | edit source]

This build contains a non-functional option to sync the desktop background to the login screen.

Windows Store[edit | edit source]

This build has an extremely early implementation of the Windows Store, dependent on Microsoft intranet-based store servers. The executable and its DLLs can be found in WinSxS in the directories prefixed with amd64_microsoft-windows-store. It does not work by default as it queries a Microsoft intranet store server (\\ericflo3\winstore) for a file by the name of users.ini to determine if someone's local user account is permitted to use the Windows Store. As this only existed inside Microsoft for a brief spell in 2010, and nowhere else, it will fail to find the server and exit before displaying anything. However, it is possible to patch this and see an offline screen.

Inside the function that evaluates the user's eligibility to use the Store is a call to the Windows API function GetPrivateProfileIntW, which tries to read a value from an INI file and also takes a default value to be returned if the function fails. By changing the default value (stored as an immediate in the function call code) from 0 to 1, the Store is fooled into believing that the current user account is permitted to use it and it will then proceed to start. It will then immediately try and contact an intranet server and then fail because it does not exist, displaying a "could not connect" message.

This patch also works for builds 7777 and 7779, and can be obtained by changing 0x9D9 from 0x01 to 0x00.

users.ini format[edit | edit source]

; Replace user1/user2 with the local user account name of your installation

[users]
user1=1 ; permitted to use windows store 
user2=0 ; not permitted to use windows store (any value that is not 1 fails)

Miscellaneous[edit | edit source]

  • The Send Feedback feature has been removed.
  • The bundled version of the .NET Framework has been updated from .NET Framework 3.5 in earlier builds to the final version of .NET Framework 4.0.
  • Help and Support has been updated with a new layout. However, navigation might fail as the program is "undergoing major reconstruction".
  • Native support for USB 3/xHCI controllers has been added to this build, although it does not function properly and will prevent the build from booting unless the controller is removed from the system.

Bugs and quirks[edit | edit source]

USB 3[edit | edit source]

As the implementation of USB 3 in this build is early, having an USB 3 controller present will cause the build to hang on boot. Remove or disable the controller to resolve this issue.

Miscellaneous[edit | edit source]

  • The Chinese (Traditional, Taiwan) keyboard layout will get added alongside English (United States) and the keyboard layout selected by the user in Setup (if different from English (United States)).

Gallery[edit | edit source]

Screenshots shared prior to publication[edit | edit source]