About 105,000 results
Open links in new tab
  1. How to Add and Remove Profiles in Windows Terminal app in …

    May 10, 2021 · How to Add and Remove Profiles in Windows Terminal app in Windows 10 The Windows Terminal is a modern, fast, efficient, powerful, and productive terminal application for users …

  2. How to set a profile for Windows Terminal with user defined …

    Dec 7, 2022 · I would like to create a dedicated profile for Windows Terminal with the following: Update the PATH variable. Set some new environment variables. How can I achieve that?

  3. How to initialize new user account from command line on Windows

    Jun 15, 2020 · I would like to initialize new user account on Windows 10 without login out from admin and login in again to user. Now I create new account with following command: net user …

  4. How do I start Chrome using a specified "user profile"?

    The " user-data-dir ectory" contains 1 or more " profile-directory s". The first one being Default, the second one (if existent) Profile 1, then Profile 2 (I assume) and so on. So the --profile …

  5. List All User Accounts on a Windows System via Command Line

    Aug 15, 2015 · I would like a command to list all of the user accounts in a Windows (Vista, 7, etc.) system in a way that I can use to iterate through them with a subsequent command. net user gives …

  6. windows - Create admin user from command line - Super User

    Dec 5, 2012 · 65 How would I go about making an Administrator account (read not limited) from the command line in Windows? I have seen commands to the effect of: net user USERNAME …

  7. Delete Wireless Network Profile in Windows 10 | Tutorials

    Feb 10, 2021 · To Delete a Wireless Network Profile in Command Prompt 1 Open a command prompt. 2 Copy and paste the netsh wlan show profiles command into the command prompt, and press Enter. …

  8. How do I find CMD Properties window in Windows 11? - Super User

    Nov 13, 2023 · In the Startup section… Default profile should already be set to Command Prompt. Set Default terminal application to Windows Console Host. Save and exit. If you only have Default profile …

  9. Choosing between .bashrc, .profile, .bash_profile, etc

    Jul 29, 2014 · TL;DR: ~/.bash_profile should be super-simple and just load .profile and .bashrc (in that order) ~/.profile has the stuff NOT specifically related to bash, such as environment variables (PATH …

  10. How to add a line to .bash_profile - Super User

    15 .bash_profile is a script that is executed each time you start a new shell. On Linux, it's called under different circumstances than .bashrc, but on OS X, they work exactly the same way. Any command …