B
B
Brew2022-01-28 13:49:12
Windows Server
Brew, 2022-01-28 13:49:12

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

2 answer(s)
T
Talyan, 2022-01-28
@Brew

Make a symbolic link
Can to another drive:

mklink /D "D:\Users\VasyaPupkin\TEMP" "E:\Public\VasyaPupkin\TEMP"

You can network:
mklink /D "D:\Users\VasyaPupkin\TEMP" "\\192.168.0.100\Public\VasyaPupkin\TEMP"

M
MaxKozlov, 2022-01-28
@MaxKozlov

As an option - GPO Environment Extension
https://docs.microsoft.com/en-us/previous-versions...
Set on the OU where the server is and enable Loopback policy mode there
https://docs.microsoft.com/ru-ru /troubleshoot/wind...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question