Created
          August 14, 2025 09:09 
        
      - 
      
- 
        Save eruffaldi/fc9cef4f773bec3b089d4f1a02da79df to your computer and use it in GitHub Desktop. 
    Removed Zone Identifier
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Get-ChildItem -Path (Resolve-Path ".") -Recurse -File | ForEach-Object { try { Remove-Item "$($_.FullName):Zone.Identifier" -Force -ErrorAction Stop } catch {} } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment