mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[PR #1058] Document Windows KB5074109 RDP authentication issue #2881
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#2881
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/1Remote/1Remote/pull/1058
Author: @Copilot
Created: 1/22/2026
Status: 🔄 Open
Base:
main← Head:copilot/check-rdp-auth-error-changes📝 Commits (3)
fa37cbbInitial plan24b3cd5Add comprehensive investigation and troubleshooting documentation for RDP auth error issue #1056beae74eAdd Chinese troubleshooting guide and issue summary for RDP auth error📊 Changes
5 files changed (+440 additions, -0 deletions)
View changed files
➕
INVESTIGATION_ISSUE_1056.md(+126 -0)➕
ISSUE_1056_SUMMARY.md(+58 -0)➕
TROUBLESHOOTING_RDP_AUTH_ERROR.md(+117 -0)➕
TROUBLESHOOTING_RDP_AUTH_ERROR_ZH.md(+129 -0)📝
readme.md(+10 -0)📄 Description
Context
Issue #1056 reports RDP authentication error
0x80080005after Windows update. Users reported v1.2.1 worked while newer versions failed.Investigation Results
Analyzed 71 commits (v1.2.0 → HEAD), reviewed 18 RDP-specific changes. Finding: No authentication code changes. CredSSP configuration unchanged since 2022 .NET 6 migration.
Root cause: Windows Update KB5074109 broke CredSSP authentication system-wide, affecting all RDP applications. Microsoft released KB5077744 (out-of-band) to fix.
Changes
Documentation Added
INVESTIGATION_ISSUE_1056.md- Technical analysis: code review methodology, commit-by-commit findings, CredSSP examinationTROUBLESHOOTING_RDP_AUTH_ERROR.md- User guide: KB5077744 installation steps, workarounds, verificationTROUBLESHOOTING_RDP_AUTH_ERROR_ZH.md- Chinese translationISSUE_1056_SUMMARY.md- Executive summaryreadme.md- Added troubleshooting section with bilingual linksUser Action
Install Windows Update KB5077744 from Microsoft Update Catalog. This is an OOB update that won't appear automatically in Windows Update.
References
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.