Windows 8 安装其它语言包方法

按Win + R键打开运行窗口输入CMD回车。
打开CMD窗口,输入:LPKSetup.exe

点击查看原图
打开一个窗口

点击查看原图
选择安装显示语言,如上图
接下来载入我们下载的语言包

点击查看原图

点击查看原图
等待一段时间之后如下图

点击查看原图
接下来打开控制面板,按图操作

点击查看原图

点击查看原图

点击查看原图

提示注销——回来就是我们安装的语言了

点击查看原图
接下来我们把开始界面和欢迎界面也修改成相应的语言:按照图片设置即可

点击查看原图

点击查看原图

Windows 8 专业版、企业版等各版本的区别

功能情况:

特性
Windows RT
Windows 8
Windows 8 Pro
Windows 8  Enterprise
与现有Windows程序兼容
购买渠道 在设备上预装 大部分渠道
大部分渠道
经过认证的客户
架构 ARM (32-bit) IA-32 (32-bit) or x86-64(64-bit)
IA-32 (32-bit) or x86-64(64-bit)
IA-32 (32-bit) or x86-64(64-bit)
安全启动
图片密码
开始界面、动态磁帖以及相关效果
触摸键盘、拇指键盘
语言包
桌面 部分
更新的资源管理器
标准程序[a]
文件历史
系统的重置功能
“播放至”功能(Play to)
保持网络连接的待机(Connected  standby)
Windows Update
Windows Defender
增强的多显示屏支持
新的任务管理器
ISO 镜像 and VHD 挂载
储存空间管理(storage space)
移动通信功能
Microsoft 账户
Internet Explorer 10
SmartScreen
Windows 商店
Xbox  Live 程序 (包括 Xbox Live Arcade)
Windows Media Player
Windows Media Center
需另添加
Exchange ActiveSync
随系统预装的Microsoft Office
快速睡眠(snap)
VPN连接
远程桌面 只作客户端
只作客户端
客户端和服务端
客户端和服务端
从VHD启动
Hyper-V[14]
64位版本支持
设备加密
BitLocker 和 BitLocker To Go
文件系统加密
加入Windows 组
组策略
Windows To Go
DirectAccess
分支缓存(BranchCache)
AppLocker
以RemoteFX提供视觉特效
Metro风格程序的部署



[a]包含Mail, Calendar, People, Messaging, Photos, Reader, Music, Video, 和 SkyDrive app 



升级情况:




Windows 7 版本
能否升级至
能否升级至
能否升级至
Windows RT?
Windows 8 Core?
Windows 8 Pro 或


Enterprise?
旗舰版(Ultimate)

可以

专业版(Professional)
家庭高级版(Home Premium)

可以

家庭基础版(Home Basic)
入门版(Starter)


WinHex脚本自动修复FAT32 DBR

        本代码并非通过备份DBR修复,而是通过文件系统结构来达到修复的目的,如有需要请把以下代码保存成whs文件,放到WinHex目录中即可运行。

Assign ParSize GetSize
Assign SecSize 512

Goto 0x000
Write 0xEB5890
Write 0x4D53444F53352E30
Write SecSize
Write 0x00
Write 0x0000
Write 0x02
Write 0x0000
Write 0x0000
Write 0xF8
Write 0x0000
Write 0x3F00
Write 0xFF00
Write 0x00000000
Write 0x0000000000000000
Write 0x0000
Write 0x0000
Write 0x02000000
Write 0x0100
Write 0x0600
Write 0x000000000000000000000000
Write 0x80
Write 0x00
Write 0x29
Write 0x9E3A76F0
Write 0x48424E2052657061697220
Write 0x4641543332202020
{
Write 0x00
}[420]
Write 0x55AA

Goto 0x020
Write (ParSize/SecSize)

Goto 0x000
Find 0xF8FFFF0FFFFFFF Down
IfFound
Assign FAT1 CurrentPos
Move SecSize
EndIF

Find 0xF8FFFF0FFFFFFF Down
IfFound
Assign FAT2 CurrentPos
Move SecSize
EndIF

Goto 0x024
Write ((FAT2/SecSize)-(FAT1/SecSize))

Goto 0x00E
Write (FAT1/SecSize)

Goto ((FAT2-FAT1)+FAT2)
Find 0x2E20202020202020202020 Down
IfFound
Assign SEC1 CurrentPos
Move 26
Read CDX1 2
EndIF

Find 0x2E20202020202020202020 Down
IfFound
Assign SEC2 CurrentPos
Move 26
Read CDX2 2
EndIF

Goto 0x00D
Write (((SEC1/SecSize)-(SEC2/SecSize))/((CDX1)-(CDX2)))

MessageBox "DBR修复完成!"

VirtualBox虚拟机磁盘结构-WinHex模板

以下是VirtualBox虚拟机磁盘结构的WinHex模板,研究此结构的可以借鉴。

 

template "VirtualBox虚拟机磁盘结构 v1.1"
description "VirtualBox虚拟机磁盘结构 v1.1"

sector-aligned
applies_to disk
requires 0x0 "3C 3C 3C 20 53 75 6E 20 56 69 72 74 75 61 6C 42 6F 78 20 44 69 73 6B 20 49 6D 61 67 65 20 3E 3E 3E"

begin

Char[64] "标签"
Hex 4 "标签 7F 10 DA BE"
Uint16 "版本号高"
Uint16 "版本号低"
Uint32 "结构大小(字节)" //从当前位置开始
Hex 4 "磁盘类型" //1动态扩展 2固定大小
Hex 4 "镜像标志"
char[256] "镜像备注"
UInt32 "offBlocks"
UInt32 "数据区起始偏移地址(字节)"
Section "老标准"
UInt32 "柱面"
UInt32 "磁头"
UInt32 "扇区"
UInt32 "扇区大小(字节)"
Section ""
Uint32 "BIOS的硬盘转换模式(现在未用)"
Int64 "虚拟磁盘大小(字节)"
UInt32 "块大小字节数"
Uint32 "附加块"
UInt32 "块总数"
UInt32 "使用中的块数"
numbering 1
section "镜像 UUID"
{
read-only guid "GUID (GUID~)"
move -16
hex 16 "GUID (HEX~)"
section ""
}[4]
Section "新标准"
UInt32 "柱面(新建时为0)"
UInt32 "磁头(新建时为0)"
UInt32 "扇区(新建时为0)"
UInt32 "扇区大小(字节)"

Section "说明:"
Section ""
Section "位图项总数=要新建虚拟硬盘大小(GB)*1024"
Section ""
Section "vdi虚拟硬盘文件大小(字节)="
Section "要新建虚拟硬盘大小(GB)*1024*4+512"
Section ""
Section "一块大小为2048扇区1048576字节1MB)"

end

Windows 8 RTM版简体中文截图曝光

微软今天宣布Windows 8 RTM版完成,MSDN/TechNet订阅用户8月15日就可以下载了,而公开上市则定于10月26日。之前可靠消息证实,Windows 8 RTM版选定为Build 9200,随着RTM版的正式完成,Windows 8 Build 9200的多张图片也出现在网上。

PCBeta论坛曝光了几张Windows 8 RTM的截图,其中还有简体中文版:

点击查看原图

点击查看原图

点击查看原图

点击查看原图

点击查看原图