Win XBMCLauncher / Launcher4Kodi - All in One Tool for Change Shell, Set Focus and more
(2014-11-21, 10:23)Dan0sz Wrote:
(2014-11-21, 05:31)baijuxavior Wrote:
(2014-11-20, 19:31)Dan0sz Wrote: This might be a crazy question, but is it possible to schedule when XBMC Launcher is the shell and when it is Explorer? I.e. set it to certain times when XBMC Launcher functions as the shell and when (outside of that given time-window) explorer is the shell?

What I'm trying to achieve here, is to create two automated situations where my HTPC starts up during the daytime (say 08:00 till 00:00) it boots up directly to XBMC with the set of applications entered in the XBMCLauncher-config and during the nighttime automatically (say between 03:00 and 06:00) it uses the Explorer-shell, which boots up along with Sick Beard, Sabnzbd and Couchpotato for automated nighttime downloading.

Looking forward to your ideas! Smile

May be you could try the windows task scheduler. Add a task to start explorer.exe at 03:00. I'm not sure if this will work as explorer is not yet started. You can also modify the launcher script to start explorer.exe after 03:00.

Could you give me an example of how I were to modify the launcher-script after 03:00?


Replace the code starting at Line 484 as shown below:

Code:
MonitorEvents:

{ if (A_Hour = 03) and (A_Min = 0) ; if time 03:00
    Process, Exist, explorer.exe ; if explorer.exe is not running
    If (ErrorLevel = 0)
        Run,  %A_WinDir%\Explorer.exe, %A_WinDir%
}

KeepFocus()
StartExplorer()

I have not tested this code. You may need to slightly modify it.

http://www.autohotkey.com/board/topic/35...tain-time/

http://www.autohotkey.com/board/topic/29...sing-loop/

http://www.autohotkey.com/board/topic/10...me-detect/

http://www.autohotkey.com/board/topic/35...ntry223598
Reply


Messages In This Thread
green start button remapping - by Cassiel - 2013-02-12, 21:44
RE: XBMC Launcher - by Govnah - 2013-02-16, 06:32
RE: XBMCLauncher - by MBulli - 2013-02-17, 12:20
RE: XBMCLauncher - All in One Tool for Change Shell, Set Focus and more - by baijuxavior - 2014-11-21, 14:34
Launcher4Kodi - by baijuxavior - 2015-02-17, 15:27
lack of focus - by runey71 - 2015-02-18, 07:53
black screen problem - by -CraZed- - 2015-03-18, 06:36
RE: XBMCLauncher / Launcher4Kodi - by TB4875 - 2015-03-25, 11:49
RE: XBMCLauncher / Launcher4Kodi - by kmarq - 2015-05-19, 14:41
Error - by liamp - 2015-05-31, 23:03
RE: XBMCLauncher / Launcher4Kodi - by gitman - 2015-06-07, 21:40
RE: XBMCLauncher / Launcher4Kodi - by RockerC - 2015-06-16, 16:28
RE: Using Tweak UAC - by berkhornet - 2015-07-13, 19:04
RE: - by alsergo - 2015-11-25, 00:11
W10 and netflix - by Cassiuss - 2016-01-10, 15:50
netflix - by Cassiuss - 2016-01-11, 09:11
netflix - by Cassiuss - 2016-01-11, 11:12
netflix - by Cassiuss - 2016-01-11, 13:04
netflix - by Cassiuss - 2016-01-11, 11:44
Reverse shell to explorer - by shayosef - 2016-01-17, 14:24
Launcher4Kodi improvement - by kalhimeo - 2016-01-27, 20:20
resume during recording kodi - by eddedrukker - 2016-04-03, 08:58
RE: XBMCLauncher / Launcher4Kodi - by leezy88 - 2017-02-06, 09:41
Might be of use to someone... - by Grumpy - 2017-09-19, 04:18
Logout Mark Read Team Forum Stats Members Help
XBMCLauncher / Launcher4Kodi - All in One Tool for Change Shell, Set Focus and more20