:/
I tried what you suggested and it didn't seem to work. Also, I tried using the %UserProfile% and that didn't work either, I had to go back to my %USERNAME% in order to make my old stuff work.
The cheesy workaround I did, is what my boss suggested, which is simply make the image HUGE. This works, but results in a very large image size.
Any further help would be great. :)
Main Topics
Browse All Topics





by: oBdAPosted on 2009-08-28 at 11:03:02ID: 25210108
If you're talking about the script at the bottom of the page, just add the line
REG ADD "HKCU\Control Panel\Colors" /V "Background" /T REG_SZ /D "0 0 0" /F
somewhere before the rundll32 commands.
And you might want to replace all references to "C:\Documents and Settings\%USERNAME%" with "%UserProfile%"; the former is incorrect.