diff --git a/TAKfreeServer/TAKWinService/README.md b/TAKfreeServer/TAKWinService/README.md index ae428dae..741a7233 100644 --- a/TAKfreeServer/TAKWinService/README.md +++ b/TAKfreeServer/TAKWinService/README.md @@ -46,7 +46,8 @@ cmd > pip install pywin32 ``` ## Python windows service “Error starting service: The service did not respond to the start or control request in a timely fashion” attempt to add python to the system path +``` setx /M PATH "%PATH%;'path to your python installation file';C:\Python38\Scripts;'path to your python installation file'\Lib\site-packages\pywin32_system32;'path to your python installation file'\Lib\site-packages\win32 - +``` > side note TAKFreeServer_running_as_service.py can be run independently without being run as service