awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesWindows Service Wrappers

Tools and logic that wrap an application to run as a native Windows background service.

Distinguishing note: None of the candidates cover local OS service installation; candidates focus on cloud PaaS or managed services

Explore 5 awesome GitHub repositories matching operating systems & systems programming · Windows Service Wrappers. Refine with filters or upvote what's useful.

Awesome Windows Service Wrappers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • winsw/winswالصورة الرمزية لـ winsw

    winsw/winsw

    14,079عرض على GitHub↗

    WinSW is an executable service wrapper that transforms standard executables into background Windows services. It provides a mechanism to register arbitrary files as system services managed by the Windows operating system, ensuring applications can start automatically on boot and restart following a crash. The project includes a command-line interface for registering, starting, stopping, and monitoring the status of these processes. It handles the translation of Windows Service Control Manager signals into process termination requests for the wrapped executable. The system supports XML-based

    Wraps arbitrary executables to run as native Windows background services with lifecycle monitoring.

    C#csharpdotnethacktoberfest
    عرض على GitHub↗14,079
  • fmstrat/winappsالصورة الرمزية لـ Fmstrat

    Fmstrat/winapps

    10,217عرض على GitHub↗

    Winapps is a virtualization bridge that allows Windows applications to run on a Linux desktop as if they were native. It uses the Remote Desktop Protocol to stream individual application windows from a background virtual machine or remote server, avoiding the need for a full virtual machine window. The system identifies installed software by scanning the guest registry to automatically generate native desktop shortcuts and icons. It integrates these applications into the local desktop environment, including the mapping of executables to desktop entries and the configuration of file manager co

    Runs Windows applications within a VM and presents them as native windows via Remote Desktop Protocol.

    Shell
    عرض على GitHub↗10,217
  • mhammond/pywin32الصورة الرمزية لـ mhammond

    mhammond/pywin32

    5,579عرض على GitHub↗

    pywin32 هي مجموعة من ملحقات Python التي تعمل كغلاف لواجهة برمجة تطبيقات Windows الأصلية، مما يتيح استدعاء وظائف نظام التشغيل لإدارة موارد النظام منخفضة المستوى والأجهزة. توفر مكتبة أساسية للتفاعل مع كائنات نموذج كائن المكون (COM) لأتمتة تطبيقات سطح المكتب الأصلية، وإطار عمل لبناء تطبيقات واجهة المستخدم الرسومية الأصلية لـ Windows، وواجهة لتسجيل وتشغيل نصوص Python البرمجية كخدمات نظام في الخلفية. يتميز المشروع بتوفير تكامل عميق مع بيئة Windows، بما في ذلك القدرة على ربط كود Python بحلقة الأحداث الأصلية للتعامل مع إشعارات النظام والقدرة على كشف المنطق الداخلي كملحقات ISAPI للتعامل مع طلبات الويب. تغطي القدرات الأوسع للمكتبة اتصال قاعدة البيانات عبر واجهات مزود بيانات Windows الموحدة، وإدارة سجلات أحداث النظام، وتكامل بيئات التفسير التفاعلية في البرامج الخارجية. يتم توزيع المشروع كحزم ثنائية خاصة بالمنصة (Wheels) لبنى معالجات متعددة، بما في ذلك ARM64.

    Provides tools and logic to wrap Python scripts so they can run as native Windows background services.

    C++
    عرض على GitHub↗5,579
  • redis-windows/redis-windowsالصورة الرمزية لـ redis-windows

    redis-windows/redis-windows

    3,485عرض على GitHub↗

    This project is a native Windows port of the Redis in-memory key-value store. It provides a high-speed database that maintains datasets in RAM while using periodic snapshots to disk for data persistence. The implementation includes a background system service wrapper, allowing the data store to be installed as a Windows service that starts automatically upon computer boot. It utilizes native Windows compilation to enable execution directly on the host operating system. The system covers in-memory data caching and local data persistence, ensuring that information is recovered after a process

    Allows the data store to be installed as a system service that starts automatically on boot.

    Batchfileredisredis-for-windowsredis-server
    عرض على GitHub↗3,485
  • sebaxakerhtc/rdpwrapالصورة الرمزية لـ sebaxakerhtc

    sebaxakerhtc/rdpwrap

    2,515عرض على GitHub↗

    rdpwrap is a set of system utilities and services designed to enable, configure, and manage remote desktop protocol access and video compression settings. It functions as a service and manager that allows remote desktop connections on operating system versions where the feature is restricted or disabled by the vendor. The project provides tools to override system-level restrictions for remote access and activate remote desktop protocol services on unsupported versions. It includes a configuration tool for managing H.264 video compression and encoding settings to balance visual quality, networ

    Wraps RDP functionality to run as a native Windows background service to enable restricted connections.

    Pascal
    عرض على GitHub↗2,515
  1. Home
  2. Operating Systems & Systems Programming
  3. Windows Service Wrappers

استكشف الوسوم الفرعية

  • RDP Application WrappersWrappers that encapsulate Windows applications to be presented as native windows via RDP. **Distinct from Windows Service Wrappers:** Focuses on RDP-based GUI presentation wrappers rather than background service wrappers.