Skip to content

Commit

Permalink
Wrap link in GTLT
Browse files Browse the repository at this point in the history
  • Loading branch information
SamErde committed Sep 9, 2024
1 parent d7ca937 commit 643e679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions General/Get-EnvironmentVariable.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ function Get-EnvironmentVariable {
The relevant sources for the User and Machine targets are in the registry at:
- HKEY_CURRENT_USER\Environment
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
.LINK
https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_environment_variables
Read more at <https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_environment_variables>.
#>
[Alias('gev')]
[OutputType([System.String], [System.Collections.IDictionary])]
Expand Down

0 comments on commit 643e679

Please sign in to comment.