..:: PCSX2 Forums ::..

Full Version: how to start SCP SERVICE manually, not automatically when starting PC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I see this every restart of the PC :
SCP SERVICE is automatically present in the computer's task
I want to know how to start the program manually, not automatically

I using SCP SERVER or SCP MONITOR to start manually

thanks you (sorry for my english)
To start it manually, go to services.msc. Press the windows key+r and type that in.

Once you've done that, find SCP DS3 Server in the list and right click it, hit properties. Then change Startup type to manual.

From now on, you will need to go into this page and "start" the service.
to use manually, I have to go over the same page, in services.msc to start?
it is possible to create a shortcut?
Uhm, I'll look for a way, give me a second.

Try this, found it on Guru3d, courtesy of Ares545

Make a new .txt file and in there type

NET START (service name goes here)

save it and replace the .txt with .bat
Then you have a working service starter ^_^
create a bat file with
net start serviceName
To get it to work do this Type in

NET START "SCP DS3 Service"

Just like that, with the quotes to.

You can also do NET STOP "SCP DS3 Service" to stop it.
do not work in a file .bat
with NET START "SCP DS3 Service" or NET START <SCP DS3 Service>
Open notepad in windows, then copy paste this

NET START "SCP DS3 Service"

click File -> save as and name it SCP.bat

Save it to your desktop or something, it should work, I just tested it.
its work
it was necessary to start admnistrator

thanks you for your help