TjeuvanBussel Posted December 26, 2011 Share Posted December 26, 2011 Hey all! I've wrote an Merry Christmas script that changes your wallpaper to a downloaded christmas wallpaper. I hope you like it! It is mainly for Windows 7, because Windows XP doesn't have PowerShell. GUI d DELAY 300 GUI r DELAY 300 STRING powershell DELAY 200 ENTER DELAY 5000 STRING cd c:\ ENTER DELAY 300 STRING [IO.Directory]::CreateDirectory("c:\kerst") ENTER DELAY 300 STRING cd kerst ENTER DELAY 500 STRING $clnt = new-object System.Net.WebClient ENTER DELAY 200 STRING $clnt | gm d* DELAY 300 ENTER STRING $url = "http://www.designtreasure.com/wp-content/uploads/2010/11/Merry%20Christmas%20%202010%20Wallpaper%2027.jpg" DELAY 300 ENTER DELAY 300 STRING $file = "C:\kerst\USB_duck_image.jpg" ENTER DELAY 300 STRING $clnt.DownloadFile($url,$file) ENTER DELAY 300 ENTER DELAY 500 STRING exit ENTER DELAY 500 GUI r DELAY 300 STRING C:\kerst ENTER DELAY 300 STRING u DELAY 200 MENU STRING b ENTER DELAY 500 ALT F4 DELAY 300 ALT F4 DELAY 500 GUI d ~TjeuvanBussel Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.