Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable bitmap caching - Terminal Services

Status
Not open for further replies.

Magzy

MIS
Aug 19, 2003
52
GB
Hi All,

Does anyone know if it is possible to make a server side change that tells all connecting RDP clients to disable bitmap caching when using the Terminal Services Client?

I know you can do this on the clients themselves, but I have a few hundred to do and they're not in the domain so thus no Group Policy options to push the change :(.

Cheers in advance,

Magz.
 
I know that you can push custom registry settings via GP. YOu should be able to push this:

[HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default]
"bitmapCacheSize"=dword:00000000

That sets the cache to zero, and if the cache can't be used, then it uses ram cache instead, which I think is what you want.

See this article for how you'd package this in group policy:


Dave Shackelford
ThirdTier.net
TrainSignal.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top