06-24-2018, 11:00 PM
Hi Ron,
I've found out the reason I've got the error message is because I have another Firewall program running in the background and it blocks those executable programs.
But after I turn off the Firewall program, I still see the blue screen appear but not the actual program running, like "mspaint.exe" or "notepad.exe".
As a work around I did this and it works:
Function _ss_main
The flag "0x400" is to make sure the screensaver keeps on running until the user terminates it; otherwise it will keep running the _
I've found out the reason I've got the error message is because I have another Firewall program running in the background and it blocks those executable programs.
But after I turn off the Firewall program, I still see the blue screen appear but not the actual program running, like "mspaint.exe" or "notepad.exe".
As a work around I did this and it works:
Function _ss_main
_SCREENSAVER_TASKS_PRE
1
run "C:\Windows\System32\Ribbons.scr" "/s" "" "" 0x400
_SCREENSAVER_TASKS_POST
The flag "0x400" is to make sure the screensaver keeps on running until the user terminates it; otherwise it will keep running the _