2020-06-09, 06:07 PM
My PC has been suffering from intermittent NPVR tray issues, almost 50% of the time after reboot the tray is grey and the program does not detect my two tuners even after installing the patched NShared.dll.
The problem appears to be due to NPVRtray.exe running too quickly during the boot process.
My amateur solution is as follows :-
1. Disable or remove the NPVRtray.exe entry from the Windows 10 startup group.
2. Go to C:\Users\"your pc name"\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
(To directly access this folder, open Run, type shell: startup and hit Enter).
3. Create a new text file and name it StartupOrder.bat
4.Edit the file and type in the following text.
@ECHO OFF
TIMEOUT /T 2
REM Total Delay = boot time plus 2 seconds
START "" "C:\Program Files\NextPVR5\NPVRTray.EXE"
Reboot PC to test.
Maurice
The problem appears to be due to NPVRtray.exe running too quickly during the boot process.
My amateur solution is as follows :-
1. Disable or remove the NPVRtray.exe entry from the Windows 10 startup group.
2. Go to C:\Users\"your pc name"\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
(To directly access this folder, open Run, type shell: startup and hit Enter).
3. Create a new text file and name it StartupOrder.bat
4.Edit the file and type in the following text.
@ECHO OFF
TIMEOUT /T 2
REM Total Delay = boot time plus 2 seconds
START "" "C:\Program Files\NextPVR5\NPVRTray.EXE"
Reboot PC to test.
Maurice