R
R
Resharpov2020-11-07 15:03:05
PHP
Resharpov, 2020-11-07 15:03:05

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

2 answer(s)
I
IceJOKER, 2016-07-02
@exaller

$str = 'text with digits 123 and comma ,';
$new_str = preg_replace('/[^\d,]/', '', $str);
echo $new_str; //123,

R
Resharpov, 2020-11-08
@Resharpov

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 question

Ask a Question

731 491 924 answers to any question