This is a windows 7 Customization trick with which help we can remove pictures frame appears on Startup of Windows7, lets see how to remove pictures frame on startup of windows 7
- Logon to Windows 7
- Navigate to
c:\windows\system32\ - Here you will find Authui.dll
- Right Click and Open With Notepad or Wordpad
or - Drag this file to Wordpad, it will automatically load all the Data coded in it
- Now here Find:
UserTileTemplate - Use any of the following code
One Method is
<UserTile resid="UserTileTemplate" margin="rect(0rp,10rp,0rp,10rp)" height="0" layout="verticalflowlayout(0,2,2)" sheet="UsersStyle">
Second method is
<UserTile resid="UserTileTemplate" margin="rect(0rp,10rp,0rp,10rp)" visible="false" layout="verticalflowlayout(0,2,2)" sheet="UsersStyle"> - Save the file and restart the Computer
- We have successfully removed picture frame on startup
0 comments
Post a Comment