Error problems #190345
Replies: 4 comments 4 replies
-
|
Hello! I can help you resolve both of these issues. They are actually connected. You are getting Error 1069 because the password for the account running the GitHub Actions Runner service is incorrect, expired, or the account lacks the "Log on as a service" permission. You likely tried to open secpol.msc to fix the permissions, but you got the first error because Windows Home edition does not include secpol.msc (Local Security Policy). The good news is that you don't need secpol.msc to fix this! Here is the step-by-step solution: Step 1: Fix the Service Logon (Error 1069) Press Win + R on your keyboard, type services.msc, and press Enter. Scroll down and find your runner service: GitHub Actions Runner (Tr285-ai-N5StyleEA_Pro.win-docker-01). Right-click on it and select Properties. Go to the Log On tab. Here you have two options: Option A (Recommended): If you are using a specific user account ("This account"), re-enter your Windows user password in both the "Password" and "Confirm password" fields. Click Apply. (Note: When you click Apply, Windows will automatically grant this account the missing "Log on as a service" right!) Option B: Select Local System account. This is easier and usually bypasses permission issues, though it gives the runner high privileges on your machine. Go back to the General tab and click Start. Step 2: What to do about secpol.msc? Tip: If the service still refuses to start after fixing the password, the easiest fix is to open your terminal as Administrator in the runner folder, run .\config.cmd remove, and then configure it again. Let me know if this works for you! |
Beta Was this translation helpful? Give feedback.
-
|
These two errors are actually closely related! You are likely seeing the Here is exactly what is happening and how to fix both issues. 1. Why you are getting the
|
Beta Was this translation helpful? Give feedback.
-
|
Hi @Tr285-ai, 1. Fix for Error 1069 (Logon failure)
Reference: Microsoft Troubleshooting for Error 1069 2. Fix for "Windows cannot find 'secpol.msc'"
|
Beta Was this translation helpful? Give feedback.
-
|
Hey bro , You're dealing with two separate issues here — let me break them down:
Workaround for Windows Home: Open Command Prompt as Administrator and run: This achieves the same effect as the policy setting you were trying to access.
Fix:
Tip: If you recently changed your Windows account password, the service still has the old password stored — that's the most common cause of Error 1069. Just update the credentials in the Log On tab. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Feature Area
Issues
Body
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions