This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Deleting temp files for Powershell Process steps

Hello,

Can someone tell me if it is safe to delete temp files in the following location.

C:\Users\srvc-account\AppData\Local\Temp\tmp_*

I'm thinking its ok but i wanted to make sure.

I'm running a custom process orchestration with powershell scripts in it.

These temp files are generated each time they run.

The directory is growing and i need to make some space on the drive.

Thank you, Lu

Parents
  • You may try to use Windows Disk Cleanup tool to free your space. Some software installers store the files in that folder. It might be causing the issue when you execute the app which looks for the file there. Why does the PS1 generate a huge file there, offline loading?
Reply
  • You may try to use Windows Disk Cleanup tool to free your space. Some software installers store the files in that folder. It might be causing the issue when you execute the app which looks for the file there. Why does the PS1 generate a huge file there, offline loading?
Children
No Data