Answer the question
In order to leave comments, you need to log in
How to assign one TEMP folder for all users on a terminal server in a domain?
There is a terminal server on windows server 2003. It is in the domain.
It is necessary for all users to assign the same TEMP folder. How to do it faster/easier?
Logging in under everyone is not an option.
Answer the question
In order to leave comments, you need to log in
First, it's not safe enough.
The second, following from the first - why?
The third, which is the answer, is the group policies applied to the terminal server.
But it will not turn out that the data of one user will become available to another? Or, even worse, the data will end up in the other user's running applications?
script, to group policy, all terminal workers to a separate group, script to it
set %TEMP%="new temp directory path"
(of course this is CMD / BAT)
Made installation of an environment variable on the domain and connection of a network drive. Faced not with a security problem, but with the fact that on different terminal servers (virtual on the same host on which a ramdisk with TEMP) applications try to create temporary files in the same folders in TEMP, respectively, problems with access to folders. While looking for a solution.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question