kunkel321 > 2021-12-09 16:58
joeNOR > 2021-12-10 06:35
(Get-Command .\quickaccesspopup-64-bit.exe).FileVersionInfo.FileVersion
[Environment]::SetEnvironmentVariable(String, String)
$QAPtempver = (Get-Command .\quickaccesspopup-64-bit.exe).FileVersionInfo.FileVersion
[System.Environment]::SetEnvironmentVariable('QAPversion', $QAPtempver, [System.EnvironmentVariableTarget]::User)
kunkel321 > 2021-12-10 09:37
joeNOR > 2021-12-10 09:52
joeNOR > 2021-12-11 12:49
joeNOR > 2021-12-16 11:40
Jean Lalonde > 2021-12-20 14:17
kunkel321 > 2021-12-21 10:09
Jean Lalonde > 2021-12-21 11:01