topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 5:14 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Runsaver and Windows 8.1  (Read 8354 times)

cross7bow

  • Supporting Member
  • Joined in 2012
  • **
  • Posts: 12
    • View Profile
    • Donate to Member
Runsaver and Windows 8.1
« on: November 12, 2014, 04:32 AM »
Hi there...

first of all: Runsaver works great in Windows XP or Windows 7... ... all fine...!!

When using Runsaver in Windows 8.1 however the program or task that shall be started will be "finished" somehow ...
Im my tests some metro-style background comes up when "screensaver" activates. Runsaver does it's tasks but these tasks "dissapear" when metro-style background disappears...
This also happens when Metro-Style is not used... and "log in to desktop instead of "log-in to metro" is chosen in windows 8.1

Hard to explain this in my poor english :-)

So I try to explain it better with an example...

1. Have a script "test.vbs" to be run by "Runsaver"
2. Put following code inside "test.vbs"

WScript.Sleep 1000
Dim SH, txtFolderToOpen
Set SH = WScript.CreateObject("WScript.Shell")
txtFolderToOpen = "%windir%"
SH.Run txtFolderToOpen
Set SH = Nothing
WScript.Sleep 1000
msgbox "This is a test"

3. Choose "test.vbs" to be run by "Runsaver"
4. Switch to 1 Minute and wait :-)

5. See what happens: In my tests... Metro-Style-Background appears... Explorer-Window out of Script appears... Messagebox appears...
6. Click ok in the "Test-Message" box... Metro-Style-Background disappears... then You will see that explorer-window also disappears as if it would never have been opened...

7. Re-Check this in windows 7... Explorer is shown correctly... and keeps open...

Please have a look at it.

Thanks very much ;)

cross7bow

  • Supporting Member
  • Joined in 2012
  • **
  • Posts: 12
    • View Profile
    • Donate to Member
Re: Runsaver and Windows 8.1
« Reply #1 on: August 16, 2015, 07:39 PM »
Hello everyone... hello Skrommel,

... 1304 views of this topic and nobody out there having an idea to solve it? Anybody tested the behaviour of runsaver on Windows 8.1?

In my tests still the same results.
When using RunSaver on Windows 8.1 => Program starts with Metro-Background and stops anything that should have been started.

Please have a look at it.

Thanks.