Page 1 of 1

How to stop FAH from starting automatically?

Posted: Mon May 18, 2020 9:10 am
by therium
How do I start FAH 7.5.1 on Windows 10 from starting automatically on boot up? I've looked in the system startup area on control panel and it's not there. I cannot find a Startup folder either.

Thank you!

Here's the first part of my log:

Code: Select all

*********************** Log Started 2020-05-18T09:06:15Z ***********************
09:06:15:************************* Folding@home Client *************************
09:06:15:        Website: https://foldingathome.org/
09:06:15:      Copyright: (c) 2009-2018 foldingathome.org
09:06:15:         Author: Joseph Coffland <joseph@cauldrondevelopment.com>
09:06:15:           Args: --open-web-control
09:06:15:         Config: C:\Users\PC\AppData\Roaming\FAHClient\config.xml
09:06:15:******************************** Build ********************************
09:06:15:        Version: 7.5.1
09:06:15:           Date: May 11 2018
09:06:15:           Time: 13:06:32
09:06:15:     Repository: Git
09:06:15:       Revision: 4705bf53c635f88b8fe85af7675557e15d491ff0
09:06:15:         Branch: master
09:06:15:       Compiler: Visual C++ 2008
09:06:15:        Options: /TP /nologo /EHa /wd4297 /wd4103 /Ox /MT
09:06:15:       Platform: win32 10
09:06:15:           Bits: 32
09:06:15:           Mode: Release
09:06:15:******************************* System ********************************
09:06:15:            CPU: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
09:06:15:         CPU ID: GenuineIntel Family 6 Model 58 Stepping 9
09:06:15:           CPUs: 4
09:06:15:         Memory: 15.97GiB
09:06:15:    Free Memory: 12.13GiB
09:06:15:        Threads: WINDOWS_THREADS
09:06:15:     OS Version: 6.2
09:06:15:    Has Battery: false
09:06:15:     On Battery: false
09:06:15:     UTC Offset: -4
09:06:15:            PID: 7412
09:06:15:            CWD: C:\Users\PC\AppData\Roaming\FAHClient
09:06:15:             OS: Windows 10 Enterprise
09:06:15:        OS Arch: AMD64
09:06:15:           GPUs: 1
09:06:15:          GPU 0: Bus:1 Slot:0 Func:0 NVIDIA:7 GP106 [GeForce GTX 1060 3GB] 3935
09:06:15:  CUDA Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:6.1 Driver:10.2
09:06:15:OpenCL Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:1.2 Driver:441.66
09:06:15:  Win32 Service: false
09:06:15:***********************************************************************
09:06:15:<config>
09:06:15:  <!-- Folding Slot Configuration -->
09:06:15:  <cause v='CANCER'/>
09:06:15:
09:06:15:  <!-- Network -->
09:06:15:  <proxy v=':8080'/>
09:06:15:
09:06:15:  <!-- Slot Control -->
09:06:15:  <power v='MEDIUM'/>
09:06:15:
09:06:15:  <!-- User Information -->
09:06:15:  <passkey v='********************************'/>
09:06:15:  <team v='40965'/>
09:06:15:  <user v='Therium'/>
09:06:15:
09:06:15:  <!-- Folding Slots -->
09:06:15:  <slot id='0' type='CPU'/>
09:06:15:  <slot id='1' type='GPU'/>
09:06:15:</config>
09:06:15:Trying to access database...
09:06:15:Successfully acquired database lock
09:06:15:Enabled folding slot 00: READY cpu:2
09:06:15:Enabled folding slot 01: READY gpu:0:GP106 [GeForce GTX 1060 3GB] 3935
09:06:15:WU01:FS00:Starting
09:06:15:WU01:FS00:Running FahCore: e:\Apps\FAHClient/FAHCoreWrapper.exe C:\Users\PC\AppData\Roaming\FAHClient\cores/cores.foldingathome.org/v7/win/64bit/avx/Core_a7.fah/FahCore_a7.exe -dir 01 -suffix 01 -version 705 -lifeline 7412 -checkpoint 15 -np 2
09:06:15:WU01:FS00:Started FahCore on PID 5652
09:06:15:WU01:FS00:Core PID:8764

Re: How to stop FAH from starting automatically?

Posted: Mon May 18, 2020 9:32 am
by Neil-B
If you mean how do I "stop" then this thread might give you what you need … Second post in the thread - viewtopic.php?f=61&t=35204&p=333766&hil ... rt#p333766 … Hope that helps :)

Re: How to stop FAH from starting automatically?

Posted: Mon May 18, 2020 4:02 pm
by therium
Thank you, but I don't want to start the program then pause it. I don't want any part of the program to start when I reboot the PC, but I don't really want to uninstall the program totally.

Re: How to stop FAH from starting automatically?

Posted: Mon May 18, 2020 7:07 pm
by PantherX
You have two options:

Option 1 (Quick but not tested)
Open up Task Manager
Click on Start-up Tab
Right click on "HideConsole.exe" and select "Disable"
This will prevent the client from starting up during reboot.

Option 2 (Long but works)
Uninstall F@H but do not delete data
Reinstall F@H and during the installation, change it to manual start-up instead of automatic start-up which is the default.

May I ask what's your use-case for this?

Re: How to stop FAH from starting automatically?

Posted: Mon May 18, 2020 9:48 pm
by calxalot
Or, in FAHControl, add client option pause-on-start true.

Re: How to stop FAH from starting automatically?

Posted: Mon May 18, 2020 9:50 pm
by Neil-B
All ready offered that to op earlier in thread .. has stated that is not what is wanted.

Re: How to stop FAH from starting automatically?

Posted: Mon May 18, 2020 11:37 pm
by bollix47
Windows uses a shortcut in it's Startup folder to start folding.
You can remove that shortcut.
Hold down the windows key and press the r key which should bring up a run box.
Type shell:startup and press Enter ... Windows File Manager should open up and you should see the folding@home shortcut.
Either move the shortcut elsewhere if you think you'll need it in the future or just delete it.

Re: How to stop FAH from starting automatically?

Posted: Tue May 19, 2020 2:10 am
by bruce
Neil-B wrote:All ready offered that to op earlier in thread .. has stated that is not what is wanted.
I'm not sure why not.... FAHClient will do absolutely nothing if all the slots are paused.

Anyway, there's another option. Reinstall and unselect the Start Automatically on Reboot or whatever it's called.

Re: How to stop FAH from starting automatically?

Posted: Thu May 21, 2020 4:52 pm
by Not_a_Number
If FaH was installed as a service

-press windows key-r on the keyboard and type in "services.msc"
-in Services Manager Locate the Folding at Home service (I don't know the display name)
-click on stop
-right click on the service
-choose properties from the context menu
-set startup type to "Manual
-click Ok

In addition to the solutions posted by Panther-X and bollix47 you can download the autoruns utility from sysinternals.com.
-Run autoruns.exe or autoruns64.exe, whichever is appropriate to your system
-Locate the Folding@Home.lnk in the Logons tab section and uncheck the box

This essentially does the same as disabling the startup via Task Manager. Autoruns gives you access to much startup functions.

BTW: a quick way to launch the Task Manager is to press ctrl-shift-esc