PowerTip: Use PowerShell to Find the Temp Folder Path

Doctor Scripto

Summary: Find the path to the temporary folder.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find the path to the temporary folder?

Hey, Scripting Guy! AnswerUse the Temp variable, and obtain its value from the Env: PS drive.

$env:TEMP 

0 comments

Discussion is closed.

Feedback usabilla icon