Thursday 5 May 2022

Use PowerShell to Find the Temp Folder Path

Use PowerShell to Find the Temp Folder Path


How can I use Windows PowerShell to find the path to the temporary folder?

Use the Temp variable, and obtain its value from the Env: PS drive.

$env:TEMP 

 

 

No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Blog Archive