Hacker News new | ask | show | jobs
by Brybry 218 days ago
This is a good catch and does indeed work.

  -CreateProfile "profile-name"
also works and will use the default profile path.
1 comments

Keep it mind, though, if you don't specify path, the profile directory name would be:

    random_string + '.' + "profile-name"
That could prove inconvenient for navigation.

If you want predictable, non-random directory names, you'll have to specify it.