Hello together,
I have just updated from 3.4.6 to 3.7.5. Here I get a status window for each copy operation. Is there any way to disable this?
Many thanks in advance!
Hello together,
I have just updated from 3.4.6 to 3.7.5. Here I get a status window for each copy operation. Is there any way to disable this?
Many thanks in advance!
You can use $ProgressPreference = ‘SilentlyContinue’ at the top of your dashboard script.
works - thank you!