I have seen other threads, and on other forums, that people are having a hard time setting the Screen Saver via vbs. I have seen some very long and complex scripts, so thought i would share a more simplified one.
On Error Resume Next
Set f_objShell = CreateObject("WScript.Shell")...