Skip to content

Instantly share code, notes, and snippets.

@kostakoff
Created March 17, 2025 00:43
Show Gist options
  • Save kostakoff/ac1392a6b46d9032a4065bdd601bec71 to your computer and use it in GitHub Desktop.
Save kostakoff/ac1392a6b46d9032a4065bdd601bec71 to your computer and use it in GitHub Desktop.
create user powershell .profile
if (!(Test-Path -Path $PROFILE)) {
New-Item -ItemType File -Path $PROFILE -Force
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment