Edit: I think I have it figured out now, If not I will update my post
xboxer
Need way to set Wallpaper variable??
Moderator: DosItHelp
Re: Need way to set Wallpaper variable??
In Windows XP and earlier, you used to be able to refresh the desktop wallpaper with a rundll32 invocation of a user32.dll function. Not so since Vista. You'll probably have to invoke a PowerShell script. See this page for an example.
Re: Need way to set Wallpaper variable??
I got it running from a batch file now but the powershell script also does the trick as well.
Thanks for your help..xboxer
Thanks for your help..xboxer
rojo wrote:In Windows XP and earlier, you used to be able to refresh the desktop wallpaper with a rundll32 invocation of a user32.dll function. Not so since Vista. You'll probably have to invoke a PowerShell script. See this page for an example.
-
- Posts: 81
- Joined: 19 Nov 2013 00:41
Re: Need way to set Wallpaper variable??
Would love to know what you came up with in regards to batch, if it's for Win 7.