User Tile Border

Page 1 of 2 12 LastLast

  1. Posts : 4,049
    W7 Ultimate SP1, LM19.2 MATE, W10 Home 1703, W10 Pro 1703 VM, #All 64 bit
       #1

    User Tile Border


    Do you know of an easy way to change the colour of the User Tile border?
    User Tile Border-user-tile.png
      My Computer


  2. Posts : 195
    Windows 7 Professional x64
       #2

    I take it you mean on the login screen? I've wanted to change that for so long, but it's picky with the transparency and such. I guess you'd need to find a way to patch authui.dll, and then reshack it. If only I knew of a good patch or hex edit or something.
      My Computer


  3. Posts : 6,458
    x64 (6.3.9600) Win8.1 Pro & soon dual boot x64 (6.1.7601) Win7_SP1 HomePrem
       #3
      My Computer


  4. Posts : 640
    Windows 7 Ultimate x64
       #4

    You can also check out this program - Download Logon WorkShop R2 Free - A powerful logon screen customizable tool for Windows 7 - Softpedia

    You still need to manually edit the bitmap to the colour you want but it gives a nice GUI to work with.

    The most important thing is to back up "C:\Windows\System32\authui.dll" and "C:\Windows\Branding\Basebrd\basebrd.dll" before you do anything and learn how to replace these files in case of not being able to boot into Windows after modding, this applies to anyway you choose to mod these files.

    I can't remember what changes affect the basebrd.dll but I would back that up just in case although it may not be necessary.

    Using this program you can create a new Logon, make your changes, Save & Apply and when your finished and checked you can still boot you can copy the 2 new .dll files above to a different backup location for if you ever need to reformat and wish to replace the originals again.
      My Computer


  5. Posts : 4,049
    W7 Ultimate SP1, LM19.2 MATE, W10 Home 1703, W10 Pro 1703 VM, #All 64 bit
    Thread Starter
       #5

    Thanks


    Thanks for those links Slartybart & Duzzy. :)

    I used a program called "ChangeWindows7LogOnScreen" to change my log on screen picture.

    The picture is darker and is purple behind the user tile.
    As you can probably imagine, the light blue border clashes with the picture.
    User Tile Border-artwork-wp-glass-02b-ws.jpg
    I'm a bit wary of editing dlls, however I've got VMs I can use to try it out.
      My Computer


  6. Posts : 640
    Windows 7 Ultimate x64
       #6

    If you need any help with Logon Workshop just ask and I can take a look.
    VM's are the best for testing, have fun.
      My Computer


  7. Posts : 4,049
    W7 Ultimate SP1, LM19.2 MATE, W10 Home 1703, W10 Pro 1703 VM, #All 64 bit
    Thread Starter
       #7

    sfc /scannow


    Duzzy said:
    If you need any help with Logon Workshop just ask and I can take a look.
    VM's are the best for testing, have fun.
    Thanks Duzzy.

    VMs are great for testing. :)

    One question:
    If I alter a system dll, won't that cause "sfc /scannow" to flag it as broken/corrupted?
    Last edited by lehnerus2000; 31 Jan 2013 at 22:19. Reason: Title
      My Computer


  8. Posts : 640
    Windows 7 Ultimate x64
       #8

    lehnerus2000 said:
    One question:
    If I alter a system dll, won't that cause "sfc /scannow" to flag it as broken/corrupted?
    Yes I believe it does and it auto repairs it or marks it to be repaired on reboot. Also without searching the CBS.log you won't know if other files are broken/corrupted.

    If it's a problem then there's one way I can think of avoiding this and that's to use a batch file to replace the modded file with the original file any time you need to run "sfc /scannow". The only problem is you have to remember to run the batch file first. If it's not a problem you can run a batch file after running "sfc /scannow" and rebooting just to replace the repaired one.

    Here's a simple batch file if it is a problem. Just replace the paths to where you wish to store the files.
    Code:
    @echo off
    
    taskkill /F /IM Explorer.exe
    
    echo 1. Original
    echo 2. Modded
    
    set /p OPT= ? 
    
    if %OPT%==1 (
    xcopy /vqy "C:\Modded Logon\Original\authui.dll" "C:\Windows\System32\*.*"
    xcopy /vqy "C:\Modded Logon\Original\basebrd.dll" "C:\Windows\Branding\Basebrd\*.*"
    start "" explorer.exe
    exit
    )
    
    if %OPT%==2 (
    xcopy /vqy "C:\Modded Logon\Modded\authui.dll" "C:\Windows\System32\*.*"
    xcopy /vqy "C:\Modded Logon\Modded\basebrd.dll" "C:\Windows\Branding\Basebrd\*.*"
    start "" explorer.exe
    exit
    )
    And I forgot to mention if you manually edit these dll's you will need to take ownership of them. If your only changing the user tile border I don't believe the basebrd.dll is required after helping in this other thread which may also intrest you, post #5 and #7 in particular - Remove Aero border around user account icon and another post - Transparent .PNG image not working as my account picture.

    In the second link to remove both user tile and boarder I think you just change the Overlay size to 0 as shown in my screenshot.
      My Computer


  9. Posts : 4,049
    W7 Ultimate SP1, LM19.2 MATE, W10 Home 1703, W10 Pro 1703 VM, #All 64 bit
    Thread Starter
       #9

    Thanks Duzzy (Again)


    Thanks for those new links and that batch file code .:)

    Now I just have to find the time to try it all out.

    I can just append the "sfc /scannow" command to the end of the batch file code and name the batch file appropriately. :)
      My Computer


  10. Posts : 640
    Windows 7 Ultimate x64
       #10

    Yes appending "sfc /scannow" to the batch file would be perfect but add it into option ones if statement just before the exit command or before starting Explorer and add a pause before exit as well so you can read the scans output.

    I would also create a shortcut to it and place the shortcut in the start menu for easier access but that's up to you.
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:06.
Find Us