Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.
I have trouble making this script work with Yawcam without the annoying "Windows Script Host" popup.
Original Script:
set WshShell = WScript.CreateObject(“WScript.Shell”)
WshShell.SendKeys(“{ENTER}”)
After deleting quotes:
set WshShell = WScript.CreateObject(WScript.Shell)
WshShell.SendKeys({ENTER})
I also saved it to as a ".wsf" script, but still does not work.
Please tell me how to fix this.
2012-04-27 10:42:19
You can refer to the article below -How To Disable Your Windows Screensaver With Motion Detection -http://www.makeuseof.com/tag/disable-screensaver-motion-detection/