I recently worked in an office complex and was a bit depressed as so many people in the office just let their Windows 7 installation use the default lockscreen view.
The default lockscreen image is the standard blue screen which is kind of nothing. Most people that use a computer change their background in Windows but since Microsoft made the change of lockscreen image so much harder not that many changes the lockscreen image.
The change of lockscreen image is actually quite easy even if you have to perform some manual work to get it ok.
First of all you need administrator rights on the computer since either you have to dive into the register and edit a key yourself or using the group policy editor. Then you need to be able to put your prefered image in the correct directory and you will be done.
Follow the steps below and you will have you own lockscreen image and be the envy of your colleges at the office.
1. Type "Edit Group Policy" in the startmenu and run the corresponding option.
2. Expand the node "Administrative Templates"
3. Expand the node "System"
4. Locate and select the node "Logon"
5. Locate the option "Always use custom logon background"
6. Double click the option and mark the option as "Enabled"
7. Apply and close the dialogs that are opened.
8. Locate the image you want to use.
9 Make sure that the image matches you screen resolution since the image will be stretched by windows to fullscreen.
9. The image need to be max 256kb in size otherwise windows will ignore it.
10. Rename the image to "backgroundDefault.jpg"
11. Place the image in the directory "%windir%\System32\oobe\info\backgrounds\" create any missing subdirectories.
12. Done!
If the image doesn't show make sure that the "Always use custom logon background" is enabled and that the image is at the correct position with the correct name and hasn't a size greater than 256kb.
If you rather edit the register yourself then you can ignore the steps 1-7 and instead do the following
1. Open RegEdit
2. Locate the node "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background"
3. Edit (or add as a DWORD) the key OEMBackground and set the value to 1
4. Continue with step 8 above.
Showing posts with label Windows 7. Show all posts
Showing posts with label Windows 7. Show all posts
14 January 2013
12 March 2010
Language pack and Windows 7 Professional
If you are using a version of Windows 7 that haven't gotten integrated user control of how to install language packs you need to do some manual work to get it working.
First of all you need the lp.cab file for you language of choice, can be found in the language pack ISO file on MSDN and possible also in other places on the net.
Once you have the language file follow these few steps and you can have you Windows version in the language of your choice.
* Start a command windows with administror rights
* Type: DISM /Online /Add-Package /PackagePath:
* Type bcdedit /set {current} locale
* Type bcdboot %WinDir% /l
* Start a register editor with administator rights
* Locate HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/MUI/UILanguages
* Delete en-us
* Restart computer and you have your own selected language
Example to add swedish to Windows 7
DISM /Online /Add-Package /PackagePath C:\lp.cab
bcdedit /set {current} locale sv-se
bcdboot %WinDir% /l sv-se
First of all you need the lp.cab file for you language of choice, can be found in the language pack ISO file on MSDN and possible also in other places on the net.
Once you have the language file follow these few steps and you can have you Windows version in the language of your choice.
* Start a command windows with administror rights
* Type: DISM /Online /Add-Package /PackagePath:
* Type bcdedit /set {current} locale
* Type bcdboot %WinDir% /l
* Start a register editor with administator rights
* Locate HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/MUI/UILanguages
* Delete en-us
* Restart computer and you have your own selected language
Example to add swedish to Windows 7
DISM /Online /Add-Package /PackagePath C:\lp.cab
bcdedit /set {current} locale sv-se
bcdboot %WinDir% /l sv-se
Subscribe to:
Posts (Atom)