Create profile

To test if your profile exists, use this command...

test-path $PROFILE

To create your profile file (and create a folder to stick it in), use this command:

New-Item -path $profile -type file -force

Now you can edit your profile and start putting all the good things in.

See also