Convert .bat to c#

  • Thread starter Thread starter Mark6712
  • Start date Start date
M

Mark6712

Guest
Hi! I want to convert this code to c#

reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d D:/wallpaper.bmp /f
RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters


AKA. Set the desktop wallpaper in c#, any ideas please?

Continue reading...
 
Back
Top