Posts: 6
Threads: 2
Joined: Mar 2015
Reputation:
0
03-26-2015, 12:06 AM
(This post was last modified: 03-26-2015, 12:08 AM by vagab.)
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)
Posts: 580
Threads: 3
Joined: Dec 2010
Reputation:
19
Location: States
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.
Posts: 6
Threads: 2
Joined: Mar 2015
Reputation:
0
to use manually, I have to go over the same page, in services.msc to start?
it is possible to create a shortcut?
Posts: 580
Threads: 3
Joined: Dec 2010
Reputation:
19
Location: States
03-26-2015, 01:10 AM
(This post was last modified: 03-26-2015, 01:13 AM by Arcadius.)
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 ^_^
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
346
create a bat file with
net start serviceName
Posts: 580
Threads: 3
Joined: Dec 2010
Reputation:
19
Location: States
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.
Posts: 6
Threads: 2
Joined: Mar 2015
Reputation:
0
do not work in a file .bat
with NET START "SCP DS3 Service" or NET START <SCP DS3 Service>
Posts: 580
Threads: 3
Joined: Dec 2010
Reputation:
19
Location: States
03-26-2015, 01:40 AM
(This post was last modified: 03-26-2015, 01:41 AM by Arcadius.)
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.
Posts: 6
Threads: 2
Joined: Mar 2015
Reputation:
0
its work
it was necessary to start admnistrator
thanks you for your help