Re: Where to dl or copy devicedisplayobjectprovider.exe
Hi -
What anti-malware app quarantined it?
Two options at this time:
- Run SFC - http://support.microsoft.com/kb/929833
- Manually attempt to copy it from \WinSxS to \system32
Try #1 first.
For #2 - bring up an Admin CMD prompt -
START | type
cmd.exe | RIGHT-click on cmd.exe under "Programs" | select "Run as Administrator" | Paste -
Code:
[FONT=Lucida Console]copy C:\Windows\winsxs\amd64_microsoft-windows-fdddo_31bf3856ad364e35_6.1.7600.16385_none_b0de2afe4ca7a1e2\DeviceDisplayObjectProvider.exe c:\windows\system32[/FONT]
\WinSxS contains an exact copy of the one that should be in \system32.
From my Windows 7 SP1 system:
Code:
[FONT=Lucida Console]Microsoft Windows [Version 6.1.7601][/FONT]
[FONT=Lucida Console]Copyright (c) 2009 Microsoft Corporation. All rights reserved.[/FONT]
[FONT=Lucida Console]C:\Windows\System32>dir DeviceDisplayObjectProvider.exe[/FONT]
[FONT=Lucida Console]Volume in drive C is Windows7 x64[/FONT]
[FONT=Lucida Console]Volume Serial Number is 289F-AF69[/FONT]
[FONT=Lucida Console]Directory of [COLOR=purple][B]C:\Windows\System32[/B][/COLOR][/FONT]
[FONT=Lucida Console]07/13/2009 21:39 [COLOR=blue]111,616[/COLOR] [COLOR=red]DeviceDisplayObjectProvider.exe[/COLOR][/FONT]
[FONT=Lucida Console] 1 File(s) 111,616 bytes[/FONT]
[FONT=Lucida Console] 0 Dir(s) 11,746,983,936 bytes free[/FONT]
[FONT=Lucida Console]C:\Windows\System32>[/FONT]
Code:
[FONT=Lucida Console]Microsoft Windows [Version 6.1.7601][/FONT]
[FONT=Lucida Console]Copyright (c) 2009 Microsoft Corporation. All rights reserved.[/FONT]
[FONT=Lucida Console]C:\Windows\winsxs\amd64_microsoft-windows-fdddo_31bf3856ad364e35_6.1.7600.16385_none_b0de2afe4ca7a1e2>d[/FONT]
[FONT=Lucida Console]ir DeviceDisplayObjectProvider.exe[/FONT]
[FONT=Lucida Console]Volume in drive C is Windows7 x64[/FONT]
[FONT=Lucida Console]Volume Serial Number is 289F-AF69[/FONT]
[FONT=Lucida Console]Directory of [COLOR=purple][B]C:\Windows\winsxs[/B]\amd64_microsoft-windows-fdddo_31bf3856ad364e35_
6.1.7600.16385_none_b0de2afe4ca7a1e2[/color][/FONT]
[FONT=Lucida Console]07/13/2009 21:39 [COLOR=blue]111,616[/COLOR] [COLOR=red]DeviceDisplayObjectProvider.exe[/COLOR][/FONT]
[FONT=Lucida Console] 1 File(s) 111,616 bytes[/FONT]
[FONT=Lucida Console] 0 Dir(s) 11,746,824,192 bytes free[/FONT]
[FONT=Lucida Console]C:\Windows\winsxs\amd64_microsoft-windows-fdddo_31bf3856ad364e35_6.1.7600.16385_none_b0de2afe4ca7a1e2 [/FONT]
Here is that command for easier viewing -
copy C:\Windows\winsxs\amd64_microsoft-windows-fdddo_31bf3856ad364e35_6.1.7600.16385_none_b0de2afe4ca7a1e2\DeviceDisplayObjectProvider.exe c:\windows\system32
The part in
RED is a sub-folder of \WinSxS.
Copy/paste it from the CODE box into Admin CMD screen - not from the QUOTE box!
Regards. . .
jcgriff2
`