jfromaniello / winser

Run a node.js application as a window service using nssm.
270 stars 47 forks source link

Update winser #51

Closed tarrenj closed 4 years ago

tarrenj commented 4 years ago

Actually show the NET SESSION error.

tarrenj commented 4 years ago

Windows 10 Pro 10.0.18363 has the LanmanServer service disabled by default and you cannot start it from Services. You have to run sc config LanmanServer start= auto from an administrative command prompt. This patch was instrumental in debugging and resolving this error.