Removing Picture Frame On Startup/Login Screen

Page 6 of 7 FirstFirst ... 4567 LastLast

  1. Posts : 52
    Windows 7 Home Premium 64-bit
       #51

    And what if I don't have a CDs burner?
      My Computer


  2. Posts : 2,014
    Windows 7 Professional 64bit
       #52

    Hi niotic

    You are posting on 2 threads for the same problem, I have posted a fix for you on your original thread:

    https://www.sevenforums.com/crashes-d...en-turned.html

    cheers

    Dave
      My Computer


  3. Posts : 1
    Windows 7 Professional x64
       #53

    Zoppa said:
    First of all, I did this on my x86 System, so the following
    explanations are meant for a 32bit System. The solution for a x64
    will be similar, only the file or folder names will probably be
    different?

    IMPORTANT: NO WARRENTY CAN/WILL BE GIVEN. It worked for me, it
    PROBABLY will work for you. PLEASE read ALL steps before actually
    doing any of them, to make sure you understand what I try to do
    so nothing is missed/misunderstood! All changes made to your system
    and its files are at you OWN risk, as always :)

    It is assumed that you know how to change/check ownership and
    permissions on files. If not, please read at least something like
    the folowing link, or check other sources!


    Very well, let's get to it then :)

    Step 1)
    Locate authui.dll in the dir "C:\Windows\System32\" and make
    a
    backup in some other folder.
    Note: the rights/permissions and the ownership will be
    changed for the backup. Check out how the original
    settings
    on the original file in System32 are before you copy it, in
    order to restore them after the changes.
    I did it this way,
    so restoring the original settings. I don't know if it works
    without resetting the ownership/permissions afterwards!


    Step 2)
    Download a tool to modify resources like exe/dll. I used
    "Resource Tuner" which comes with a 30day trial.

    Resource Tuner 1.99 R6: Download The Best Resource Editor.
    Search and replace icons and text. Icon edit.

    Another possibility seems to be "Resource Hacker" which is
    completely freeware. I haven't tested this yet.

    Resource Hacker


    And of course install it.


    Step 3)
    Open the copy of authui.dll with the Resource Tuner and
    navigate to the "folder" UIFILE and expand it.
    Inside, there
    will be some files named with the earlier mentioned numbers
    12400 - 3. For me there were only 3 files named from 12400
    to 12402.

    Step 4)
    As Blizarro stated here: Removing Picture Frame On Startup/Login Screen,
    add the bold, red part to all of the in Step 3) located
    files. Searching for the first part of the string (purple)
    works like a charm

    Code:
    <ZoomableElement id="atom(PictureContainer)" height="0" layout="filllayout()">
    In Resource Tuner, you need to select the file, e.g. 12400,
    and then click the "Resource Editor" icon in the toolbar in
    order to edit it. The content that is shown to the right
    after selecting the files is not editable.

    Then after hitting "Ok" for each file, choose: "File > Save
    File as..." and save it under the same name being authui.dll.

    Note: If you overwrite the copy, you need to copy the
    original again, or simply rename the original in the next
    step in order to keep a backup! I used the second method, as
    overwriting the original with a modified version within
    System32 resulted in an error-message.


    Step 5)
    Up to now you should have the original in System32, a copy
    of it that has been modified in the previous step and
    optionally a backup of the original dll.

    Now, in order to proceed you have to change the ownership
    and some permissions of the original file in System32. So
    take ownership and set the permissions to full control.

    If you do not have the optional backup, then rename the
    original to something like _authui.dll or authui_backup.dll.
    If and only if you have a backup, delete the original now,
    and replace it by copy-pasting the modified version into
    your System32 folder.


    Step 6)
    Reset the original ownership/permissions. For me, I opened
    the "Security-Tab (RC on the file) > Advanced" and added
    "NT SERVICE\TrustedInstaller" with Full Control permissions.
    Then I removed all but the read/exec permissions from all
    other users. Then in the Owner-Tab I resetted
    TrustedInstaller as owner.


    Note: this can be different on other systems, keep to your
    notes from Step 1)!

    After this I rebooted (maybe -logging off- will work too?) and it
    worked like a charm Only thing I maybe would like to do in addition
    to this is to center the input-boxes. But that's not for now. So if
    someone knows what values have to be tweaked for that: let me know.
    I found a way of making this work without having to use the 'Resource Tuner' or 'Resource Hacker' software, in an effort to script the process.

    The AuthUI.dll is locked because it is in use by Explorer.exe.
    So Open an elevated command window and type:
    Code:
    taskkill /f /im explorer.exe
    copy <PATH TO MODIFIED AUTHUI.DLL> %systemroot%\system32
    explorer.exe
    Prior to this step I did take ownership, and set permissions for the Administrators group. It is also possible to take ownership via the command line if anybody else is trying to script this.

    NOTE: I did NOT reset the permissions/ownership of the file after coping, and it still works as expected.
      My Computer


  4. Posts : 5
    Windows 7 Ultimate x64
       #54

    Zoppa said:
    First of all, I did this on my x86 System, so the following
    explanations are meant for a 32bit System. The solution for a x64
    will be similar, only the file or folder names will probably be
    different?

    IMPORTANT: NO WARRENTY CAN/WILL BE GIVEN. It worked for me, it
    PROBABLY will work for you. PLEASE read ALL steps before actually
    doing any of them, to make sure you understand what I try to do
    so nothing is missed/misunderstood! All changes made to your system
    and its files are at you OWN risk, as always :)

    It is assumed that you know how to change/check ownership and
    permissions on files. If not, please read at least something like
    the folowing link, or check other sources!


    Very well, let's get to it then :)

    Step 1)
    Locate authui.dll in the dir "C:\Windows\System32\" and make
    a
    backup in some other folder.
    Note: the rights/permissions and the ownership will be
    changed for the backup. Check out how the original
    settings
    on the original file in System32 are before you copy it, in
    order to restore them after the changes.
    I did it this way,
    so restoring the original settings. I don't know if it works
    without resetting the ownership/permissions afterwards!


    Step 2)
    Download a tool to modify resources like exe/dll. I used
    "Resource Tuner" which comes with a 30day trial.

    Resource Tuner 1.99 R6: Download The Best Resource Editor.
    Search and replace icons and text. Icon edit.

    Another possibility seems to be "Resource Hacker" which is
    completely freeware. I haven't tested this yet.

    Resource Hacker


    And of course install it.


    Step 3)
    Open the copy of authui.dll with the Resource Tuner and
    navigate to the "folder" UIFILE and expand it.
    Inside, there
    will be some files named with the earlier mentioned numbers
    12400 - 3. For me there were only 3 files named from 12400
    to 12402.

    Step 4)
    As Blizarro stated here: Removing Picture Frame On Startup/Login Screen,
    add the bold, red part to all of the in Step 3) located
    files. Searching for the first part of the string (purple)
    works like a charm

    Code:
    <ZoomableElement id="atom(PictureContainer)" height="0" layout="filllayout()">
    In Resource Tuner, you need to select the file, e.g. 12400,
    and then click the "Resource Editor" icon in the toolbar in
    order to edit it. The content that is shown to the right
    after selecting the files is not editable.

    Then after hitting "Ok" for each file, choose: "File > Save
    File as..." and save it under the same name being authui.dll.

    Note: If you overwrite the copy, you need to copy the
    original again, or simply rename the original in the next
    step in order to keep a backup! I used the second method, as
    overwriting the original with a modified version within
    System32 resulted in an error-message.


    Step 5)
    Up to now you should have the original in System32, a copy
    of it that has been modified in the previous step and
    optionally a backup of the original dll.

    Now, in order to proceed you have to change the ownership
    and some permissions of the original file in System32. So
    take ownership and set the permissions to full control.

    If you do not have the optional backup, then rename the
    original to something like _authui.dll or authui_backup.dll.
    If and only if you have a backup, delete the original now,
    and replace it by copy-pasting the modified version into
    your System32 folder.


    Step 6)
    Reset the original ownership/permissions. For me, I opened
    the "Security-Tab (RC on the file) > Advanced" and added
    "NT SERVICE\TrustedInstaller" with Full Control permissions.
    Then I removed all but the read/exec permissions from all
    other users. Then in the Owner-Tab I resetted
    TrustedInstaller as owner.


    Note: this can be different on other systems, keep to your
    notes from Step 1)!

    After this I rebooted (maybe -logging off- will work too?) and it
    worked like a charm Only thing I maybe would like to do in addition
    to this is to center the input-boxes. But that's not for now. So if
    someone knows what values have to be tweaked for that: let me know.
    Works awesome, thanks a lot
      My Computer


  5. Posts : 1
    windows 7 ultimate x64
       #55

    The solution worked perfectly,could you help me in one more matter ?
    I have two admin accounts .
    Both of them show up when i select switch user from logon screen
    ,now the issud is that ,with the account picture and aero frame removed there is only just names of each account .
    Thats fine because thats what i asked for ,but the question is how to increase just the account names in thd switch user screen
      My Computer


  6. Posts : 1
    Windows 7 Ultimate x64
       #56

    okay so I know this I quiet an old post but after searching for a while this is about the closest source I've come across.

    I want to move the user name and password fields to the upper left corner of my logon screen and want to delete the picture box as well. Is there any software or way to go about doing this any info would be much appreciated.

    Thanks in advance!!
      My Computer


  7. Posts : 22
    Windows 7 32bit Enterprise
       #57
      My Computer


  8. Posts : 2
    Windows 7 64 bit
       #58

    Here is a program to remove the picture frame


    It's safe and it works. Click here:

    Remove logon screen frame
      My Computer


  9. Posts : 2
    Windows 7 64 bit
       #59

    Here is a program to remove the picture frame.


    It's safe and it works beautifully. This is not an advertisement. Click here:

    Remove logon screen frame
      My Computer


  10. Posts : 6
    Windows 7 Pro x64
       #60

    I wasn't sure whether to start a new thread or use this one for the issue I'm having, but since removing the picture frame is part of my issue I figure I might as well not clog up the forum unless told otherwise.

    I'm having a bit of a weird issue with my authui file. For information, I have three authui files : the original, untouched one, one I edit myself, and one that was made by xxxdannyxxx two years ago and was posted on the 3rd page of this very topic.

    Basically, whatever edits I may make on it isn't taken into account afterwards (yes, I did set up the permissions right, and the changes I make are saved to the file - at least according to Resource Hacker). Therefore, even after following the step-by-step tutorial by Zoppa posted on the 2nd page of this topic multiple times, nothing changed and I still had the picture frame.

    However, using the file posted by xxxdannyxxx DOES remove the frame by using the very same technique posted above (adding height="0" to the picturecontainer lines), but does not remove the EAC nor the branding (according to the file's content, it should, but it doesn't). Trying to copy-paste the contents from danny's file to mine yield the exact same results : My file doesn't work, his does.

    I simply do not understand these inconsistencies. It's like edit made by myself simply aren't there at all.
      My Computer


 
Page 6 of 7 FirstFirst ... 4567 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 12:47.
Find Us