mirror of https://github.com/stascorp/rdpwrap
parent
d1c5cd8286
commit
aac2235391
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
title: "[Announcement] "
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Announcements are for maintainers only.
|
||||||
|
Use this for release notes, breaking changes, and project status updates. -->
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
## Details
|
||||||
|
|
||||||
|
## Action required (if any)
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: ""
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Use this category for general conversation that does not fit a bug report,
|
||||||
|
INI request, Q&A, or ideas discussion. -->
|
||||||
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
title: "[Idea] "
|
||||||
|
---
|
||||||
|
|
||||||
|
## Problem or motivation
|
||||||
|
|
||||||
|
<!-- What problem does this idea solve? Who is affected? -->
|
||||||
|
|
||||||
|
## Proposed solution
|
||||||
|
|
||||||
|
<!-- Describe the behaviour or change you would like to see -->
|
||||||
|
|
||||||
|
## Alternatives considered
|
||||||
|
|
||||||
|
<!-- Any other approaches you have thought about (optional) -->
|
||||||
|
|
||||||
|
## Component this relates to
|
||||||
|
|
||||||
|
<!-- Pick one or more:
|
||||||
|
- rdpwrap.dll (C++ wrapper library)
|
||||||
|
- RDPWInst / installer (Delphi)
|
||||||
|
- rdpWrapper GUI (sergiye C# app)
|
||||||
|
- rdpwrap.ini (offset database)
|
||||||
|
- CI/CD pipelines
|
||||||
|
- Documentation
|
||||||
|
-->
|
||||||
@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
title: "[Q&A] "
|
||||||
|
---
|
||||||
|
|
||||||
|
## What are you trying to do?
|
||||||
|
|
||||||
|
<!-- Describe the goal, e.g. enable concurrent RDP sessions on Windows 11 24H2 -->
|
||||||
|
|
||||||
|
## What have you already tried?
|
||||||
|
|
||||||
|
<!-- Steps taken, links consulted, etc. -->
|
||||||
|
|
||||||
|
## System information
|
||||||
|
|
||||||
|
| Field | Value |
|
||||||
|
|---|---|
|
||||||
|
| Windows version (winver) | <!-- e.g. Windows 11 Version 24H2 (OS Build 26100.3915) --> |
|
||||||
|
| termsrv.dll version | <!-- (Get-Item C:\Windows\System32\termsrv.dll).VersionInfo.FileVersion --> |
|
||||||
|
| Architecture | <!-- x64 / x86 / ARM64 --> |
|
||||||
|
| RDPConf status | <!-- green / yellow / red / not installed --> |
|
||||||
|
| RDP Wrapper release | <!-- e.g. ini-2026.03.29.1400 --> |
|
||||||
|
|
||||||
|
## Error or unexpected behaviour
|
||||||
|
|
||||||
|
<!-- Paste any relevant console output, error messages, or screenshots -->
|
||||||
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
title: "[Show] "
|
||||||
|
---
|
||||||
|
|
||||||
|
## What are you sharing?
|
||||||
|
|
||||||
|
<!-- A working config, a custom INI section, an automation script, a deployment
|
||||||
|
setup, or anything else the community might find useful -->
|
||||||
|
|
||||||
|
## Details
|
||||||
|
|
||||||
|
<!-- Describe it, paste relevant code/config, add screenshots if helpful -->
|
||||||
|
|
||||||
|
## System or environment
|
||||||
|
|
||||||
|
<!-- Windows version, architecture, any relevant context -->
|
||||||
Loading…
Reference in new issue