Windows vista logon screen branding

CursorFX

CursorFX is a utility which allows you to have much more flexibility in the cursors
you use to interact with Windows. CursorFX users can create and use cursors that
look and feel far superior to anything you’ve ever seen before! Best of all, it’s
really easy to create your own super-charged cursors!

Publisher: Stardock Corporation
Developer: Stardock Corporation
Genre: Object Desktop

Stardock Curtains

Customize Windows with additional styles beyond light and dark mode

Publisher: Stardock Corporation
Developer: Stardock Corporation
Genre: Object Desktop

DeskScapes

Stardock DeskScapes extends Windows 10 with the ability to run spectacular animated wallpapers (Dreams) on your desktop. Choose your Dream from our extensive library to personalize your pc.

Publisher: Stardock Corporation
Developer: Stardock Corporation
Genre: Object Desktop

IconPackager

IconPackager is a program that allows users to change nearly all of their Windows
icons at once by applying «packages» of icons. A package of icons contains
icons to replace most of the common icons on your Windows PC.

Publisher: Stardock Corporation
Developer: Stardock Corporation
Genre: Object Desktop

Icons

Icons for applications and folders.

Rainmeter

Rainmeter allows you to display customizable skins on your desktop, from hardware usage meters to fully functional audio visualizers.
You are only limited by your imagination and creativity.

Rainmeter is open source software distributed free of charge under the terms of the GNU GPL v2 license.

Screenshots

Show off your favorite desktop configuration by uploading a screenshot of your desktop!

SoundPackager

SoundPackager brings customization of your auditory experience to Object Desktop!
Users can now choose from «sound packages» to enhance their Windows desktop
experience. Over 30 different system sounds are supported; unique new Stardock Design
sound packages are included with the package.

Publisher: Stardock Corporation
Developer: Stardock Corporation
Genre: Object Desktop

Start8 Themes

Microsoft Windows® 8 is shipped without the «Start» menu. Stardock heard the cries from Windows 8
users. We put the «Start» menu back in Windows 8. We accurately recreated the most used desktop
feature billions of users depend on every day and packed it with additional functionality.

Publisher: Stardock Corporation
Developer: Stardock Corporation
Genre: Object Desktop

Wallpapers

The finest collection of desktop backgrounds on the Internet!

Publisher: Stardock Corporation
Developer: Stardock Corporation
Genre: Object Desktop

WindowBlinds

WindowBlinds changes the look and feel of your Windows desktop by applying visual
styles to your entire Windows environment. When a visual style is applied, they
change nearly every elements of the Windows GUI such as title bars, push buttons,
the Start bar, menu and more.

Publisher: Stardock Corporation
Developer: Stardock Corporation
Genre: Object Desktop

Winstep Software Technologies

Winstep Extreme is a powerful suite of applications that merge incredible usability and performance with breathtaking eye candy. Add your own Menus, Docks, Tabbed Docks, Taskbar and Widgets with this Windows User Interface Replacement!

View Gallery List

View a list of all of the different galleries available in WinCustomize, which you
can then browse individually.

Explore All

Explore all available galleries on WinCustomize.

Customize This Menu

This option is only available for subscribers of WinCustomize. If you are a subscriber
it will allow you to select which categories you would like to see in this menu
from a list of all galleries available on the site. This information will be stored
on your account for all your future visits.

jeremyddual's avatar

By

jeremyddual

Published:

25.5K Views

Description

this will change your windows text branding seen on logon screen

First: locate %Windir%\Branding\Basebrd\basebrd.dll
Second: Have an take the ownership of this file
Third: back up your original file.
and the last: Copy And Paste the the new basebrd.dll %Windir%\Branding\Basebrd

Only for Windows vista ultimate SP1 unless specified by someone

© 2008 — 2023 jeremyddual

This tutorial has been created mainly for customization lovers. Many times you change Windows login screen background to your favorite wallpaper but the “Windows branding logo” which shows the installed Windows edition name, hides the bottom area of the wallpaper and annoys you like hell.

Today in this tutorial, we’ll learn how to remove the “Windows branding logo” as well as “Ease of Access” button from login screen in Windows Vista and 7.

Win_7_Login_Screen_wo_Branding.png

So here we start the tutorial:

1. We’ll need to edit “%windir%\System32\authui.dll” file. First copy authui.dll file from “System32” folder to some other location for example Desktop.

Note: here %windir% represents “Windows” directory which can be found in the system drive where Windows is installed. In most of the cases its C:\Windows.

2. Now open the new file in Resource Hacker.

3. Now press “Ctrl+F” keys or select “Find Text” option from “View” menu.

4. To remove “Windows Branding Logo“, type following string in the Find what text box:

element id=”atom(Branding)”

Click on “Find Next” button and it’ll go to following line as shown in the screenshot:

Branding_enabled_Win_7_Login_Screen.png

5. Replace the existing <element id=”atom(Branding)”/> line with following one:

<element id=”atom(Branding)” layoutpos=”none”/>

Branding_disabled_Win_7_Login_Scree.png

6. Now to remove “Ease of Access” button, search for button id=”atom(Accessibility)” string similar to Step 3. It’ll show you following line:

<button id=”atom(Accessibility)” tooltip=”true” layoutpos=”left”/>

Simply change layoutpos=”left” to layoutpos=”none” so that it’ll look like following:

<button id=”atom(Accessibility)” tooltip=”true” layoutpos=”none”/>

7. That’s it, click on “Compile Script” button and save the file.

8. Now we’ll need to replace original authui.dll file present in “C:\Windows\System32\” folder with our new authui.dll file which we saved at Desktop or some other location.

8 a. First take ownership of “C:\Windows\System32\authui.dll” file using following tutorial:

Add Take Ownership Option in File / Folder Context Menu in Windows Vista and 7

8 b. Now rename it to “authui_backup.dll” or any other name.

8 c. Now copy your new modified “authui.dll” file from Desktop to “System32” folder.

PS: If you are using 64-bit Windows edition, you’ll also need to replace authui.dll file present in “C:\Windows\sysWOW64\” folder.

9. Restart your system and after restart Windows will start using your new modified file and you’ll not see the “Windows branding logo” and “Ease of Access” button on login screen.

PS: Windows Vista “authui.dll” file contains only a single instance of (Branding) and (Accessibility) strings, so you’ll need to replace them only once using Step 4 and 5 but Windows 7 contains 3 instances of these strings, so you’ll need to change all the 3 instances in the file.

NOTE: If you want to use a free tool to customize Windows 7 login screen, check following list:

Ultimate Collection of the Best Free Tools to Customize Windows 7 Login Screen

You are here: Home » Windows 7 » How to Remove “Branding Logo” and “Ease of Access” (Accessibility) Button from Windows Vista and 7 Login Screens?

ello World,

When involved in Deployment projects (Vista, Windows 7), I like to provide the customer a “corporate” look n’ Feel on their new workstations.  The default Windows Vista Logon background screen  (see screenshot below) is not really sexy and will not reflect the image of the company.

With Windows XP, it’s was quite easy to change the background image of the logon screen. That was done through a registry entry change.  With Windows VISTA, the background image is controlled by a specific dll.  In order to modify the background image, we need to modify the dll. Hopefully, there are free tools and utilities that can be used to perform such operations.

HOW TO Change Background logon screen in VISTA

To change the background logon screen on a VISTA machine , follow these steps

Step 1 : Download the LogonStudio for Vista utility

Step 2 : Install it on a windows Vista computer (Simply double-click the file you’ve downloaded and follow the wizard)

Step 3 : start the utility.  You will see some samples background images that you can play with

Step 4 :  If you want to create your own background, on the left menu click on Create

Step 5 : In the displayed window, simply specify the location of your image and save it

Step 6 :  In the logonstudio windows (see image above), you select your background image and press Apply.

Step 7 : That’s it. press Ctrl+ Alt+Del to see your new background image

HOW TO Change Background logon screen in Windows 2008

To change the background logon screen on a Windows 2008 Computer , follow these steps

Note :

I have found this tip on a forum but i do not remember where.  so I do not take credits for this tip but I’m sharing it with you because you might find it useful.

It took me a long time to find the way to change the blue background image of the Windows 2008 server. In the beginning, i thought that VISTA and Windows 2008 would share the same mechanism for the background logon screen mechanism.  That was not exactly the case.

To change the background image on a Windows 2008 Server, follow these steps

Step 1 : From a Vista machine or ISO image, extract the file called authui.dll (located in c:\Windows\System32 folder).  Apparently, you can use only the dll file from a VISTA source (or machine) with no service pack installed

Step 2 : On the target Windows 2008 server, you need to take ownership of the file c:\windows\system32\authui.dll

Step 3 : rename it as  “old_authui.dll” for backup purposes

Step 4 : Copy the file on your Windows 2008 computer in C:\windows\System32

Step 5 : use the “LogonStudio for Vista” utility to create your background image and apply it

Step 6 : Press Ctrl+Alt+Del and enjoy your new background

Note: If you are using a 64 bit, you have to perform step 1 to Step 4 for the file located in c:\Windows\SysWoW64\authui.dll

HOW TO Change Background logon screen in Windows 2008R2 or Windows 7

Windows 7 and Windows 2008 offers by default the possibility to modify the background image. You can perform the operations by using some free utilities. I have always the 2 following utilities in case i need to change background logon screen on these operating system

  • Utility 1 : TweakLogon for Vista
  • Utilty 2 : Windows UI logon changer

Without any of these tools, you can customize your logon screen.  In a few words, you need to create the following folder structure

  • C:\Windows\system32\oobe\info and
  • C:\Windows\system32\oobe\info\backgrounds.

Then you need to Add/Modify a registry key

HKEY_LOCAL_MACHINE\SOFTWARE\
Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background
  • Key name : OEMBackground
  • Type : DWord
  • Value : 1

You simply your background image in the folder structure you have created above and you are done.

That’s it for this post. Now, you know how to improve the Look n Feel or your company on the desktop. On the server side, i use this tip to quickly identify a server role (Exchange, DC, File & Print) or in a shared IT infrastructure to quickly identify on which customer services people are working on

Till next time

See ya

When you start Windows Vista, the first thing you see is the logon screen where you can select a username and enter the password to logon to Windows. If you have got tired of the default logon background then you can change the background of this logon screen to any picture you like. Here is how :

  1. Download Stardock Logon Studio (freeware) from http://www.stardock.com/products/logonstudio/.
  2. After the installation, run the Logon Studio. Logon Studio comes with many welcome screens. But you can also download more logon screens by clicking on the Download button.

  3. After you have selected a welcome logon screen, click the Apply button on the bottom. The welcome screen will be changed.
  4. You can also create your own welcome logon screens using any picture you want, by clicking on the Create button.

  5. If you want to revert back to the default Windows Vista logon screen, then select the Windows Default logon screen and click Apply.

  • Windows vista media center edition
  • Windows vista home premium iso
  • Windows vista home premium 32 bit rus скачать торрент
  • Windows vista iso download 64 bit
  • Windows vista home prem russn oemact скачать