For windows server 2008, is there an easy way to put the server name in the background wallpaper?
I'd like it to display SERVER-A, SERVER-B etc...
I'd prefer not to buy anything or generate images.
For windows server 2008, is there an easy way to put the server name in the background wallpaper?
I'd like it to display SERVER-A, SERVER-B etc...
I'd prefer not to buy anything or generate images.
You have an easy option: suck it up and create a simple wallpaper with that server's name on it only. Another choice is sysinternal's bginfo. Both are free.
Yeah, BGInfo is probably the best way to go.
You can also have it display useful information like IP, MAC, domain, etc. You can set it up to update automatically at login with the sweet new task scheduler just set it to "At logon" for the trigger and "C:\Bginfo.exe bginfo.bgi /timer:0" for the action, where "C:\BGinfo.exe" is the path to where you have BGInfo.exe and "bginfo.bgi" is the full path to where you have your saved .bgi.
You can get bginfo by just googling, or by clicking here.
To be perfectly honest (and simple) I always rename the My Computer icon on the desktop to the server name.
BGInfo is the answer I'm afraid! I use a funky bit of vbscript which allows you to select the right wallpaper resolution and then runs BGInfo using a config file to put the information in the right place. The script is below and you can modify it to your requirements:
You should save the script into c:\bginfo\ and also dump the following files into this directory:
bginfo.exe bginfo-cfg.bgi (created using bginfo with your specific configuration) wallpaperYYYYxZZZZ.bmp (where Y and Z are the resolutions - e.g wallpaper800x600.bmp)
You'll need to create one wallpaperYYYYxZZZZ.bmp for each resolution you want to support.
Finally, just add the full path to the script into the logon script or RUN registry key.