Jump to content

Recommended Posts

Posted

hi im shutting off services that i feel shouldnt be running on the pc and ive run into a small snag

there are 3 services that i have here

terminal services (disabled)

network connections (manual)

ati hotkey poller (disabled)

well the problem isnt how to disable these services, i want them to stop running but yet even tho they are set on manual and some to disable only on these services, they show its status is still started

i know i should be able to hit the stop button, but on those particular services it dosnt give me that option the start and stop buttons are greyed out, therefor not giveing you the choice

what do you think i should do,, ?

should i just let it be and no worrie

is there a way to make there status,, = stopped


Posted (edited)

sounds complicated, but easy really.

usage: psservice [\\computer [-u username] [-p password]] <command> <options>

Make a batch file with the command string in it and have it in the same folder as the psservice.exe file. Then use the batch file to issue the command.

The psservice is more used for networked PC's, if you just want to use it on the machine your working on, forget about the computer/user/password as if you leave all that out, it will take effect on the PC you run it from (I think that's what you need)

this command in a batch file would stop the W32Time service (keeps clock up to date):

psservice stop W32Time

Edited by possy_99

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...