Skip to content

Instantly share code, notes, and snippets.

@mkht
Created October 8, 2019 02:42
Show Gist options
  • Save mkht/7ce01f55b3712abfcbbf8ddb28fa3f2f to your computer and use it in GitHub Desktop.
Save mkht/7ce01f55b3712abfcbbf8ddb28fa3f2f to your computer and use it in GitHub Desktop.
$ErrorActionPreference = 'Stop'
cd C:\
$null = New-Item C:\j\k\l -ItemType Directory -Force
$null = Get-ChildItem C:\j\k | Select-Object -First 1
Remove-Item C:\j\k -Recurse -Force
Start-Sleep -Seconds 3
Remove-Item C:\j\k -Recurse -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment