There are TWO really good ways of temporarily pausing the screensaver (that I use).
1). Copy and paste the following into a simple text file then re-name it with a .VBS
extension.
------------------- copy between lines -------------------
Dim WSHShell
Set WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.RegWrite "HKCU\Control Panel\Desktop\ScreenSaveActive", "0"
------------------- copy between lines -------------------
The resulting .VBS script file, when double-clicked, will stop the screensaver from
executing, so call this file something like "Saver_Off.vbs"
Then copy it to a file and re-name it "Saver_On.vbs" and edit the file, changing the
"0" to a "1", then this file when double-clicked on will turn the screensaver
function back on again.
OR....
2). Download the very smart SAVER.EXE by David L Bahnsack from the link below.
It sits nicely in your taskbar and will turn off the screensaver with a single
click - and you can see whether the saver is currently operative or not, at-a-glance.
It's also very small at 16k
http://www.4shared.com/file/WpSsOBd2/SAVER.html
==
Cheers, Tim Meddick, Peckham, London.
P.S. You can also download the ready-made [.vbs] script files as well......
http://www.4shared.com/file/125673014/bb39f932/Screensaver_Activate.html
http://www.4shared.com/file/125673023/e703f52/Screensaver_Deactivate.html