PowerShell ile kurulum;
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol =
Devamı →PowerShell windows service install
Aşağıdaki tek satır kodla işlem yapıyoruz.
New-Service -Name "server_autoStartStop_WIN_SERVICE" -BinaryPathName dosya_tam_yolu.exe
Devamı →C#,MVC,MSSQL,Windows Forms