Answer the question
In order to leave comments, you need to log in
How to enable visual effects on Windows Server 2019 for everyone?
I have a terminal server on Windows Server 2019. In the administrator account, I have enabled visual effects and I want to enable them for non-administrator accounts. I tried changing the UserPreferencesMask but it didn't work
Answer the question
In order to leave comments, you need to log in
$str = 'text with digits 123 and comma ,';
$new_str = preg_replace('/[^\d,]/', '', $str);
echo $new_str; //123,
I'll answer my own question
The problem was that even when the Administrator rights were granted to the user, all settings were reset upon re-entry. It turns out that you need to not only edit the visual effects on the server side, but also change the RDP connection file, specifying a broadband connection
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question