Photoshop create temporary folders not in \Temp

I installed PS on C:\, but temp folders are creating on D:\, by the way, system TMP and Temp paths are in D:\Temp. How can I fix that? I’d always delete those temp folders manually.

Answer

This is happening probably because the location of the TEMP folder is incorrectly configured.

  1. If this happens only in Photoshop, then look through the settings of Photoshop, and find something related to TEMP and change that to

    C:\Windows\Temp
    
  2. If all apps are storing their temporary files in D drive, then it’s because the path is incorrectly set. Follow the steps below to fix that:

(I am not allowed to embed pics cuz I’m a new user, so please click on the links of the pics and see them. Open then in a new tab)

searching for path settings (pic. Click the link)

It does no matter if you are on windows 7 or 8, type ‘path’ in the start menu and the option will pop up. Click on ‘settings’ under the search bar, if you’re on Win8. Select the option with text ‘Edit the system environment variables'(highlighted with cursor in the pic above)

Editing path variables (pic. Click the link)

A small window with title ‘System Proprties’ should pop up (The window on the right in the pic above). Click the button at the very bottom of the window, which is labelled ‘Enviromnemt Variables’. A new window with title ‘Environment Variables’ should pop up. (the left one in the pic)

There you will see two categories – ‘User variables for [your user name]’ (‘Snehit in my case’) and the second catrgory will be ‘System variables’. In the user variables category (marked ‘1’ in the pic) click on ‘TEMP’ and click on edit.

In the ‘Variable value’ paste the following thing.

%USERPROFILE%\AppData\Local\Temp

Click on ‘ok’ and edit the ‘TMP’ value paste the same thing in its value as you just did for ‘TEMP’

In the ‘System variables’ category, find ‘TEMP’ and ‘TMP’ from the list(Scroll down) and change both their values to the below path.

C:\Windows\TEMP

Click on ok on the Environment Variables window and on the system properties window. Reboot your computer and delete the TEMP and TMP folder in D drive.

This should hopefully solve your problem.

Attribution
Source : Link , Question Author : Tarasovych , Answer Author : Snehit Sah

Leave a Comment