Skip to main content
Participant
February 12, 2024
Question

Beta applications not available in Creativ Cloud

  • February 12, 2024
  • 5 replies
  • 410 views

Hello,
"Beta Applications" is suddenly missing in the Creativ Cloud menu bar (see screenshot). I have installed Photoshop Beta, it is also not displayed. So I can't update it. Does anyone have an idea why it is not displayed?

Installed: Photoshop Beta 25.4.0 / Photoshop 25.4.0

This topic has been closed for replies.

5 replies

kglad
Community Expert
Community Expert
February 13, 2024

excellent.  thanks for the update.

Participant
February 12, 2024

Thanks for the support, that worked. Photoshop Beta is now the current version 25.6

kglad
Community Expert
Community Expert
February 12, 2024

update this thread after applying the fix.

Participant
February 12, 2024

I have a photo subscription (20 GB) for Mac. I will try it.

kglad
Community Expert
Community Expert
February 12, 2024

do you have a teams, enterprise or education subscription?

 

if yes, contact your admin.

 

if no, Navigate to Windows: C:\Program Files (x86)\Common Files\Adobe\OOBE\Configs\ServiceConfig.xml, find the  <category>beta-apps</category> and above it change <enabled>false</enabled> to  <enabled>true</enabled>, save file. You will need admin password to do that. Restart your system and Beta apps will appear.

 

example:

 

<config>
	<panel>
		<name>AppsPanel</name>
		<visible>true</visible>
	</panel>
	<panel>
		<name>FilesPanel</name>
		<masked>false</masked>
	</panel>
	<panel>
		<name>MarketPanel</name>
		<masked>false</masked>
	</panel>
	<feature>
		<name>SelfServeInstalls</name>
		<enabled>true</enabled>
	</feature>
	<feature>
		<name>BrowserBasedAuthentication</name>
		<enabled>false</enabled>
	</feature>
	<feature>
		<name>SelfServePluginsInstall</name>
		<enabled>true</enabled>
	</feature>
	<feature>
		<name>AppsAutoUpdate</name>
		<enabled>true</enabled>
	</feature>
	<feature>
		<name>AdobeFallbackForAUSST</name>
		<enabled>false</enabled>
	</feature>
	<feature>
		<name>AppsCategories</name>
		<enabled>true</enabled>
		<data>
			<categories>
				<category>beta-apps</category>
			</categories>
		</data>
	</feature>
</config>