Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

roz1281 said:Is there any way I can make a shortcut to start/stop the folding service? I like to shut it down for doom3 and quake.
roz1281 said:

MN Scout said:

DaSmurf said:

p[H]ant0m said:At least for me, its caused a few issues while gaming. Not sure why, but it seems like every EA Game that I have likes to switch back to the desktop when F@H is running. Thats the only instance I've ever needed to shut it off. It's just odd that every other game I have works fine. Then again, it doesn't that much since I practically quit playing on my desktop.
OSUguy98 said:Are you using the "no non-sense console" version? I've only heard of that kind of problem from the graphical client... I use the console client, with 2 services running (P4 w/ HT), and play games regularly... I've never had that problem... even with Nascar Thunder '04... (which I believe is an EA Game, can't remember right now, my brother has/owns it)
Keep on Folding!!
![]()

OSUguy98 said:

p[H]ant0m said:You should be able to use the net start and net stop commands in a batch file. I've tried doing some testing, but I'm not having any luck, so if anyone has any ideas shoot em in!
Edit: After looking, it seems that the net command can only start and stop specific, default Windows services, so it looks like that idea is out.![]()
ThomasE66 said:net start <service> can work on anything installed as service. You just need to know the right service name (it's not always intuitive, not sure what it is for F@H)

Herulach said:that list you get is only some of the default services you can start stop, FAH by default has a really weird ass name, mine is:
FAH@C:+Program Files+Folding@Home+fah502-console
which appears to just be
FAH@<drive letter>:<path to console client with \ replaced by +>
try that, you can change the name to fah if you pause it through the services menu, but if youre using a batch file then you dont have to type it anyway so who cares?
![]()

net stop "FAH@D:+Program Files+Folding@Home+FAH502-Console.exe"
net start "FAH@D:+Program Files+Folding@Home+FAH502-Console.exe"
OSUguy98 said:I just made two batch programs... one to start... one to stop..... and they are just one liners... they look like this:
stop:
Code:net stop "FAH@D:+Program Files+Folding@Home+FAH502-Console.exe"
start:
Code:net start "FAH@D:+Program Files+Folding@Home+FAH502-Console.exe"
It works for me!
I tried it without the quotes, and it wouldn't work, added the quotes and it works
Keep on Folding!!
![]()

OSUguy98 said:

roz1281 said:BTW so as to not start another thread, could I run F@H on my 1GHZ shuttle system (used primarily for Server / MP3's and Emulators) without overheating it too much? It's got the stock 'heatpipe' cooling unit thingie on it, and seems to get warm pretty quick.
p[H]ant0m said:Not disputing that, but at least in all the technical tomes I waded through, you can find the listing of services you can stop and start by using the "net help services" command. And F@H doesn't show up in that list.I tried doing exactly what you said, but it seems that there are issues with the service name that the net start command can't handle, possibly some characters that it doesn't like.
![]()
ThomasE66 said:Your question has been answered in other posts in this threadThey should really give it a more manageable name. Then again, I'm sure they don't want people stopping the service
![]()

Bait-Fish said:Thanks for doing the legwork on this. My GF stops FAH and then restarts it via services.msc once she's logged on to her dialup so it'll force an upload instead of waiting. This should make it much easier for her.
On a side note, on one of my systems I deleted the FAH 5.00 and ran newer FAH 5.02's config, installing what turned out to be a second service. I disabled the FAH 5.00 service but how can I get rid of it from my list of services since it's now defunct?