Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| windows:win_tricks [2026/04/23 14:26] – td | windows:win_tricks [2026/04/23 14:33] (current) – [Env Var Powershell] td | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| PS C: | PS C: | ||
| PS C: | PS C: | ||
| - | |||
| ## Env Var Powershell | ## Env Var Powershell | ||
| Line 43: | Line 42: | ||
| and paste in | and paste in | ||
| - | [System.Environment]:: | + | [System.Environment]:: |
| - | [System.Environment]:: | + | [System.Environment]:: |
| + | [System.Environment]:: | ||
| You can close the notepad now! Next, you want to allow powershell to run the ps script so don't forget to grant unrestricted access to running the profile script on load by, | You can close the notepad now! Next, you want to allow powershell to run the ps script so don't forget to grant unrestricted access to running the profile script on load by, | ||
| Line 52: | Line 52: | ||
| Java should now be loaded after you reopen powershell. Thats it! | Java should now be loaded after you reopen powershell. Thats it! | ||
| | | ||
| - | ## Git | + | ## Gi |
| + | t | ||
| ### Ignore File mode | ### Ignore File mode | ||
| git config --global core.fileMode false | git config --global core.fileMode false | ||