User Tools

Site Tools


microsoft:desktop:win_7:remove_pictureframe

This is an old revision of the document!


Remove Picture frame on Windows Startup

Kako se riješiti sličica korisnika sa login ekrana (i praznog okvira za sliku)

Najprije vam treba “Resource Hacker” koji možete skinuti sa: http://www.angusj.com/resourcehacker/

Počnite tako da preuzmete vlasništvo nad datotekom C:\Windows\System32\authui.dll
Desni klik na datoteku i… Properties > Security > Advanced > Owner > Edit > Odaberite “Administrators” ili instalirajte "Take Ownership" dodatak u Windows explorer pa ćete to ubudće radit sa jednim klikom miša.

Napravie kopiju datoteke authui.dll na desktop, a originalnu (u system32 folderu) preimenujte. Ako nešto ne bude radilo korektno uvijek možete pokrenuti računalo sa “Live CD-a” ili “Hiren's Boot CD-a” i vratiti prvobitno stanje.
Ukoliko ste na 64 bitnim Windows-ima 7, ponovite postupak za authui.dll u C:\Windows\sysWOW64 folderu. Obje datoteke su iste, pa kad ste gotovi sa editiranjem kopirajte novu verziju u oba foldera.

Otvorite datoteku authui.dll u “Resource Hacker-u”.

Tražimo tri XML datoteke: UIFILE\12400\1033, UIFILE\12401\1033, and UIFILE\12402\1033.

U UIFILE\12400\1033> pronađite slijedeći string:

<if id = "atom(PictureContainer)">
<if ElementZoomed = "true">
<ZoomableElement
width = "190rp"
height = "190rp"
/>
</if>
<if ElementZoomed = "false">
<ZoomableElement
width = "80rp"
height = "80rp"
/>
</if>
</if>
<if id = "atom(PicturePadding)">
<if ElementZoomed = "true">
<ZoomableElement
padding="rect(32rp, 32rp, 32rp, 32rp)"
/>
</if>
<if ElementZoomed = "false">
<ZoomableElement
padding="rect(16rp, 16rp, 16rp, 16rp)"
/>
</if>
</if>
<if id = "atom(Overlay)">
<if ElementZoomed = "true">
<ZoomableElement
width = "190rp"
height = "190rp"
borderthickness = "rect(1rp, 1rp, 1rp, 1rp)"
background = "resbmp(12223,7,-1,0,0,1,1)"
/>
<if HighDPI="true">
<ZoomableElement
background = "resbmp(12238, 7,-1,0,0,1,1)"
/>
</if>
</if>
<if ElementZoomed = "false">
<ZoomableElement
width = "80rp"
height = "80rp"
borderthickness = "rect(1rp, 1rp, 1rp, 1rp)"
background = "resbmp(12222,7,-1,0,0,1,1)"
/>
<if HighDPI="true">
<ZoomableElement
background = "resbmp(12237, 7,-1,0,0,1,1)"
/>
</if>
<if selected = "true">
<ZoomableElement
background = "resbmp(12219,7,-1,0,0,1,1)"
/>
<if HighDPI="true">
<ZoomableElement
background = "resbmp(12234, 7,-1,0,0,1,1)"
/>
</if>
</if>
<if mousefocused = "true">
<ZoomableElement
background = "resbmp(12218,7,-1,0,0,1,1)"
/>
<if HighDPI="true">
<ZoomableElement
background = "resbmp(12233, 7,-1,0,0,1,1)"
/>
</if>
</if>
<if selected = "true" mousefocused = "true">
<ZoomableElement
background = "resbmp(12220,7,-1,0,0,1,1)"
/>
<if HighDPI="true">
<ZoomableElement
background = "resbmp(12235, 7,-1,0,0,1,1)"
/>
</if>
</if>
</if>
</if>
<if id = "atom(Picture)">
<if ElementZoomed = "true">
<ZoomableElement
width = "126rp"
height = "126rp"
/>
</if>
<ZoomableElement
width = "48rp"
height = "48rp"
accessible = "true"
accrole = "40"
accname = "resstr(11400)"
/>
</if>

i obrišite ga . . .

U UIFILE\12401\1033> pronađite slijedeći string:

