Examine individual changes
This page allows you to examine the variables generated by the Abuse Filter for an individual change.
Variables generated for this change
Variable | Value |
---|---|
Name of the user account (user_name) | 'TheLightDeveloper' |
Groups (including implicit) the user is in (user_groups) | [
0 => 'extendedconfirmed',
1 => '*',
2 => 'user',
3 => 'autoconfirmed'
] |
Whether or not a user is editing through the mobile interface (user_mobile) | false |
Page ID (page_id) | 41337 |
Page namespace (page_namespace) | 0 |
Page title (without namespace) (page_title) | 'Windows 8 build 7776' |
Full page title (page_prefixedtitle) | 'Windows 8 build 7776' |
Action (action) | 'edit' |
Edit summary/reason (summary) | '' |
Old content model (old_content_model) | 'wikitext' |
New content model (new_content_model) | 'wikitext' |
Old page wikitext, before the edit (old_wikitext) | '{{Infobox Windows build
|build of = [[Windows 8]]
|image = 7776desk.png
|buildtag = 6.1.7776.0.fbl_grfx_dev1.100708-1700
|family = nt
|version = 6.1
|build = 7776
|lab = fbl_grfx_dev1
|revision = 0
|compiled = 2010-07-08
|arch = x64
|timebomb = 2010-10-01
|winver = 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 ==
=== Metro shell ===
This is the first build to introduce the <code>twinui.dll</code> and <code>twinapi.dll</code> 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===
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 <code>iertutil.dll</code> to return <code>true</code> 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 <code>MinIE</code> 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 [[Windows 8 build 7850|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 ===
====Your Look====
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====
This build contains a non-functional option to sync the desktop background to the login screen.
===Windows Store ===
This build has an extremely early implementation of the [[Microsoft Store|Windows Store]], dependent on Microsoft intranet-based store servers. The executable and its DLLs can be found in WinSxS in the directories prefixed with <code>amd64_microsoft-windows-store</code>. It does not work by default as it queries a Microsoft intranet store server (<code>\\ericflo3\winstore</code>) for a file by the name of <code>users.ini</code> 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 <code>[https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-getprivateprofileintw GetPrivateProfileIntW]</code>, 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====
<syntaxhighlight lang="ini">
; 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)
</syntaxhighlight>
=== Miscellaneous===
*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 Center|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==
===USB 3===
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===
*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==
<gallery>
Win8-7777-Bootscreen.png|Boot screen
7776ieold.png|Internet Explorer 9
7776ienew.png|Ditto, new UI unlocked
7776store.png|Windows Store
</gallery>
===Screenshots shared prior to publication===
<gallery>
Win8-7776.png|Unavailable Application Explorer shell explorer
</gallery>
[[Category:Windows 8 builds]]' |
New page wikitext, after the edit (new_wikitext) | '{{Infobox Windows build
|build of = [[Windows 8]]
|image = 7776desk.png
|buildtag = 6.1.7776.0.fbl_grfx_dev1.100708-1700
|family = nt
|version = 6.1
|build = 7776
|lab = fbl_grfx_dev1
|revision = 0
|compiled = 2010-07-08
|arch = x64
|timebomb = 2010-10-01
|winver = 7776winver.png
}}
'''Windows 8 build 7776''' is a build of [[Windows 8]], which was shared on 22 October 2024. Prior to its upload, a screenshot of this build was posted to the BetaWiki Discord server on 27 June 2022.
==New features and changes ==
=== Metro shell ===
This is the first build to introduce the <code>twinui.dll</code> and <code>twinapi.dll</code> 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===
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 <code>iertutil.dll</code> to return <code>true</code> 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 <code>MinIE</code> 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 [[Windows 8 build 7850|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 ===
====Your Look====
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====
This build contains a non-functional option to sync the desktop background to the login screen.
===Windows Store ===
This build has an extremely early implementation of the [[Microsoft Store|Windows Store]], dependent on Microsoft intranet-based store servers. The executable and its DLLs can be found in WinSxS in the directories prefixed with <code>amd64_microsoft-windows-store</code>. It does not work by default as it queries a Microsoft intranet store server (<code>\\ericflo3\winstore</code>) for a file by the name of <code>users.ini</code> 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 <code>[https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-getprivateprofileintw GetPrivateProfileIntW]</code>, 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====
<syntaxhighlight lang="ini">
; 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)
</syntaxhighlight>
=== Miscellaneous===
*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 Center|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==
===USB 3===
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===
*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==
<gallery>
Win8-7777-Bootscreen.png|Boot screen
7776ieold.png|Internet Explorer 9
7776ienew.png|Ditto, new UI unlocked
7776store.png|Windows Store
</gallery>
===Screenshots shared prior to publication===
<gallery>
Win8-7776.png|Unavailable Application Explorer shell explorer
</gallery>
[[Category:Windows 8 builds]]' |
Unified diff of changes made by edit (edit_diff) | '@@ -14,5 +14,5 @@
}}
-'''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.
+'''Windows 8 build 7776''' is a build of [[Windows 8]], which was shared on 22 October 2024. Prior to its upload, a screenshot of this build was posted to the BetaWiki Discord server on 27 June 2022.
==New features and changes ==
' |
Lines added in edit (added_lines) | [
0 => ''''Windows 8 build 7776''' is a build of [[Windows 8]], which was shared on 22 October 2024. Prior to its upload, a screenshot of this build was posted to the BetaWiki Discord server on 27 June 2022.'
] |
Unix timestamp of change (timestamp) | '1734660209' |