The date and time was Wednesday, March 18, 2009 7:42:44 PM, and on a
whim, Jim Doh pounded out on the keyboard:
> Terry R. wrote, on 19.03.2009 01:48:
>> In the registry it's located at:
>> HKEY_CURRENT_USER\Control panel\Desktop\WindowMetrics
>> Look for string value "MinAnimate".
>> Set the value data of 0 for Off or 1 for On
>>
>> You could try right clicking on the WindowMetrics and selecting
>> Permissions and removing everyone but yourself, but it may be under your
>> account this is happening.
>
> That way the function is indeed locked (for me) and i cannot change it
> manually anymore by GUI but the application still can (Asio4All). Every
> time its started windows get animated again even though the registry
> value doesn't change. Any other ideas?
>
> I'm wondering why Asio4All fiddles with that settings at all. I don't
> know what communication/API/interface it uses to change that behavior.
I had a similar situation with a key value that kept getting changed. I
finally created a reg file to reset the value, and I have a batch file
in the Startup folder to merge it. That way it was set to the way I
wanted it on each boot. That might be your only solution.
If so, change the value(s) to what you want, then export the key with a
name you can remember (like windowaniOFF.reg as below). Then create a
batch file with the following:
:: Reset Power Options on startup
%windir%\regedit.exe /s "c:\PATH\windowaniOFF.reg"
exit
If you have file extensions hidden in Explorer, use quotes when saving
the file name, i.e. "windowaniOFF.reg".
Place a batch file shortcut in the Startup folder and every time you
boot it will set it to the way YOU want it.
Terry R.
--
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply.
|