About 50 results
Open links in new tab
  1. Setting and getting Windows environment variables from the …

    6 System variables can be set through CMD and registry For ex. reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v …

  2. How to set a folder to the path environment variable in Windows 11

    Nov 10, 2024 · Here is a video tutorial I created that shows how to set a folder to the path environmental variable in Windows 11. Alternatively, below is a step-by-step description of the process with …

  3. How to set an index URL for 'uv'-like pip configurations

    May 2, 2025 · When using pip to install Python packages, we can set the configurations, so that it can refer to some private repository to install packages. The use case is, for example, for big companies …

  4. .net - C# Set collection? - Stack Overflow

    Oct 8, 2008 · Does anyone know if there is a good equivalent to Java's Set collection in C#? I know that you can somewhat mimic a set using a Dictionary or a HashTable by populating but ignoring the …

  5. How can I get Remote Desktop (RD) to scale properly AND set …

    Sep 26, 2025 · If I set it to 1920 x 1080, I end up with a small window on my 4k monitor and can't drag it larger than 1920 x 1080. If I set the dimensions slightly less than 3840 x 2160, I can get it windowed …

  6. Set variable from another variable in Jinja - Stack Overflow

    I would like to know how can I set a variable with another variable in Jinja. I have got a submenu and I would like to show which link is active. I tried this: {% set active_link = {{recordtype}} -...

  7. Set default keyboard layout in Windows 11 - Super User

    Feb 18, 2025 · I use two different keyboard layouts but every I boot up my PC I have to change to the second layout. How do I make it the default one?

  8. Where do I set 'NODE_OPTIONS="--max-old-space-size=2048"'

    Jul 11, 2019 · What OP was originally looking for was a way to set an Environment Variable. The NODE_OPTIONS --max-old-space-size environment variable allows to increase Node's max heap …

  9. Use curly braces to initialize a Set in Python - Stack Overflow

    Curly braces or the set () function can be used to create sets. Note: to create an empty set you have to use set (), not {}; the latter creates an empty dictionary, a data structure that we discuss in the next …

  10. git - How to change line-ending settings - Stack Overflow

    Is there a file or menu that will let me change the settings on how to deal with line endings? I read there are 3 options: Checkout Windows-style, commit Unix-style Git will convert LF to CRLF when