Recent content by Sbrigham

  1. S

    "SC stop spooler" Access denied

    Sorry I was being an idiot got the answer from technet "You need to make sure you're running the command prompt as Administrator. Type cmd in the start menu, then right-click it and hit "Run as Administrator" -- otherwise it uses your standard user token, for security purposes." All day I was...
  2. S

    "SC stop spooler" Access denied

    When run sc \\Myhostname stop spooler from a remote machine it works fine! SERVICE_NAME: spooler TYPE : 110 WIN32_OWN_PROCESS (interactive) STATE : 3 STOP_PENDING (NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)...
  3. S

    "SC stop spooler" Access denied

    Just a little more info SERVICE_NAME: spooler TYPE : 110 WIN32_OWN_PROCESS (interactive) STATE : 4 RUNNING (STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN) WIN32_EXIT_CODE : 0 (0x0)...
  4. S

    "SC stop spooler" Access denied

    Hello Tom's, long time lurker first time poster. Systems Admin for my company, writing a batch file to restart the spooler service. "SC \\hostname stop spooler" works fine but when I run SC Stop spooler on the system itself it gives me the error: C:\Users\mydomainname.mydomain\Desktop>sc stop...