About 788,000 results
Open links in new tab
  1. windows - Powershell: $profile is pointing to a path that I can't find ...

    Jan 25, 2012 · 65 What you see for the path is right. It is the path for your user profile (for the console host) and it is normal to not see the folder and the file. You can create it and start using your profile:

  2. Unique identifier for user profiles in Windows - Stack Overflow

    Sep 5, 2009 · Windows users and groups use security identifiers (SIDs). A security identifier (SID) is a unique value of variable length that is used to identify a security principal or security group in …

  3. windows - How can I change PowerShell's $PROFILE to point to the …

    Dec 23, 2022 · $env:UserProfile\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 This is the default value stipulated by Microsoft, as well for the Current User, Current Host profile How can I …

  4. Git for Windows: .bashrc or equivalent configuration files for Git Bash ...

    Jul 30, 2011 · In your home directory, you should edit .bash_profile if you have Git for Windows 2.21.0 or later (as of this writing). You could direct .bash_profile to just source .bashrc, but if something …

  5. Powershell $PROFILE variable pointing to wrong location. Where is ...

    That will let one single profile control VsCode, windows Terminal, VsCode Debugger Terminal. -- The value of profile changes depending on which of those hosts are are using.

  6. registry - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT ...

    Mar 1, 2021 · 6 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\<SID> contains a value called State which is a bit mask DWORD. All …

  7. windows - Getting the Username from the HKEY_USERS values - Stack …

    May 27, 2010 · Is there a way to connect between the values under HKEY_USERS to the actual username? I saw some similar questions, but most (if not all) talks about C# code, and my need is in …

  8. Adding Git-Bash to the new Windows Terminal - Stack Overflow

    Jul 1, 2019 · Make sure the git command runs successfully in Command Prompt. That means you need to add git to path when install git or add it to system environment later. Update the file profile.json: …

  9. How to reload user profile from script file in PowerShell

    60 If you want to globally refresh your profile from a script, you will have to run that script "dot-sourced". When you run your script, all the profile script runs in a "script" scope and will not modify your …

  10. Command to open "Configure advanced user profile properties" …

    Oct 16, 2022 · 10 I'm trying to figure out how to open the "Configure advanced user profile properties" control panel window by command line, so that I can provide a link to it in my application. It can be …