2

Is there a way to change/modify the Visual Effects settings via command line? For example, I want to control (enabling and disabling) on Animate windows while minimizing and maximizing option from command line. I have seen many solutions that explains how to do this using Windows Registries, but I would like to know whether this can be controlled from command line?

Visual Effects

1

1 Answer 1

0

To disable the effects

sc stop uxsms

To enable the effects

sc stop uxsms

You have to run it as Admin, you can create a batch scrip to do this,

This topic is discussed in detail from the below forum, give a try on it.

https://stackoverflow.com/questions/20516428/how-could-i-disable-windows-effects-through-batch

1
  • 1
    But this will disable/enable all the visual effect settings right? Am looking for to enable only specific/selected options from the Visual Effects. Moreover the provided link is explained using Windows Registries.
    – Gnanam
    Commented Dec 10, 2014 at 12:17

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .