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

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

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

kkkgo/LTSC-Add-MicrosoftStore

0
View on GitHub↗
3,986 نجوم·586 تفرعات·Batchfile·4 مشاهدات

LTSC Add MicrosoftStore

LTSC-Add-MicrosoftStore هو أداة نصية (Batch-script) مصممة لنشر متجر Microsoft وتبعياته المطلوبة على إصدارات نظام التشغيل Windows LTSC. يعمل كمثبت للأنظمة التي تفتقر إلى سوق التطبيقات بشكل افتراضي.

يتضمن المشروع مديراً للمكونات يسمح بتخصيص عملية التثبيت عن طريق إزالة حزم تطبيقات محددة قبل التنفيذ. كما يوفر أداة لإعادة تعيين ذاكرة التخزين المؤقت لمسح بيانات النظام وحل الأخطاء الوظيفية داخل المتجر.

Features

  • Microsoft Store Installers - Provides a batch-script process to deploy the Microsoft Store and its required dependencies onto Windows LTSC versions.
  • Microsoft Store Downloads - Sets up the Microsoft Store and its necessary dependencies on systems where the marketplace is missing by default.
  • App Store Managers - Provides a command-line utility to manage the installation of the Microsoft Store and associated application bundles.
  • Windows LTSC Customizations - Enables the installation of the Microsoft Store on Enterprise LTSC versions of Windows to provide access to official apps.
  • Filesystem Cache Stores - Clears the Microsoft Store system cache to resolve performance issues and functional errors.
  • Pre-installation Component Filters - Allows controlling which application bundles are installed by removing targeted files prior to the execution process.
  • App Store Troubleshooting - Resets the system store cache to resolve functional errors and restore the operation of the application marketplace.
  • Installation Bundle Customizers - Provides a component manager to customize the installation by removing specific application bundles before execution.
  • Store Cache Reset Tools - Ships a utility to clear the Microsoft Store cache and resolve functional application errors.

سجل النجوم

مخطط تاريخ النجوم لـ kkkgo/ltsc-add-microsoftstoreمخطط تاريخ النجوم لـ kkkgo/ltsc-add-microsoftstore

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة kkkgo/ltsc-add-microsoftstore؟

LTSC-Add-MicrosoftStore هو أداة نصية (Batch-script) مصممة لنشر متجر Microsoft وتبعياته المطلوبة على إصدارات نظام التشغيل Windows LTSC. يعمل كمثبت للأنظمة التي تفتقر إلى سوق التطبيقات بشكل افتراضي.

ما هي الميزات الرئيسية لـ kkkgo/ltsc-add-microsoftstore؟

الميزات الرئيسية لـ kkkgo/ltsc-add-microsoftstore هي: Microsoft Store Installers, Microsoft Store Downloads, App Store Managers, Windows LTSC Customizations, Filesystem Cache Stores, Pre-installation Component Filters, App Store Troubleshooting, Installation Bundle Customizers.

ما هي البدائل مفتوحة المصدر لـ kkkgo/ltsc-add-microsoftstore؟

تشمل البدائل مفتوحة المصدر لـ kkkgo/ltsc-add-microsoftstore: mas-cli/mas — This project provides a command-line interface for managing the lifecycle of applications from the Apple App Store. It… majd/ipatool — ipatool is a command-line utility for searching, licensing, and downloading encrypted IPA application packages from… doctrine/cache — This PHP caching library provides a key-value storage abstraction designed to reduce application computation time by… jellyfin/jellyfin-desktop — Jellyfin-desktop is a cross-platform media client for Windows, macOS, and Linux. It functions as a native wrapper that… volcengine/openviking — OpenViking is a multi-tenant context server and knowledge base administration system designed to provide AI agents… gotson/komga — Komga is a self-hosted digital comics and eBook server that organizes, serves, and streams CBZ, CBR, PDF, and EPUB…

بدائل مفتوحة المصدر لـ LTSC Add MicrosoftStore

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع LTSC Add MicrosoftStore.
  • mas-cli/masالصورة الرمزية لـ mas-cli

    mas-cli/mas

    12,235عرض على GitHub↗

    This project provides a command-line interface for managing the lifecycle of applications from the Apple App Store. It functions as a package manager for macOS, enabling users to search for software, install new applications, and maintain existing installations directly through terminal commands. The tool distinguishes itself by wrapping private system APIs to perform store operations that are typically restricted to the graphical user interface. It integrates with the operating system to handle administrative privilege elevation, allowing for secure, automated modifications to protected appl

    Swiftapp-storehomebrewmac-app-store
    عرض على GitHub↗12,235
  • majd/ipatoolالصورة الرمزية لـ majd

    majd/ipatool

    8,645عرض على GitHub↗

    ipatool is a command-line utility for searching, licensing, and downloading encrypted IPA application packages from the Apple App Store. It provides a terminal interface for managing account authentication and retrieving application metadata and version history for mobile and TV operating system apps. The tool enables the acquisition of legal licenses for specific applications using unique bundle identifiers. It resolves the relationship between application identifiers and available version numbers to facilitate the sourcing of specific software versions. The system covers application archiv

    Goappleappstorecli
    عرض على GitHub↗8,645
  • doctrine/cacheالصورة الرمزية لـ doctrine

    doctrine/cache

    7,864عرض على GitHub↗

    This PHP caching library provides a key-value storage abstraction designed to reduce application computation time by storing and retrieving frequently accessed data. It implements the PSR-6 standard for caching interfaces to ensure interoperability between different libraries. The project includes a legacy cache adapter that wraps modern standardized cache pools. This allows systems in transition to maintain compatibility by converting between legacy caching implementations and unified interfaces. The library covers a range of storage capabilities, including a filesystem cache store for pers

    PHP
    عرض على GitHub↗7,864
  • jellyfin/jellyfin-desktopالصورة الرمزية لـ jellyfin

    jellyfin/jellyfin-desktop

    5,492عرض على GitHub↗

    Jellyfin-desktop is a cross-platform media client for Windows, macOS, and Linux. It functions as a native wrapper that provides a standalone desktop shell for browsing and playing movies, music, and shows from a remote home media server. The application integrates Chromium with native operating system GPU drivers to provide hardware-accelerated video playback for high-resolution media streams. It utilizes an Electron-based runtime to render a web-based user interface within a native desktop environment. The client manages local file-system caching for session data and application assets to r

    C++jellyfinjellyfin-client
    عرض على GitHub↗5,492
  • عرض جميع البدائل الـ 7 لـ LTSC Add MicrosoftStore→