Add VS Code settings and comprehensive C: drive cleanup script #23485
+2,045
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds development environment configuration and a comprehensive PowerShell script for managing disk space on the C: drive through inventory, archival, and deduplication operations.
Changes
VS Code Configuration (
.vscode/settings.json)C: Drive Cleanup Script (
Script/cleanup_full_C_execute.ps1)A production-ready PowerShell script that performs comprehensive disk management:
Core Features:
-DryRun) for planning without executionKey Implementation Details:
Parameters:
-DryRun: Simulation mode without file operations-TopN: Number of largest files to report (default: 100)-MinSizeMBToConsider: Minimum size threshold (default: 50 MB)-OldYearsThreshold: Age threshold for archival (default: 2 years)-KeepCopies: Duplicate copies to retain (default: 2)-RetentionDaysQuarantine: Quarantine retention period (default: 30 days)-SkipHash: Disable duplicate detection for speed-Force: Skip interactive confirmationsAll operations are logged to
C:\Temp\RapportsNettoyage\with detailed reports and transcripts for compliance and troubleshooting.https://claude.ai/code/session_01W4G9Qd8TxnszYZ9Wb7SWGu