Results 1 to 10 of 14
Thread: Jeehell autostart on Win10
-
09-27-2019, 03:31 PM #1
- Join Date
- Nov 2015
- Location
- Krefeld, GER
- Posts
- 243
Jeehell autostart on Win10
Hi folks,
I am trying to autostart Jeehell on my Win10 machine. I am aware, that normal Autostart (as under Win 7) will not work under Win10, if programs require admin rights. So I configured the task planner to start starter.exe on computer startup. But it doesn't start.
Also checked with the German manual from Peter (https://aviation.pero-online.de/wordpress/?p=1792). But in my case it's still not working.
Any idea someone?
Michael
-
09-28-2019, 06:05 AM #2
- Join Date
- Nov 2008
- Location
- Würzburg
- Posts
- 68
Re: Jeehell autostart on Win10
Hello michael!
Try this link https://www.google.de/url?sa=t&sourc...wUKS1IzPmm8G27
Autostart under Win10 is very special.
best reagards
peter
-
11-08-2019, 03:18 PM #3
- Join Date
- Nov 2015
- Location
- Krefeld, GER
- Posts
- 243
Re: Jeehell autostart on Win10
Still not working
-
11-09-2019, 04:48 PM #4
Re: Jeehell autostart on Win10
You may should lift the secret of the details what you did it and what's not working. My mental competencys are not that good.
-
11-09-2019, 07:17 PM #5
- Join Date
- Nov 2015
- Location
- Krefeld, GER
- Posts
- 243
Re: Jeehell autostart on Win10
Hi Peter,
I tried a) instructions according to above link and b) also the task planer according to your blog
I used exactly the same configuration for the task manager, but the app still does not start. The starter.exe is set to start as admin. The folder is exluded from AV.
Michael
-
11-09-2019, 07:20 PM #6
- Join Date
- Nov 2015
- Location
- Krefeld, GER
- Posts
- 243
Re: Jeehell autostart on Win10
additional info: I disabled the manual login on Win 10, so the default user is logged in automatically. Could that make the difference?
-
11-10-2019, 03:06 AM #7
Re: Jeehell autostart on Win10
No, I am doing autologin myself. What says the event log. Any helpful entries? Are you using win 10 Professional?
-
11-10-2019, 05:04 PM #8
- Join Date
- Nov 2015
- Location
- Krefeld, GER
- Posts
- 243
Re: Jeehell autostart on Win10
With auto login and the task planer set to a certain user login, the status shows 'task not run'.
With auto login and the task planer set to a no specified user login / only using local computer resources, the status shows 'task currently executed' but no visible effect
With manual login the starter.exe is now executed on start up.
But I'd like to start the PC and starter.exe directly executed w/o any manuel intervention. Isn't there a way to do this in Win 10 anymore?
Michael
-
11-11-2019, 03:11 AM #9
- Join Date
- Apr 2009
- Location
- Norfolk, England
- Posts
- 109
Re: Jeehell autostart on Win10
Use netplwiz to remove the password log in, create a batch file to run starter.exe. Place the batch file in your startup folder.
John
-
11-11-2019, 03:28 AM #10
- Join Date
- Apr 2009
- Location
- Norfolk, England
- Posts
- 109
Re: Jeehell autostart on Win10
Here is the batch file I used to start my SIM.
Edit it for your own needs.
Hope it helps.
John
@echo off
cd "C:\Users\Acer\Documents\FS FlightControl"
start /min FlightControlClient.exe
timeout /t 30
cd "C:\Users\Acer\Documents\WideFS"
start /min WideClient.exe
timeout /t 30
cd "C:\Program Files (x86)\SkalarkiIO Profiler 5"
start SkalarkiIOProfiler5.exe
timeout /t 20
cd "C:\A320FMGS"
start /min Starter.exe
cd "C:\Users\Acer\Documents\MCDU"
start MCDU1.exe
exit