awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
microsoft avatar

microsoft/VisualStudioUninstallerArchived

0
View on GitHub↗
3,964 estrellas·578 forks·C#·3 vistaswww.visualstudio.com↗

VisualStudioUninstaller

VisualStudioUninstaller es una herramienta especializada en la limpieza de archivos y registros diseñada para la eliminación exhaustiva de artefactos de instalación, entradas de registro y archivos corruptos de Visual Studio. Funciona como una utilidad de limpieza de software para Windows que identifica y elimina archivos residuales y instaladores obsoletos dejados por instalaciones fallidas.

La herramienta se centra en el restablecimiento del entorno de desarrollo y la recuperación de instalaciones de software eliminando artefactos corruptos para preparar el sistema para una instalación limpia. Esto incluye realizar mantenimiento del registro de Windows para eliminar claves obsoletas y rutas de archivos huérfanas que los desinstaladores estándar pueden dejar atrás.

La utilidad gestiona la desinstalación de software ejecutando comandos de desinstalación y eliminando archivos persistentes y entradas de registro para evitar conflictos durante futuros intentos de instalación.

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.

Historial de estrellas

Gráfico del historial de estrellas de microsoft/visualstudiouninstallerGráfico del historial de estrellas de microsoft/visualstudiouninstaller

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a VisualStudioUninstaller

Proyectos open-source similares, clasificados según cuántas características comparten con VisualStudioUninstaller.
  • abbodi1406/vcredistAvatar de abbodi1406

    abbodi1406/vcredist

    7,385Ver en 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
    Ver en GitHub↗7,385
  • symfony/finderAvatar de symfony

    symfony/finder

    8,445Ver en 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
    Ver en GitHub↗8,445
  • builtbybel/thisiswin11Avatar de builtbybel

    builtbybel/ThisIsWin11

    5,191Ver en 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
    Ver en GitHub↗5,191
  • jprichardson/node-fs-extraAvatar de jprichardson

    jprichardson/node-fs-extra

    9,610Ver en 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
    Ver en GitHub↗9,610
Ver las 19 alternativas a VisualStudioUninstaller→

Preguntas frecuentes

¿Qué hace microsoft/visualstudiouninstaller?

VisualStudioUninstaller es una herramienta especializada en la limpieza de archivos y registros diseñada para la eliminación exhaustiva de artefactos de instalación, entradas de registro y archivos corruptos de Visual Studio. Funciona como una utilidad de limpieza de software para Windows que identifica y elimina archivos residuales y instaladores obsoletos dejados por instalaciones fallidas.

¿Cuáles son las características principales de microsoft/visualstudiouninstaller?

Las características principales de microsoft/visualstudiouninstaller son: 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.

¿Qué alternativas de código abierto existen para microsoft/visualstudiouninstaller?

Las alternativas de código abierto para microsoft/visualstudiouninstaller incluyen: 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…