博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How to Set a Custom Logon Screen Background on Windows 7, 8, or 10
阅读量:6422 次
发布时间:2019-06-23

本文共 4181 字,大约阅读时间需要 13 分钟。

image

Windows makes it possible to change the welcome screen that appears when you start your computer without any third-party software, but this setting is well hidden in Windows 7 — although much easier in Windows 8 or 10. You can set any image you like as your background.

If you are using Windows 8 or 10 and want to accomplish the same thing, we’ve got you covered with a tutorial on , or you can just keep reading.

Setting a Custom Logon Background for Windows 8 or 10

Windows_10

Windows 8 and Windows 10 make this process a lot easier — all you have to do is open up the PC Settings and go to Personalization and then Lock Screen. For Windows 8, you’ll need to open up Settings from the Start Screen or from the Charms. For Windows 10, you’ll need to open it from the Start Menu.

The screens look slightly different in Windows 8 than they do in Windows 10, but it’s the same exact thing.

Windows_10

Enabling Custom Backgrounds in Windows 7

For Windows 7, this setting is intended for original equipment manufacturers (OEMs) to customize their systems, but there’s nothing stopping you from using it yourself. All you have to do is change a single registry value and put an image file in the correct location.

This feature is disabled by default, so you’ll have to enable it from the Registry Editor. You can also use the Group Policy Editor if you have a Professional version of Windows – scroll down a bit for the Group Policy Editor method.

Launch the Registry Editor by typing regedit into the search box in the Start menu and pressing Enter.

image

In the Registry Editor, navigate to the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background

image

You’ll see an DWORD value named OEMBackground. If you don’t see it, right-click in the right pane, point to the New submenu and create a new DWORD value with this name.

Double-click the OEMBackground value and set its value to 1.

image

Note that selecting a new theme in the Appearance and Personalization window will “unset” this registry value. Selecting a theme will change the value of the key to the value stored in the theme’s .ini file, which is probably 0 – if you change your theme, you’ll have to perform this registry tweak again.

image

Changing the setting in group policy will allow it to persist even when you change your theme, but the Group Policy Editor is only available in Professional editions of Windows.

If you have access to the Group Policy Editor, launch gpedit.msc from the Start menu.

image

Navigate to the following section in the Group Policy Editor window:

Computer Configuration\Administrative Templates\System\Logon

image

You’ll find a setting named “Always use custom login background.” Double-click it and set it to Enabled.

image

Setting An Image

Your image file must be less than 256 KB in size. It’s also a good idea to use an image file that matches the resolution of your monitor, so it won’t look stretched.

Windows looks for the custom logon screen background image in the following directory:

C:\Windows\System32\oobe\info\backgrounds

By default, the info and backgrounds folders don’t exist. Navigate to the C:\Windows\System32\oobe folder and create them yourself by right-clicking inside the folder, pointing to New, and selecting New Folder.

image

Copy your desired background image to the backgrounds folder and name it backgroundDefault.jpg.

image

(I can see the inevitable question coming in the comments, so if you like this wallpaper image, you can .)

The change will take effect immediately – no system reboot required. The first time you log out or lock your screen (try the WinKey-L keyboard shortcut), you’ll see your new background.

Logon screen

Third-Party Tools (for Windows 7 Users)

You don’t have to do this by hand. There are a variety of third-party tools that automate this process for you, like , which we’ve covered in the past. Windows Logon Background Changer and other utilities just change this registry value and put the image file in the correct location for you.

image


To get the default logon screen back, just delete the backgroundDefault.jpg file. Windows will use the default background if no custom background image is available.

 本文转自 烟台小崔 51CTO博客,原文链接:http://blog.51cto.com/seawind/1898780

转载地址:http://bymra.baihongyu.com/

你可能感兴趣的文章
Servlet学习总结
查看>>
读<<IDA pro权威指南>>之动态计算目标地址
查看>>
【转】tmpfs介绍
查看>>
黑板模式的常见实现方式
查看>>
学习正则表达式的优秀文章
查看>>
希尔排序
查看>>
Unix 环境变量高级编程 例子 undefined reference to `err_quit'
查看>>
Weex 和 React Native的比较
查看>>
AOS V0.9 发布,JavaEE 应用基础平台
查看>>
Mongodb入门系列(3)————kill -9 mongod之后mongodb服务无法开启问题
查看>>
C++调用lua的实现
查看>>
java 中的Fork/Join框架
查看>>
编译型语言,解释型语言,混合型语言,静态类型语言、动态类型语言、动态语言、静态语言、强类型语言、弱类型语言...
查看>>
关于javassist.NotFoundException
查看>>
二OpenStack 安装 Identity Service - Keystone
查看>>
CompletionService 简介
查看>>
模块化(学习笔记)
查看>>
如何运行NodeJs
查看>>
Core Bluetooth框架之一:Central与Peripheral
查看>>
1、工程构建、打包的一些经验
查看>>