Skip to content

Instantly share code, notes, and snippets.

@yuraloginoff
Created June 27, 2024 20:18
Show Gist options
  • Save yuraloginoff/0d094436c901d6b8d941baf6bc0d5328 to your computer and use it in GitHub Desktop.
Save yuraloginoff/0d094436c901d6b8d941baf6bc0d5328 to your computer and use it in GitHub Desktop.
PowerShell recipes
# Create a profile
New-Item -Path $profile -ItemType "file" -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment