Skip to content

Instantly share code, notes, and snippets.

@umer936
Created April 1, 2026 05:30
Show Gist options
  • Select an option

  • Save umer936/ccd38956fa98c8566be1583f53d99c3a to your computer and use it in GitHub Desktop.

Select an option

Save umer936/ccd38956fa98c8566be1583f53d99c3a to your computer and use it in GitHub Desktop.
$TempPath = "C:\tmp"
if (Test-Path $TempPath) { Remove-Item "$TempPath\*" -Recurse -Force -ErrorAction SilentlyContinue }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment