Open CMD Prompt in Admin Rights
Install Windows Service using Command Prompt(Not VS Developer Command Prompt)
cd C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\
INSTALL:
InstallUtil.exe C:\Users\cd\Source\Repos\satish-kumar20\DMS\RSSTWinService\bin\Debug\RSSTWinService.exe
UNINSTALL:
InstallUtil.exe /u C:\Users\cd\Source\Repos\satish-kumar20\DMS\RSSTWinService\bin\Debug\RSSTWinService.exe