NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 88 89 90 91 92 … 433 Next »
Win 10 disabling Recording Service

Win 10 disabling Recording Service
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#1
2017-06-14, 10:56 AM
Is there a way to prevent Win 10 from disabling the recording service?

"I'd rather have a bottle in front of me than a frontal lobotomy"
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,865
Threads: 954
Joined: May 2006
#2
2017-06-14, 11:52 AM
Perhaps you changed it in the Service Properties, (I do this on clients) The default installation Startup Type is Automatic.

Martin
sover
Offline

Junior Member

Posts: 5
Threads: 1
Joined: Apr 2015
#3
2017-06-19, 11:49 AM
Reddwarf Wrote:Is there a way to prevent Win 10 from disabling the recording service?

I can think of a workaround. Make a powershell script that checks if the service is running, and if it isn't then have powershell start the service. Put that script in your task scheduler and have it run every few minutes.

Something like below:
$servicestatus = Get-Service "npvr recording service" | select -ExpandProperty status
if ($servicestatus -ne "Running") {Start-Service "npvr recording service"}

However, you might need to make sure that's all correct since I don't normally powershell script and I might be misremembering the syntax.
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#4
2017-06-19, 04:06 PM
sover Wrote:I can think of a workaround. Make a powershell script that checks if the service is running, and if it isn't then have powershell start the service. Put that script in your task scheduler and have it run every few minutes.

Something like below:
$servicestatus = Get-Service "npvr recording service" | select -ExpandProperty status
if ($servicestatus -ne "Running") {Start-Service "npvr recording service"}

However, you might need to make sure that's all correct since I don't normally powershell script and I might be misremembering the syntax.
The problem is not that it is not running, the problem is that it gets disabled by Windows Update and can't be started...

"I'd rather have a bottle in front of me than a frontal lobotomy"
sover
Offline

Junior Member

Posts: 5
Threads: 1
Joined: Apr 2015
#5
2017-06-19, 04:56 PM
Reddwarf Wrote:The problem is not that it is not running, the problem is that it gets disabled by Windows Update and can't be started...
In that case you can use [set-service "npvr recording service" -startuptype automatic] in the script and then use start-service
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#6
2017-06-20, 09:31 AM
sover Wrote:In that case you can use [set-service "npvr recording service" -startuptype automatic] in the script and then use start-service
Thanks, I will try that Smile The problem does not occur on all my computers, just the one's running win-10.

"I'd rather have a bottle in front of me than a frontal lobotomy"
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording movies / TV to XBMC directory stucture spinnaker 10 3,445 2024-06-03, 03:56 AM
Last Post: Rod Hutchinson
  Not recording errors vidwiz 4 924 2024-04-17, 05:39 PM
Last Post: mvallevand
  Add Series/Episode Info to Recording Metadata andrewj 2 1,010 2023-11-20, 03:42 PM
Last Post: sub
  Recording to a network drive woes. 2leftfeet 12 7,115 2022-04-05, 08:03 PM
Last Post: mvallevand
  device needed for recording David209 2 1,710 2021-04-04, 08:47 AM
Last Post: David209
  PC not going to sleep after recording LeoL 7 3,200 2021-04-01, 07:17 PM
Last Post: Handy.Man
  HDHomerun recording bizzarely not working Jean0987654321 3 2,000 2021-03-27, 03:23 PM
Last Post: Jean0987654321
Video Restrict Recording Space foucomm 1 1,303 2021-01-30, 09:25 PM
Last Post: mvallevand
  Directory dropdown on the recording edit dialog MicahMakenzie 1 1,478 2021-01-11, 04:37 PM
Last Post: Graham
  Recording service stopped or not running at scheduled time MattInetroit 3 1,867 2021-01-08, 12:03 AM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode