Change the Windows background settings. |
// Set a picture as the desktop background.
BGChanger.SetPictureBackground(@"C:\Users\bg.png", BackgroundStyle.Stretch);
// Set a solid color as the desktop background.
BGChanger.SetSolidColorBackground(Color.Black);
// Reset the default Windows desktop background.
BGChanger.ResetBackground();