JoeMang 0 Report post Posted September 23, 2014 While running my IE 11 install via SCCM, my desktop background is reverting to the MS Solution Accelerator background you get during the OSD build. I tried injecting BGInfo into the process but I can't figure out why its even being applied in the first place. Once the machine reboots it goes back to the users normal desktop background. Any ideas? Quote Share this post Link to post Share on other sites
anyweb 457 Report post Posted September 24, 2014 create some steps at the end of your task sequence to delete the bg backgrounds cmd.exe /c reg delete "HKU\.DEFAULT\Control Panel\Desktop" /v TileWallpaper /f cmd.exe /c reg delete "HKU\.DEFAULT\Control Panel\Desktop" /v Wallpaper /f Quote Share this post Link to post Share on other sites