Desktop Wallpaper's problematic GPO

Hello,
I have Windows Server 2012 R2 installed on my domain controllers and on client side I'm using windows XP/7/8 versions. 
I've pushed new wallpaper on client computers by using Group Policy and except Windows XP all works great - On windows 7 and 8 desktop wallpaper is showing on the display.
As for installation of desktop wallpaper on Windows XP - after login nothing is changing on the display, but in the display properties, on the "themes" and "Desktop" tab is showing the new wallpaper, that already was displayed
without problems on 7 and 8 versions.
On XP computers gpresult showing me that wallpaper policy was successfully pushed.
So, What about this issue guys, what should I do to display this wallpaper on windows XP machines?
Thanks a lot,

Hi,
Before going further, how did we deploy the wallpaper via group policy? Besides, please try to use
Fill Wallpaper Style as this will work best with most screen resolutions. Moreover, we can try to logon continuously twice to see if the wallpaper can take effect, or we can try to enable the setting Computer Configuration\Administrative
Templates\System\Logon\Always wait for the network at computer startup and logon.
In addition, there are several ways to deploy wallpaper via group policy. If the issue persists, we can try alternative solutions to see if it helps.
Regarding this point, the following article can be referred to for more information.
Using Group Policy to configure Desktop Wallpaper (“Background”)
http://www.grouppolicy.biz/2011/03/best-practice-using-group-policy-to-configure-desktop-wallpaper-background/
If we want to try to use Group Policy Preferences to deploy wallpaper, as also mentioned by Craig, we need to install client side extensions of GPP for Windows XP clients. Regarding this point, the following article can be referred to for more information.
Information about new Group Policy preferences in Windows Server 2008
http://support.microsoft.com/kb/943729
Best regard,
Frank Shen
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

