diff --git a/installation/windows.md b/installation/windows.md index 60f66a396..a46224bc2 100644 --- a/installation/windows.md +++ b/installation/windows.md @@ -272,7 +272,7 @@ Instead of `sc.exe`, PowerShell can be used to manage Windows services. Create a Fluent Bit service: ```text -PS> New-Service fluent-bit -BinaryPathName "C:\fluent-bit\bin\fluent-bit.exe -c C:\fluent-bit\conf\fluent-bit.conf" -StartupType Automatic +PS> New-Service fluent-bit -BinaryPathName "`"C:\Program Files\fluent-bit\bin\fluent-bit.exe`" -c `"C:\Program Files\fluent-bit\conf\fluent-bit.conf`"" -StartupType Automatic -Description "This service runs Fluent Bit, a log collector that enables real-time processing and delivery of log data to centralized logging systems." ``` Start the service: