Windows 8:6.1.7811.0.fbl dnt1 net2 virtual.100901-1700

来自BetaHeritage Wiki
跳到导航 跳到搜索
250px
6.1.7811.0.fbl dnt1 net2 virtual.100901-1700
内核版本 6.1
架构 x64
版本 不明
语言 不明
BIOS日期 2010年09月01日
版本字串 6.1.7811.0.fbl dnt1 net2 virtual.100901-1700
产品密钥 不明


在位于 Windows 8 build 8250 的 Windows 硬件认证套件中引用。

// We get the WTT\BuildLabString which looks like this - 7811.0.amd64fre.fbl_dnt1_net2_virtual.100901-1700. We extract the buildnumber alone to make it simpler
// for copying the vhds. Hard-coding 0,1,4 since thats the standard way a WTT\BuildLabString is constructed.
//g_BuildNumber = temp1[0]+"."+temp1[1]+"."+temp1[4];