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

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

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

microsoft/VisualStudioUninstallerArchived

0
View on GitHub↗
3,964 نجوم·578 تفرعات·C#·3 مشاهداتwww.visualstudio.com↗

VisualStudioUninstaller

VisualStudioUninstaller هو أداة متخصصة لتنظيف السجل والملفات مصممة للإزالة الشاملة لآثار تثبيت Visual Studio، ومدخلات السجل، والملفات التالفة. يعمل كأداة تنظيف برمجية لنظام Windows تحدد وتحذف الملفات المتبقية والمثبتات القديمة التي خلفتها عمليات تثبيت البرامج الفاشلة.

تركز الأداة على إعادة ضبط بيئة التطوير واستعادة تثبيت البرامج عن طريق مسح الآثار التالفة لإعداد النظام لتثبيت جديد. يتضمن ذلك إجراء صيانة لسجل Windows لحذف المفاتيح القديمة ومسارات الملفات اليتيمة التي قد تتركها برامج إلغاء التثبيت القياسية.

تدير الأداة إلغاء تثبيت البرامج عن طريق تنفيذ أوامر إلغاء التثبيت وإزالة الملفات المتبقية ومدخلات السجل لمنع التعارضات أثناء محاولات التثبيت المستقبلية.

Features

  • Local Environment Resets - Wipes all traces of a Visual Studio environment to resolve conflicts caused by incomplete removals.
  • Failed Installation Purges - Deletes remaining files and registry entries from failed installations to ensure the system returns to a clean state.
  • IDE Uninstallers - Specialized tool for the thorough removal of Visual Studio installation artifacts, registry entries, and corrupted files.
  • Installation Cleanup Utilities - Identifies and deletes residual files and stale installers left by failed software setups.
  • Stale Installer Removals - Executes uninstall commands and removes stale installers to clear debris left by incomplete software setups.
  • Visual Studio Cleanup Utilities - Removes leftover files and registry entries after a Visual Studio installation fails or is partially removed.
  • Registry and File Purge Tools - Provides a utility for clearing deep system artifacts and registry keys that standard uninstallers often leave behind.
  • Software Installation Recoveries - Clears corrupted installation artifacts to prepare a system for a fresh and successful software setup.
  • Stale Artifact Removals - Removes lingering files and registry entries after a failed installation to prevent future conflicts.
  • Heuristic File Matching - Identifies residual installation files by matching filenames and extensions against known installation markers.
  • Windows Registry Searches - Searches the Windows Registry for specific keys and values to identify leftover installation paths.
  • Recursive Filesystem Cleanup - Recursively deletes nested folders and files after verifying they are no longer active.
  • Windows Registry Modifications - Deletes stale registry keys and orphaned file paths left behind by unreliable uninstallers.
  • Runtime Privilege Escalations - Runs with administrative permissions to modify protected registry hives and delete system-level files.
  • Registry-Based Uninstaller Execution - Executes native uninstall strings found in the registry to trigger official removal before cleaning residuals.
  • Filesystem Discovery Utilities - Walks directory trees to locate orphaned files and folders associated with software installations.

سجل النجوم

مخطط تاريخ النجوم لـ microsoft/visualstudiouninstallerمخطط تاريخ النجوم لـ microsoft/visualstudiouninstaller

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ VisualStudioUninstaller

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع VisualStudioUninstaller.
  • abbodi1406/vcredistالصورة الرمزية لـ abbodi1406

    abbodi1406/vcredist

    7,385عرض على GitHub↗

    This project is a tool for automating the deployment, installation, and removal of multiple Visual C++ redistributable runtime versions on Windows. It provides a system for managing these runtimes across various operating system versions, including legacy support. The project features an all-in-one runtime bundle that packages multiple versions into a single self-extracting executable for bulk deployment. It includes a utility to extract product identifiers from MSI files and a command-line interface for performing silent installations and repairs without user prompts. The toolset covers sof

    VBScript
    عرض على GitHub↗7,385
  • symfony/finderالصورة الرمزية لـ symfony

    symfony/finder

    8,445عرض على GitHub↗

    This project is a PHP filesystem search component and file filtering library. It provides an object-oriented filesystem iterator designed to locate files and directories based on specific criteria. The library includes a project ignore file parser that allows the search process to respect version control exclusion patterns and metadata to skip unnecessary files. It covers a wide range of filtering capabilities, including the ability to isolate entries by name, path, size, and modification date. The tool also supports content-based filtering, type-based restrictions, and custom logic function

    PHPcomponentphpsymfony
    عرض على GitHub↗8,445
  • builtbybel/thisiswin11الصورة الرمزية لـ builtbybel

    builtbybel/ThisIsWin11

    5,191عرض على GitHub↗

    ThisIsWin11 is a suite of utilities and scripts designed for Windows 11 that functions as a bloatware remover, operating system customization tool, package manager interface, and system automation suite. Its primary purpose is to identify and delete factory-installed applications to reclaim system resources and modify system behavior and visual styles. The project provides a centralized control panel for managing obscure system settings and personalizing visual interface elements. It leverages script-based automation to apply wide-scale configurations and utilizes registry-based modifications

    C#powertoyswindows11
    عرض على GitHub↗5,191
  • jprichardson/node-fs-extraالصورة الرمزية لـ jprichardson

    jprichardson/node-fs-extra

    9,610عرض على GitHub↗

    node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and directory operations. It functions as a recursive directory manager, a JSON file processor, and a file asset manipulator, extending the standard library to provide high-level utilities for managing assets on disk. The project distinguishes itself through recursive capabilities, such as duplicating or removing nested folder structures and ensuring that all missing parent directories are automatically generated when creating files or symbolic links. It also integrates a JSON se

    JavaScriptcopydeletefilesystem
    عرض على GitHub↗9,610
عرض جميع البدائل الـ 19 لـ VisualStudioUninstaller→

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

ما هي وظيفة microsoft/visualstudiouninstaller؟

VisualStudioUninstaller هو أداة متخصصة لتنظيف السجل والملفات مصممة للإزالة الشاملة لآثار تثبيت Visual Studio، ومدخلات السجل، والملفات التالفة. يعمل كأداة تنظيف برمجية لنظام Windows تحدد وتحذف الملفات المتبقية والمثبتات القديمة التي خلفتها عمليات تثبيت البرامج الفاشلة.

ما هي الميزات الرئيسية لـ microsoft/visualstudiouninstaller؟

الميزات الرئيسية لـ microsoft/visualstudiouninstaller هي: Local Environment Resets, Failed Installation Purges, IDE Uninstallers, Installation Cleanup Utilities, Stale Installer Removals, Visual Studio Cleanup Utilities, Registry and File Purge Tools, Software Installation Recoveries.

ما هي البدائل مفتوحة المصدر لـ microsoft/visualstudiouninstaller؟

تشمل البدائل مفتوحة المصدر لـ microsoft/visualstudiouninstaller: abbodi1406/vcredist — This project is a tool for automating the deployment, installation, and removal of multiple Visual C++ redistributable… symfony/finder — This project is a PHP filesystem search component and file filtering library. It provides an object-oriented… jprichardson/node-fs-extra — node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and… kashav/fsql — fsql is a command line interface tool that provides a SQL-like query language for finding files and directories on a… builtbybel/thisiswin11 — ThisIsWin11 is a suite of utilities and scripts designed for Windows 11 that functions as a bloatware remover,… shadowwhisperer/remove-ms-edge — Remove-MS-Edge is a script-based utility designed to uninstall preinstalled web browsers and the WebView2 runtime from…