From 643e6791c2a0b97ab619c332c083d27ced417d1b Mon Sep 17 00:00:00 2001 From: Sam Erde Date: Mon, 9 Sep 2024 10:05:29 -0400 Subject: [PATCH] Wrap link in GTLT --- General/Get-EnvironmentVariable.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/General/Get-EnvironmentVariable.ps1 b/General/Get-EnvironmentVariable.ps1 index 0a8dbb8..acb67c0 100644 --- a/General/Get-EnvironmentVariable.ps1 +++ b/General/Get-EnvironmentVariable.ps1 @@ -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 . #> [Alias('gev')] [OutputType([System.String], [System.Collections.IDictionary])]