Similar Messages

  • Desktop wallpaper is not applying on windows 7, works XP machine

    Hi Team,
    I have created Desktop wallpaper GPO for our environment and the Desktop wallpaper is applying on XP machines not windows 7 professional, so could you  please help me with this issue ?

    Hi
     Could please check the article about method 2 for configure a registry key wallpaper configuration;
    http://www.grouppolicy.biz/2011/03/best-practice-using-group-policy-to-configure-desktop-wallpaper-background/

  • Set desktop wallpaper based on screen resolution for both WinXP and Win7

    I'm hoping someone can answer this for me. I would like to be able to set the desktop wallpaper based on the current screen resolution when a user logs in. I've made several .BMP files for varying resolutions with our corporation logo. But, say
    if a wallpaper for a resolution of 1024x768 on a 4:3 monitor is set, then that monitor is replaced with a 16:10 monitor with a resolution of 1280x800 or 1600x900, the wallpaper looks stretched out and ugly. The only way to change it is manually on
    each computer, but most end users (students) would not have permissions to do so.
    I thought this question would have been asked before, but after many, many searches, I've only come across one reference that copies the background from a network share to a location on the local computer, which I found
    here. In my case, the file will already be on the local computer, but I am not sure how to force the system to change the wallpaper based on the current screen resolution. I'm sure it is possible and maybe I am overlooking something very simple. I
    was also thinking that this would either happen only once on first login or maybe based on user authentication (which group the user belongs to) so that teachers are still able to change their wallpaper, but students would not be able to.
    If it helps, I will be deploying the image using MDT 2010 Update 1. The same base image will be used on multiple machine types (HP desktop sand laptops and Lenovo desktops) which could have one of 6-7 different monitor types connected. I'd also like
    this to happen on the local machine instead of GPO or logon script as there is already a lot happening there.
    I would need to be able to do this for both Windows XP Pro and Windows 7 Ent x64. The XP machines will mostly have 4:3 monitors, but there are exceptions.
    Maybe what I am asking isn't entirely possible or possible at all. I, unfortunately, am in the extremely early stages of learning Microsoft Scripting (VBScript and PowerShell) to use with MDT 2010, so I know next to nothing when it comes to these scripting
    processes, but am willing to try and learn.
    Any help anyone can suggest, I would be extremely grateful.

    I almost abandoned this because I thought it was going to interfere with using BGInfo. But, as it turns out, I was able to incorporate the running of BGInfo into a script that I
    created. And, once I saw what 16:10 Aspect Ratio background looked like on a 16:9 Aspect Ratio screen, I was not satisfied.
    I happened to use the first script that MkShffr posted from geekshangout.com, but then I added more items to it. I also created three high-res wallpaper backgrounds as suggested
    by pagerwho.
    My script is based on the Aspect Ratio of the current resolution. Since most, if not all, systems will get the resolution set during deployment, this was easy to calculate.
    And by forcing the output of the Aspect Ratio to two decimal places, I just used a Case statement to select which aspect ratio to choose from and apply the wallpaper assigned to it. I thought about using If Then statements, but I think the Case statement
    is much cleaner.
    And, because BGInfo wants to change the Picture Position to "Tile" instead of "Fit" that I manually set it to in my image, I added two reg key change lines per Case. BGInfo still
    changes the Picture Position to "Tile", but for whatever reason, this works. I tested this by using a laptop with a 16:9 Aspect Ratio screen. In my image, I manually set a 16:10 wallpaper because that will be the primary Aspect Ratio used in our corporation,
    however we are getting more 16:9 Aspect Ratio laptops and from what HP is saying, everything will be standardizing on this Aspect Ratio.
    I made sure the Screen profile that I saved in my image was loaded which includes the 16:10 wallpaper. I then placed this script in the “C:\ProgramData\Wallpaper_Change”
    directory that I created in the image. I then added a registry value in HKLM\System\Microsoft\Windows\CurrentVersion\Run and created a String Value. I did this so that it would run at log in, but I didn't want it to show in the Startup Folder in the All Programs
    Menu. It takes less than a second to run, but it seems to work well. I tested it several time to see if there were any anomalies, but it seemed to work great each time. I have yet to test it with a computer that is on the domain with a regular user account,
    which I will be doing in the next day or two.
    In the mean time, if someone want to try it out and see if it works from thier use, here is the code. I did comment out the wscript.echos, but left them in to use for troubleshooting
    in the future.
    -Mike
    ==============================
    Option Explicit
    Dim array_ScreenRes, screenRes_X, screenRes_Y, oIE, width, height, aspect_ratio
    Dim decpos, wallpaper1, wallpaper2, wallpaper3, oShell
    array_ScreenRes = GetScreenResolution
    screenRes_X = array_ScreenRes(0)
    screenRes_Y = array_ScreenRes(1)
    wallpaper1="C:\Windows\Web\Wallpaper\TSC\Win 7 - 2560 x 1440 (16-9)TSC.bmp"
    wallpaper2="C:\Windows\Web\Wallpaper\TSC\Win 7 - 2560 x 1600 (16-10)TSC.bmp"
    wallpaper3="C:\Windows\Web\Wallpaper\TSC\Win 7 - 2560 x 1920 (4-3)TSC.bmp"
    Set oShell = CreateObject("Wscript.Shell")
    'wscript.echo "Resolution is " & screenRes_X & "x" & screenRes_Y
    aspect_ratio = screenRes_X/screenRes_Y
    decpos=instr(aspect_ratio,".")+2
    aspect_ratio=left(aspect_ratio,decpos)
    'wscript.echo "Aspect Ratio is " & aspect_ratio
    Select Case aspect_ratio
    Case "1.77"
     oShell.RegWrite("HKCU\Control Panel\Desktop\Wallpaper"), wallpaper1
     oShell.RegWrite("HKCU\Software\Microsoft\Internet Explorer\Desktop\General\WallpaperSource"), wallpaper1
     oShell.RegWrite("HKCU\Control Panel\Desktop\TileWallpaper"), "0"
     oShell.RegWrite("HKCU\Control Panel\Desktop\WallpaperStyle"), "6"
    Case "1.6"
     oShell.RegWrite("HKCU\Control Panel\Desktop\Wallpaper"), wallpaper2
     oShell.RegWrite("HKCU\Software\Microsoft\Internet Explorer\Desktop\General\WallpaperSource"), wallpaper2
     oShell.RegWrite("HKCU\Control Panel\Desktop\TileWallpaper"), "0"
     oShell.RegWrite("HKCU\Control Panel\Desktop\WallpaperStyle"), "6"
    Case "1.33"
     oShell.RegWrite("HKCU\Control Panel\Desktop\Wallpaper"), wallpaper3
     oShell.RegWrite("HKCU\Software\Microsoft\Internet Explorer\Desktop\General\WallpaperSource"), wallpaper3
     oShell.RegWrite("HKCU\Control Panel\Desktop\TileWallpaper"), "0"
     oShell.RegWrite("HKCU\Control Panel\Desktop\WallpaperStyle"), "6"
    End Select
    oShell.Run "%windir%\System32\RUNDLL32.exe user32.dll,UpdatePerUserSystemParameters", 1, True
    oShell.Run "C:\ProgramData\BGInfo\BGInfo.exe C:\ProgramData\BGInfo\TSC.bgi /timer:0"
    Function GetScreenResolution()
     Set oIE = CreateObject("InternetExplorer.Application")
     With oIE
        .Navigate("about:blank")
        Do Until .readyState = 4: wscript.sleep 100: Loop
        width = .document.ParentWindow.screen.width
        height = .document.ParentWindow.screen.height
     End With
     oIE.Quit
     GetScreenResolution = array(width,height)
    End Function

  • SCCM Application to change user desktop wallpaper

    Hi,
    Recently, I installed an application thru SCCM which changes the user desktop wallpaper to a custom JPEG file. I tested it on few machines and when I log in to the machines, I could see the application in Software Center and after it gets installed, the
    registry value at "HKCU:\Control Panel\Desktop\Wallpaper" also got updated with the JPEG file as well. But when a different user logs into the same machine, he can see the application being under installed software in Software Center and also
    the registry value being updated as well, but the wallpaper isn't getting changed on his desktop, even after he logoff/logon and do a machine restart. I verified that there are no GPO that have any restrictions on these machines/users. The application has
    the below vbscript code and it's set to "Install for User" setting.
    Thanks.
    Program code:
    Const HKEY_CURRENT_USER = &H80000001
    strComputer = "."
    Dim WshShell
    Dim Fso
    Dim Directory
    Dim Wallpaper
    Set WshShell = WScript.CreateObject("WScript.Shell")
    set fso = CreateObject("Scripting.FileSystemObject")
    Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv")
    Directory = WshShell.CurrentDirectory
    Wallpaper = fso.BuildPath(Directory, "abc.jpg")
    strKeyPath = "Control Panel\Desktop"
    ValueName = "Wallpaper"
    objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, ValueName, Wallpaper
    NM

    I didn't say it wasn't good to install per-user, just that you are counting on the wallpaper reference to ccmcache which is what's bad. Thus, you should copy that to a common location as pointed out. No, it doesn't automatically get applied if copied to
    Windows\Web\Wallpaper, but it will be available for all.
    Typically, if you want to force the wallpaper, you would use a group policy. There's no other direct way to apply a user based setting to every existing user on a system though. It is possible, just not straight-forward.
    Jason | http://blog.configmgrftw.com

  • In my Macbook Pro, on a few occassions, the apple menu bar blacks out. its displayed as a negative image. The desktop wallpaper get greyed out and i get a blank screen as wallpaper. No idea why this happens. I reset the system and issue gets resolved.

    In my Macbook Pro, on a few occassions, the apple menu bar blacks out. its displayed as a negative image. The desktop wallpaper get greyed out and i get a blank screen as wallpaper. No idea why this happens. I reset the system and issue gets resolved.

    AshwinVC wrote:
    I reset the system and issue gets resolved.
    How? 

  • How do I set the desktop wallpaper with an image in aperture 3?

    Sorry for the silly question, but I can't find how to set my desktop wallpaper with an image in aperture 3. It was simple when using Iphoto, but I can't find the method in aperture.
    Thanks,
    Dale.

    Command(⌘)-9 is no longer listed in the list of default keyword shortcuts, and it has no effect.
    I wrote a little Automator service to bring the Command(⌘)-9 back.
    A copy of this service is here for download:
    http://dreschler-fischer.de/scripts/SetDesktopPicture.workflow.zip
    This service uses three actions:
    Aperture: Get selected images
    Export Masters
    Finder: Set the Desktop Picture
    To install it, open the workflow in Automator and save it as service.
    To use it, select any image in Aperture, then activate the service from the Aperture menu -> Services, and it will set the master of the selected image as Desktop picture.
    If you like, you can assign the Command(⌘)-9 key to the service (in the System Preferences -> Keyboard -> Keyboard Shortcuts Panel) and then  turn any image you selected into Desktop wallpaper by simply pressing (⌘)-9.
    @Frank Caggiano, if you are still following this thread: for some reason this workflow succeeds with exporting the master, but I could not get it to work with the versions instead. Any ideas?
    Caution: this service will clutter the Desktop with the exported images. If you want to avoid that, change the export action to export the image to a different folder.
    Regards
    Léonie

  • Desktop Wallpaper shows blank in windows 7 and works in win xp & win 8.

    Dear MS Support,
    We have applied one newly designed Desktop Wallpaper for all our computers in GAVS. It is not working in win 7 and it works in Win XP and in Win 8.
    I have searched in Microsoft forums and they mentioned to install one hotfix. I tried to install and it is not working..
    Our Group Policy and working and I can able to see the wallpaper path in my registry settings.. 
    Kindly help me to fix this issue.. 
    Given below the hotfix url… 
    http://support.microsoft.com/default.aspx?scid=kb;en-us;977944&sd=rss&spid=14481

    Hi,
    After you applied the policy, what wallpaper will the Desktop of Windows 7 change to? Is it a solid colour desktop? If not, The Hotfix should not work in this case.
    Here is a very good troubleshooting guide for Wallpaper Group Policy.
    http://blogs.technet.com/b/askperf/archive/2011/12/13/wallpaper-deployment-troubleshooting.aspx
    If you have any feedback on our support, please clickhere
    Juke Chou
    TechNet Community Support

  • Windows 8.1 Desktop wallpaper not shown if Explorer is not running

    Hi,
    I set wallpaper image using registry:
    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "Wallpaper"="C:\\Windows\\Web\\Wallpaper\\Windows\\img0.jpg"
    Problem is that I need to show wallpaper WITHOUT explorer running.
    W7 and W8:  If explorer is running, wallpaper is shown correctly.
    W8:               If I end task "Windows Explorer" via task manager, wallpaper disappear and only blank (dark blue) screen is shown.
    W7:               If I end task explorer.exe wallpaper is still shown.
    Anyone knows how to show a image without explorer running on Windows 8?
    Regards,
    Tomas Ryba

    Hello Tomas Ryba,
    After lots of test and research, I still can’t find a solution to meet this requirement.
    I tried to use the process monitor to capture the registry and process activity in Windows 8 and Windows 7, but can’t find the resolution.
    I think this setting is by design.
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Desktop wallpaper on external drive not retained after reboot

    Hi all,
    On rebooting my Late '12 iMac, the desktop wallpaper always reverts back to the default Yosemite one. The wallpaper is stored in a folder on my USB 3.0 ext drive, and when the desktop appears the icon is there for the external drive and ai can browse and re-set the wallpaper.
    Also, possibly related, I have an icon for Steam on my Dock, which becomes a question mark upon reboot as if Yosemite can no longer find the app. Steam is also stored externally. However like above, I can click the icon and the Mac is able to see and launch steam no problems, and the question mark then reverts back to the steam icon.
    The iMac has been upgraded by myself so that internal drive is a Samsung Evo 840 SSD. As crazy as it sounds I almost think that the Mac is booting (which takes around 6 seconds from grey Apple to logon screen) faster than it is reading the external drive. But what is weirder is that the logon screen has a blurred version of the correct wallpaper behind it, which flicks the default Yosemite one when I login.
    Any ideas?

    dannytheone wrote:
    On rebooting my Late '12 iMac, the desktop wallpaper always reverts back to the default Yosemite one. The wallpaper is stored in a folder on myly,  USB 3.0 ext drive, and when the desktop appears the icon is there for the external drive and ai can browse and re-set the wallpaper.
    Also, possibly related, I have an icon for Steam on my Dock, which becomes a question mark upon reboot as if Yosemite can no longer find the app. Steam is also stored externally. However like above, I can click the icon and the Mac is able to see and launch steam no problems, and the question mark then reverts back to the steam icon.
    The iMac has been upgraded by myself so that internal drive is a Samsung Evo 840 SSD. As crazy as it sounds I almost think that the Mac is booting (which takes around 6 seconds from grey Apple to logon screen) faster than it is reading the external drive. But what is weirder is that the logon screen has a blurred version of the correct wallpaper behind it, which flicks the default Yosemite one when I login.
    Any ideas?
    It doesn't actually sound crazy, except for the thing with the blurred wallpaper which does sound odd. The easy way to test it would be to move your preferred wallpaper to your boot drive to see if it loads at boot. I'm assuming it will. In my limited testing of Yosemite, the wallpaper choice sticks, as it should, but it's on my boot drive.
    Have you noticed if the problem of drives being improperly ejected when system wakes from sleep has been corrected in Yosemite?

  • Desktop wallpaper missing

    I'm not sure at what point this happened but I'm running Lion 10.7.5 and not all of the Desktop wallpaper shows... for example I can see "Desktop Pictures" but that's it, the black and white pictures, or Nature is gone... and I know they were there before.  Also I have already repaired my permissions and verified my hard disk both of which checked out OK. Thanks in advance for any help.

    Unless you saved them from a previous OS and put them in /Users/username/Pictures/, color them gone. Apple decided that users wouldn't like the old ones, so they blew them out of /Library/Desktop Pictures/. I kept mine and can still use things like Abstract 7 on my machine, in all three OSs. BTW, there aren't any wallpapers on Macs. That's too windoze-centric for most of us.

  • Desktop Wallpaper

    Where can I locate the location of where the current desktop wallpaper is stored?
    Here's the problem...
    A long time ago... in a galaxy far far away... I had downloaded a cool photo I found on google images and set as my desktop wallpaper. I never changed the default name of the file... and can't remember said file's name (so a spotlight search ain't too helpful). To make matters worse... I believe I had deleted the original file at some point. When I go to system preferences I do not see the file. I noticed when I changed the screen resolution my desktop background changed to the picture I set for my login splash screen... which probably confirms the file is MIA. Not wanting to lose the original file that I cannot seem to locate... I powered off the system so that the new desktop background would not be saved. So here I am with my MIA picture set back as my desktop background... but can't figure out the file's name or where it is located. Any help in locating this file is greatly appreciated.
    Ciao~ Louie

    Louie,
    The current desktop picture is stored as a cache file in the following location:
    ~/Library/Caches/Desktop Pictures
    You may also find it in the following spot:
    ~/user/Library/Caches/Desktop
    (where "user" is your username)
    However, the files are not stored in an image format.

  • My MacBook desktop wallpaper has dissapeared and now its just a blue screen? and my toolbar at the bottom of the screen has dissapeared as well. Please can someone help !!?

    my MacBook desktop wallpaper has dissapeared and now its just a blue screen? and my toolbar at the bottom of the screen has dissapeared as well. Please can someone help !!?

    Try restarting your Mac.
    If that doesn't help, open a Finder window. Select your Home folder (it has a small house icon) in the Sidebar on the left.
    Now open the Library folder then the Prefernces folder.
    Move the com.apple.desktop.plist file to the Trash. Restart your Mac one more time.

  • Desktop wallpaper resets on reboot

    Hi All i have an Intel I7 Mac Mini running the latest version of Mavericks.
    The problem is that if i set a desktop wallpaper of my choosing the picture defaults to the Mavericks Wave Image on reboot.
    If i just put the mac to sleep then everything is fine when it awakes my chosen wallpaper is still there.
    But if i reboot my wallpaper selection is replaced by the Mavericks Wave image.
    Any ideas

    Try to delete com.apple.desktop.plist from Preferences folder into your user library.
    While you have the Finder's  "GO" menu open, press "Option"  : a Library item will appear in the list – That's the one that has the .plist in its Preferences folder. Delete the file
    Then close your current session, and restart it. You'll always have the "wave" wallpaper.
    Change the wallpaper, then shut down your computer and restart it.
    Empty the trash in secure mode to delete the old .plist file
    It has worked for me

  • Extended desktop wallpaper support videowallpaper

    hi  i just have 1 request can in the future windows play mp4 video without sound to use as desktop wallpaper we re in 2015 and still the only thing you can place as desktop wallpaper are just pictures {BORING} would be nice to have an loopable extract
    of video of your favorite game film video series whatso ever ppl like

    Extended Desk top is supported by OS X.
    In fact, I have had a 21.5" LG connected to my 17 Early Core Duo for Years using a Mini-DVI to DVI adapter and a DVI cable.
    Apple Mini-DVI to DVI Adapter - Apple Store (U.S.)
    For smaller/older Monitor's an analog VGA connection will work fine, whereas a digital DVI connection supports higher resolutions and quality.

  • Mountain Lion desktop wallpaper won't change!

    Hi guys,
    Hope somone can help with this, it's been bugging me ever since I upgraded to Mountain Lion!
    Whenever I change the desktop wallpaper with any of the ones provided on my Mac and reboot my laptop it reverts back to the original wallpaper that was set back during Lion (OS X 10.7) before the upgrade. I'm currently running the latest update (10.8.1) on my MacBook Pro Retina and still having the same problem!
    Any help would be appreciated! Thanks.

    Here are the outpouts for each step:
    Step 1:
    com.logmein.driver.LogMeInSoundDriver (1.0.0)
    Step 2:
    com.timesoftware.timemachineeditor.backupd-auto
    com.mcafee.virusscan.fmp
    com.mcafee.virusscan.ssm.ScanManager
    com.mcafee.ssm.Eupdate
    com.logmein.raupdate
    com.logmein.logmeinserver
    com.google.keystone.daemon
    com.adobe.fpsaud
    Step 3:
    org.thebends.iphonedisk.mobile_fs_util
    com.mcafee.reporter
    com.mcafee.menulet
    com.logmein.logmeinguiagent
    com.logmein.logmeingui
    com.google.keystone.system.agent
    ws.agile.1PasswordAgent
    com.facebook.videochat.Sulaiman.updater
    com.divx.agent.postinstall
    Step 4:
    /Library/Components:
    /Library/Extensions:
    /Library/Frameworks:
    AEProfiling.framework
    AERegistration.framework
    AVEngine.framework
    Adobe AIR.framework
    AudioMixEngine.framework
    DivX Toolkit.framework
    FxPlug.framework
    HPDeviceModel.framework
    HPPml.framework
    HPServicesInterface.framework
    HPSmartPrint.framework
    HPSmartX.framework
    MacScanner.framework
    NyxAudioAnalysis.framework
    PluginManager.framework
    ProFX.framework
    ScanBooster.framework
    TSLicense.framework
    VirusScanPreferences.framework
    iTunesLibrary.framework
    /Library/Input Methods:
    /Library/Internet Plug-Ins:
    AdobePDFViewer.plugin
    DirectorShockwave.plugin
    Disabled Plug-Ins
    DivXBrowserPlugin.plugin
    Flash Player.plugin
    Flip4Mac WMV Plugin.plugin
    GarminGpsControl.plugin
    Google Earth Web Plug-in.plugin
    JavaAppletPlugin.plugin
    LogMeIn.plugin
    LogMeInSafari32.plugin
    LogMeInSafari64.plugin
    OVSHelper.plugin
    OfficeLiveBrowserPlugin.plugin
    Quartz Composer.webplugin
    QuickTime Plugin.plugin
    Silverlight.plugin
    TVUPlugin.webplugin
    flashplayer.xpt
    googletalkbrowserplugin.plugin
    iPhotoPhotocast.plugin
    iPrint.plugin
    npgtpo3dautoplugin.plugin
    nsIQTScriptablePlugin.xpt
    /Library/Keyboard Layouts:
    /Library/LaunchAgents:
    com.google.keystone.agent.plist
    com.logmein.logmeingui.plist
    com.logmein.logmeinguiagent.plist
    com.logmein.logmeinguiagentatlogin.plist
    com.mcafee.menulet.plist
    com.mcafee.reporter.plist
    org.thebends.iphonedisk.mobile_fs_util.plist
    /Library/LaunchDaemons:
    com.adobe.fpsaud.plist
    com.google.keystone.daemon.plist
    com.logmein.logmeinserver.plist
    com.logmein.raupdate.plist
    com.mcafee.ssm.Eupdate.plist
    com.mcafee.ssm.ScanManager.plist
    com.mcafee.virusscan.fmpd.plist
    com.timesoftware.timemachineeditor.backupd-auto.plist
    /Library/PhonePlugins:
    <- Copy to ~:Library:PhonePlugins
    Feisar-K770.phoneplugin
    /Library/PreferencePanes:
    DivX.prefPane
    Flash Player.prefPane
    Flip4Mac WMV.prefPane
    HP Scanners.prefPane
    MacFUSE.prefPane
    /Library/PrivilegedHelperTools:
    /Library/QuickLook:
    GBQLGenerator.qlgenerator
    iBooksAuthor.qlgenerator
    iWork.qlgenerator
    /Library/QuickTime:
    AppleIntermediateCodec.component
    AppleMPEG2Codec.component
    DivX Decoder.component
    DivX Encoder.component
    Flip4Mac WMV Advanced.component
    Flip4Mac WMV Export.component
    Flip4Mac WMV Import.component
    /Library/ScriptingAdditions:
    Adobe Unit Types.osax
    /Library/Spotlight:
    GBSpotlightImporter.mdimporter
    Microsoft Office.mdimporter
    iBooksAuthor.mdimporter
    iWork.mdimporter
    /Library/StartupItems:
    Aladdin
    HP IO
    HP Trap Monitor
    HWNetMgr
    cma
    /etc/mach_init.d:
    /etc/mach_init_per_login_session.d:
    /etc/mach_init_per_user.d:
    Library/Address Book Plug-Ins:
    SkypeABDialer.bundle
    SkypeABSMS.bundle
    YMsgrCallABPlugin.bundle
    YMsgrMsnABPlugin.bundle
    YMsgrSmsABPlugin.bundle
    YMsgrYimABPlugin.bundle
    Library/Fonts:
    Library/Input Methods:
    .localized
    Library/InputManagers:
    Smart Crash Reports
    Library/Internet Accounts:
    V1
    Library/Internet Plug-Ins:
    FacebookVideoCalling.bundle
    Library/Keyboard Layouts:
    Library/LaunchAgents:
    com.apple.AddressBook.ScheduledSync.ABExchangeSource.67885491-CF2E-4726-ABF0-7F6 D698DA360.plist
    com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.C575A6AF-BB78-4B6F-8953-9D6 A2947010D.plist
    com.apple.FolderActions.enabled.plist
    com.apple.FolderActions.folders.plist
    com.apple.SafariBookmarksSyncer.plist
    com.divx.agent.postinstall.plist
    com.facebook.videochat.Sulaiman.plist
    ws.agile.1PasswordAgent.plist
    Library/PreferencePanes:
    Perian.prefPane
    Library/QuickTime:
    AC3MovieImport.component
    Perian.component
    Library/ScriptingAdditions:
    1Password Addition.osax
    LimeWire/Incomplete:
    Step 5:
    Backup Engine, iprint-listener, iprint-listener-gui, HP Scanjet Manager, HP Scheduler
    Not sure what all those are as long as they help fixing this annoying issue!

Maybe you are looking for