home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Watch / Listen Media
Television (MyTV frontend and TV-Server)
How can i restart tvservice from network computer
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="rolfey" data-source="post: 303458" data-attributes="member: 11186"><p>Ahh, I had this problem, although you can do it manually, I too used a batch file, but I found that it has to be done in the right order otherwise it doesn't all come together.</p><p></p><p>Here is the bach file that I use, it stops the tvservice first of all, then it will reboot the client machine, then restarts the service for you, you will just have to stick in the name of the client machine and make sure you have full admin access the pc, to do this, from the media server pc from run type, \\nameoftheclient\c$</p><p>and when prompted type in for the username nameofthepc\username then the password.</p><p></p><p>Once this has been done the once you wont have to do it again unless you reboot the server Pc.</p><p>Here is the script.</p><p></p><p>cls</p><p></p><p></p><p>@echo off</p><p></p><p>@echo *************Revive satellite TV script*******************</p><p>@echo ********************************************************* </p><p>@echo *********************************************************</p><p>@echo *************Reviving satellite TV system****************</p><p></p><p>pause</p><p></p><p>cls</p><p></p><p>taskkill /im TVService.exe /f /t</p><p>@echo The Tvservice has been stopped</p><p></p><p>pause</p><p></p><p>shutdown -m \\mediapc -f -r -t 00</p><p></p><p>net start tvservice</p><p>@echo The TV service has been started</p><p>pause</p><p></p><p></p><p>@echo Once the media Pc has rebooted you should be ok</p><p>@echo Press any key to exit</p><p></p><p>pause</p><p></p><p>exit </p><p></p><p></p><p></p><p></p><p></p><p>good luck</p></blockquote><p></p>
[QUOTE="rolfey, post: 303458, member: 11186"] Ahh, I had this problem, although you can do it manually, I too used a batch file, but I found that it has to be done in the right order otherwise it doesn't all come together. Here is the bach file that I use, it stops the tvservice first of all, then it will reboot the client machine, then restarts the service for you, you will just have to stick in the name of the client machine and make sure you have full admin access the pc, to do this, from the media server pc from run type, \\nameoftheclient\c$ and when prompted type in for the username nameofthepc\username then the password. Once this has been done the once you wont have to do it again unless you reboot the server Pc. Here is the script. cls @echo off @echo *************Revive satellite TV script******************* @echo ********************************************************* @echo ********************************************************* @echo *************Reviving satellite TV system**************** pause cls taskkill /im TVService.exe /f /t @echo The Tvservice has been stopped pause shutdown -m \\mediapc -f -r -t 00 net start tvservice @echo The TV service has been started pause @echo Once the media Pc has rebooted you should be ok @echo Press any key to exit pause exit good luck [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
Television (MyTV frontend and TV-Server)
How can i restart tvservice from network computer
Contact us
RSS
Top
Bottom