From: cswarr on
How can I programtically disable bitmap caching for the TS client? Is there
a GPO setting or something that I can apply to my terminal servers that will
disable bitmap caching when a client makes a ts connection? Thanks.
From: Ayesha Mascarenhas [MSFT] on
There is no GPO setting or server side setting that you can apply.
You can do this on the client side through the client UI OR by editing the
..rdp file. Read more
here:http://msdn2.microsoft.com/en-us/library/ms861803.aspx :
BitmapPersistenceEnabled:i:0 Indicates whether bitmap caching is selected.
A value of zero (0) indicates that bitmap caching is not selected. A value
of 1 indicates that it is selected.

--
This posting is provided "AS IS" with no warranties, and confers no rights.
"cswarr" <cswarr(a)discussions.microsoft.com> wrote in message
news:80515645-B2B6-4AAE-A2C7-4FBB26290353(a)microsoft.com...
> How can I programtically disable bitmap caching for the TS client? Is
> there
> a GPO setting or something that I can apply to my terminal servers that
> will
> disable bitmap caching when a client makes a ts connection? Thanks.