Skip to content

Instantly share code, notes, and snippets.

@thiagosilr
Created March 27, 2023 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiagosilr/0eda463df0bac41a8c664c44b3980f3b to your computer and use it in GitHub Desktop.
Save thiagosilr/0eda463df0bac41a8c664c44b3980f3b to your computer and use it in GitHub Desktop.
PowerShell remove todos arquivos de um diretório
$remover = "C:\Users\thiago.resende\AppData\Roaming\Microsoft\Teams"
Remove-Item -Recurse -Force $remover
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment