I am often working over a remote desktop to a client site, and when it comes to the more laborious tasks such as creating your FIM schema, one thing was always slowing me down ... the default FIM dialog background image (the fancy product UOC_loading_background.PNG that comes with FIM OOTB). Now the default image certainly looks lovely ... but it's 175 Kb in size, and seems to take my RDP session several passes to render the image each time I say click on the NEW toolbar button to create say a new attribute binding ... this takes up to about 10 seconds each time, and after a while becomes incredibly frustrating. So ... here's the simple process I took to get over this little hurdle, and now the dialogs present themselves very snappily indeed :)
From here I was able to pick up with the work I was doing at a far more productive rate. Isn't it amazing how something so small can amount to so much when it comes to usability? Here is the way to do that command line style and using a file that is already a .PNG (assumes WebServer Extensions installed on C drive) : ren "%ProgramFiles%\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\IMAGES\MSILM2\UOC_loading_background.PNG" large_*.* copy "%ProgramFiles%\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\IMAGES\MSILM2\hrline.PNG" "%ProgramFiles%\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\IMAGES\MSILM2\UOC_loading_background.PNG" IISRESET RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
Maheshkumar S Tiwari edited Revision 3. Comment: Added Tag
Ed Price - MSFT edited Revision 2. Comment: Updated title per guidelines
David Lundell -- ILM MVP edited Revision 1. Comment: Added Command line method