I have my screen saver working again
Make a folder on your C:\ drive, called ScreenSaverScript, open the folder.
Right click in the folder make a new .txt files, call it ScreenSaver.txt
Copy and Paste the below code into the text file, and save it:
Code: Select all
REM ScreenSaver script - [email protected].
OPTION EXPLICIT
dim fso, ws, file_to_open, OFFICE_PATH
Set ws = WScript.CreateObject("WScript.Shell")
OFFICE_PATH = "C:\Windows\System32\"
ws.Run CHR(34)& OFFICE_PATH & "\Bubbles.scr" & CHR(34) & file_to_open, 0, "FALSE"
After that, go to start menu, and in the "Search Programs and files" field type in Task Scheduler, click on Task Scheduler icon.
Make sure that all the fields are the same as below:






Magic..