Kari, I have found and tested the show/hide desktop, code below. The example you (just) posted 4 years ago showed how to quickly access a shell method. That's important because here MSDN gives a bunch of other methods. One of those methods is ToggleDesktop. So the VBS code is:
Code:
Set shell = wscript.CreateObject("Shell.Application")
Shell.ToggleDesktop