How To : Start/Stop/Pause/Resume/Restart oscamsvc service Using the command line

    • Official Post

    Run Command Prompt as administrator.


    How to always permanently run the cmd window as administrator?


    If you do not want to have to continually choose run as administrator every time you want to use the cmd window then can set this option permanently.


    You must follow these steps to make this work.


    If you take the shortcut to cmd.exe in the start menu it will not work. You must choose Command Prompt in this case.


    Go to the start menu and click on it.


    Go to all programs. Then Accessories.


    You should see command prompt listed there.


    Right click on this. A menu will appear.


    Choose properties from the menu.


    The properties for that shortcut will appear.


    Go to the shortcut tab.


    Click on the Advanced button.


    Type one of the following:


    To start a service


    Code
    net start oscamsvc


    To stop a service


    Code
    net stop oscamsvc


    To pause a service


    Code
    net pause oscamsvc


    To resume a service


    Code
    net continue oscamsvc

OSCam Support Forum

Configs, discussion, downloads and guides for OSCam Softcam.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!