Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| windows:win_tricks [2026/04/23 14:26] – td | windows:win_tricks [2026/05/12 12:53] (current) – [Run ps1 script] td | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| Open PS as admin and run: | Open PS as admin and run: | ||
| | | ||
| - | |||
| ### Run ps1 script | ### Run ps1 script | ||
| PS C: | PS C: | ||
| PS C: | PS C: | ||
| - | |||
| ## Env Var Powershell | ## Env Var Powershell | ||
| Line 43: | Line 41: | ||
| 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 51: | ||
| 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 | ||