Game-breaking driver crashes
try this
1: run command prompt as administrator (right click it and run as administrator)
2: type in the following lines and end each line with enter
sc stop “NvStreamSvc”
sc config “NvStreamSvc” start= disabled
Then test again.
This service is used to stream to nvidia shield tablets and possible for other things in the future. So if it didn’t solve it, or if you need it in the future you enable it as follow:
sc config “NvStreamSvc” start= enabled
sc start “NvStreamSvc”
If this doesn’t solve it, you might want to do a clean install of the nvdia driver. or revert to a previous one.
Arise, opressed of Tyria!
try this
1: run command prompt as administrator (right click it and run as administrator)
2: type in the following lines and end each line with enter
sc stop “NvStreamSvc”
sc config “NvStreamSvc” start= disabledThen test again.
This service is used to stream to nvidia shield tablets and possible for other things in the future. So if it didn’t solve it, or if you need it in the future you enable it as follow:sc config “NvStreamSvc” start= enabled
sc start “NvStreamSvc”If this doesn’t solve it, you might want to do a clean install of the nvdia driver. or revert to a previous one.
Thanks very much I’ll give this a shot!