<if id = "atom(PictureContainer)">
<if ElementZoomed = "true">
<ZoomableElement
width = "190rp"
height = "190rp"
/>
</if>
<if ElementZoomed = "false">
<ZoomableElement
width = "80rp"
height = "80rp"
/>
</if>
</if>
<if id = "atom(PicturePadding)">
<if ElementZoomed = "true">
<ZoomableElement
padding="rect(32rp, 32rp, 32rp, 32rp)"
/>
</if>
<if ElementZoomed = "false">
<ZoomableElement
padding="rect(16rp, 16rp, 16rp, 16rp)"
/>
</if>
</if>
<if id = "atom(Overlay)">
<if ElementZoomed = "true">
<ZoomableElement
width = "190rp"
height = "190rp"
borderthickness = "rect(1rp, 1rp, 1rp, 1rp)"
background = "resbmp(12223,7,-1,0,0,1,1)"
/>
<if HighDPI="true">
<ZoomableElement
background = "resbmp(12238, 7,-1,0,0,1,1)"
/>
</if>
</if>
<if ElementZoomed = "false">
<ZoomableElement
width = "80rp"
height = "80rp"
borderthickness = "rect(1rp, 1rp, 1rp, 1rp)"
background = "resbmp(12222,7,-1,0,0,1,1)"
/>
<if HighDPI="true">
<ZoomableElement
background = "resbmp(12237, 7,-1,0,0,1,1)"
/>
</if>
<if selected = "true">
<ZoomableElement
background = "resbmp(12219,7,-1,0,0,1,1)"
/>
<if HighDPI="true">
<ZoomableElement
background = "resbmp(12234, 7,-1,0,0,1,1)"
/>
</if>
</if>
<if mousefocused = "true">
<ZoomableElement
background = "resbmp(12218,7,-1,0,0,1,1)"
/>
<if HighDPI="true">
<ZoomableElement
background = "resbmp(12233, 7,-1,0,0,1,1)"
/>
</if>
</if>
<if selected = "true" mousefocused = "true">
<ZoomableElement
background = "resbmp(12220,7,-1,0,0,1,1)"
/>
<if HighDPI="true">
<ZoomableElement
background = "resbmp(12235, 7,-1,0,0,1,1)"
/>
</if>
</if>
</if>
</if>
<if id = "atom(Picture)">
<if ElementZoomed = "true">
<ZoomableElement
width = "126rp"
height = "126rp"
/>
</if>
<ZoomableElement
width = "48rp"
height = "48rp"
accessible = "true"
accrole = "40"
accname = "resstr(11400)"
/>
</if>

i obrišite ga . . .

U UIFILE\12402\1033> pronađite slijedeći string:

<if id = "atom(PictureContainer)">
<if ElementZoomed = "true">
<ZoomableElement
width = "190rp"
height = "190rp"
/>
</if>
<if ElementZoomed = "false">
<ZoomableElement
width = "80rp"
height = "80rp"
/>
</if>
</if>
<if id = "atom(PicturePadding)">
<if ElementZoomed = "true">
<ZoomableElement
padding="rect(32rp, 32rp, 32rp, 32rp)"
/>
</if>
<if ElementZoomed = "false">
<ZoomableElement
padding="rect(16rp, 16rp, 16rp, 16rp)"
/>
</if>
</if>
<if id = "atom(Overlay)">
<if ElementZoomed = "true">
<ZoomableElement
width = "190rp"
height = "190rp"
borderthickness = "rect(1rp, 1rp, 1rp, 1rp)"
background = "resbmp(12223,7,-1,0,0,1,1)"
/>
<if HighDPI="true">
<ZoomableElement
background = "resbmp(12238, 7,-1,0,0,1,1)"
/>
</if>
</if>
<if ElementZoomed = "false">
<ZoomableElement
width = "80rp"
height = "80rp"
borderthickness = "rect(1rp, 1rp, 1rp, 1rp)"
background = "resbmp(12222,7,-1,0,0,1,1)"
/>
<if HighDPI="true">
<ZoomableElement
background = "resbmp(12237, 7,-1,0,0,1,1)"
/>
</if>
<if selected = "true">
<ZoomableElement
background = "resbmp(12219,7,-1,0,0,1,1)"
/>
<if HighDPI="true">
<ZoomableElement
background = "resbmp(12234, 7,-1,0,0,1,1)"
/>
</if>
</if>
<if mousefocused = "true">
<ZoomableElement
background = "resbmp(12218,7,-1,0,0,1,1)"
/>
<if HighDPI="true">
<ZoomableElement
background = "resbmp(12233, 7,-1,0,0,1,1)"
/>
</if>
</if>
<if selected = "true" mousefocused = "true">
<ZoomableElement
background = "resbmp(12220,7,-1,0,0,1,1)"
/>
<if HighDPI="true">
<ZoomableElement
background = "resbmp(12235, 7,-1,0,0,1,1)"
/>
</if>
</if>
</if>
</if>
<if id = "atom(Picture)">
<if ElementZoomed = "true">
<ZoomableElement
width = "126rp"
height = "126rp"
/>
</if>
<ZoomableElement
width = "48rp"
height = "48rp"
accessible = "true"
accrole = "40"
accname = "resstr(11400)"
/>
</if>

i obrišite ga . . .

Spremite datoteku i kopirajte je u System32 i sysWOW64 folder.

Napravite logoff.

Restartajte računalo i veselite se rezultatu.

Ukoliko je datoteka oštećena slijedeći boot će stati na praznom ekranu sa mouse pointer-om. U tom slučaku startamo OS sa Live CD-a ili Hiren's Boot CD-a kako je već spomenuto i ponovno preimenujemo originalnu datoteku.

microsoft/desktop/win_7/remove_pictureframe.1454930768.txt.gz · Last modified: 2016/02/08 11:26 (external edit)