About 699,000 results
Open links in new tab
  1. 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 …

  2. 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:

  3. 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.

  4. 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 …

  5. 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 …

  6. 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 …

  7. 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 …

  8. What's the best free C++ profiler for Windows? - Stack Overflow

    Sep 16, 2008 · I'm looking for a profiler in order to find the bottleneck in my C++ code. I'd like to find a free, non-intrusive, and good profiling tool. I'm a game developer, and I use PIX for Xbox 360 …

  9. 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 …

  10. How to create permanent PowerShell Aliases - Stack Overflow

    Jul 23, 2014 · The profile is a script that is run every time you start PowerShell, unless you specify a noprofile flag on the command line. It can be used to set aliases and variables, load functions and …