Created
April 1, 2026 05:30
-
-
Save umer936/ccd38956fa98c8566be1583f53d99c3a to your computer and use it in GitHub Desktop.
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
| $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