Skip to main content
This topic has been closed for replies.

3 replies

Participant
May 4, 2018

Hello World

Participating Frequently
July 15, 2014

I have a question. Has anyone encountered sccm Cache size problems. My install fails because the whole application needs to go over the network and into the sccm cache. The creative cloud packages don't work from the network. This PDF was kinda good but it really looks like people didn't use it. What places have people used to as the location for the creative cloud package? If anyone from Adobe is listening, this is hard to set up. I'm just saying.

Participating Frequently
August 1, 2014

I used a Run Command in a task sequence to increase the default cache size.  I ran the PowerShell command below prior to installing.

C:\Windows\System32\WindowsPowershell\v1.0\powershell.exe -Command "(New-Object -COM UIResource.UIResourceMgr).GetCacheInfo().TotalSize = 20480"

Hope this helps.

Participant
September 17, 2013

detective series