Skip to content

Commit

Permalink
Update Get-RAMInfo.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
auberginehill committed Sep 1, 2016
1 parent ca3bfa0 commit dadbe23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Get-RAMInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,9 @@ specified with the $path variable (at line 6). The $env:temp variable points to
folder. The default value of the $env:temp variable is C:\Users\<username>\AppData\Local\Temp
(i.e. each user account has their own separate temp folder at path %USERPROFILE%\AppData\Local\Temp).
To see the current temp path, for instance a command
[System.IO.Path]::GetTempPath()
may be used at the PowerShell prompt window [PS>]. To change the temp folder for instance
to C:\Temp, please, for example, follow the instructions at
http://www.eightforums.com/tutorials/23500-temporary-files-folder-change-location-windows.html
Expand Down

0 comments on commit dadbe23

Please sign in to comment.