Windows7 自定义登录、锁屏背景图(转载)


1.打开 C:\Windows\System32\oobe 路径,创建“info”文件夹,再打开info和创建“Backgrounds”文件夹;
把自定义的jpg图片复制到“C:\Windows\System32\oobe\info\Backgrounds”下面,改名为“backgroundDefault.jpg”。

2.复制以下内容到记事本,保存为“自定义.reg”文件名并双击此reg文件导入注册表:

1
2
3
4
5
6
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background]
"OEMBackground"=dword:00000001

;注册表结束

3.【破解256KiB的限制】把“C:\Windows\System32\authui.dll”复制到其它分区,
用16进制编辑器(例如:HxD)按照以下16进制内容查询和替换所有:

32位win7系统将“3D 00 E8 03 00 73 51”替换为“3D 00 E8 03 00 90 90”;
64位win7系统将“E8 03 00 41 3B C1 73 3E”替换为“E8 03 00 41 3B C1 90 90”。

4.用PCHunter等工具删除“C:\Windows\System32\authui.dll”文件,把修改好的authui.dll文件复制到 C:\Windows\System32 路径下。

5.试试锁屏或开关机的背景图效果吧。

参考资料: