Skip to content

Commit

Permalink
win: fix and document VStudio license removal
Browse files Browse the repository at this point in the history
Before this commit, license deletion used `reg delete .. /va /f`, which
deletes all valued under a key. However, the license data did not exist
under the specified subkeys, making the logic ineffective. This commit
changes it to delete the license registry key completely to correctly
remove the license data.

Changes:

- Change `reg delete /va` to delete the correct registry data.
- Create shared function for deleting license data for better
  maintainability.
- Add documentation for the scripts.
- Include a missing script to clear Visual Studio 2013 telemetry.
  • Loading branch information
undergroundwires committed Jul 31, 2024
1 parent b185255 commit fa2591a
Showing 1 changed file with 260 additions and 30 deletions.
Loading

0 comments on commit fa2591a

Please sign in to comment.