Answer the question
In order to leave comments, you need to log in
How to upload the TEMP folder of all server users to another drive?
There is a server with RemoteAPP applications, many users work and the TEMP folders quickly load the disk (you can’t delete them, they are needed) how to make this folder be written to another disk? Thanks everyone for the replies
Answer the question
In order to leave comments, you need to log in
Make a symbolic link
Can to another drive:
mklink /D "D:\Users\VasyaPupkin\TEMP" "E:\Public\VasyaPupkin\TEMP"
mklink /D "D:\Users\VasyaPupkin\TEMP" "\\192.168.0.100\Public\VasyaPupkin\TEMP"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question