Remove Adobe CS4 Drive Context Menu Entry


Recommended Posts

Any of you who have installed Adobe CS4 will know you will get a context menu entry for Adobe CS4 Drive, even if you chose not to install the actual program so effectively the entry is useless. After some googling and experimenting found two ways to remove it.

1. Install & Uninstall

Install Adobe CS4 Drive using the installer then uninstall it. This seems to get rid of it.

2. Manual Remove

Open Regedit and delete these two entries.

HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{C95FFEAE-A32E-4122-A5C4-49B5BFB69795}

HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\{C95FFEAE-A32E-4122-A5C4-49B5BFB69795}

Hope this helps some people.

  mail said:
Any of you who have installed Adobe CS4 will know you will get a context menu entry for Adobe CS4 Drive, even if you chose not to install the actual program so effectively the entry is useless. After some googling and experimenting found two ways to remove it.

1. Install & Uninstall

Install Adobe CS4 Drive using the installer then uninstall it. This seems to get rid of it.

2. Manual Remove

Open Regedit and delete these two entries.

HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{C95FFEAE-A32E-4122-A5C4-49B5BFB69795}

HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\{C95FFEAE-A32E-4122-A5C4-49B5BFB69795}

Hope this helps some people.

Great! Thank; saved me a lot of research.

  • 1 month later...

This is an even easier method to get rid of the Drive menu and not have the DLL loaded:

START -> Run...

regsvr32 /u "%CommonProgramFiles%\Adobe\Adobe Drive CS4\ADFSMenu.dll"

on 64bit Windows:

START -> Run...

regsvr32 /u "%CommonProgramFiles(x86)%\Adobe\Adobe Drive CS4\ADFSMenu.dll"

Cheers,

phaelox

  phaelox said:
This is an even easier method to get rid of the Drive menu and not have the DLL loaded:

START -> Run...

regsvr32 /u "%CommonProgramFiles%\Adobe\Adobe Drive CS4\ADFSMenu.dll"

on 64bit Windows:

START -> Run...

regsvr32 /u "%CommonProgramFiles(x86)%\Adobe\Adobe Drive CS4\ADFSMenu.dll"

Cheers,

phaelox

thanks,

it also removed the entry in context menu when i click in c: or d:

  DARKFiB3R said:
I have installed Adobe CS4, but I don't have any context menu entry's for Adobe CS4 Drive.

Maybe you guys missed an option that relates to this while customising your install?

Use this one instead

regsvr32 /u "C:\Program Files\Common Files\Adobe\Adobe Drive CS4\ADFSMenu.dll"

  phaelox said:
This is an even easier method to get rid of the Drive menu and not have the DLL loaded:

START -> Run...

regsvr32 /u "%CommonProgramFiles%\Adobe\Adobe Drive CS4\ADFSMenu.dll"

on 64bit Windows:

START -> Run...

regsvr32 /u "%CommonProgramFiles(x86)%\Adobe\Adobe Drive CS4\ADFSMenu.dll"

Cheers,

phaelox

This works perfect while the regedit method does not work (on 64).

thanks

  magik said:
I really hate how it wasn't optional to unselect it during install. :no:

That's easy to fix. On the disc, navigate to the payloads folder. In there you will find two folders; AdobePhotoshop11-core and AdobePhotoshop11-core_x64.

In each of those folders you will find a file named AdobePhotoshop11-core.proxy.xml and AdobePhotoshop11-core_x64.proxy.xml.

Open AdobePhotoshop11-core.proxy.xml (make a backup first) and find the section that begins with <Dependencies>, highlight from <Dependencies> to </Dependencies> and replace with the below changes.

  &lt;Dependencies&gt;
	&lt;ProductInfo type="required"&gt;
				&lt;Family&gt;Photoshop&lt;/Family&gt;
				&lt;ProductName&gt;Adobe Photoshop CS4 Support&lt;/ProductName&gt;
			&lt;/ProductInfo&gt;
	&lt;ProductInfo type="recommended"&gt;
				&lt;Family&gt;Creative Suites&lt;/Family&gt;
				&lt;ProductName&gt;Adobe Drive CS4&lt;/ProductName&gt;
			&lt;/ProductInfo&gt;
	&lt;ProductInfo type="critical"&gt;
				&lt;Family&gt;CSXS&lt;/Family&gt;
				&lt;ProductName&gt;Creative Services Infrastructure&lt;/ProductName&gt;
			&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
			&lt;Family&gt;NonAdobePayload&lt;/Family&gt;
			&lt;ProductName&gt;AdobeAIR1.0&lt;/ProductName&gt;

		&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
			&lt;Family&gt;NonAdobePayload&lt;/Family&gt;
			&lt;ProductName&gt;AdobeAMP&lt;/ProductName&gt;

		&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeAUM&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;Adobe Bridge CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeColorCommonSetCMYK&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeColorCommonSetRGB&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeColorEU CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeColorJA CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeColorNA CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeColorPhotoshop CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CSXS&lt;/Family&gt;
		&lt;ProductName&gt;Connect&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
		&lt;Family&gt;Core Tech&lt;/Family&gt;
		&lt;ProductName&gt;Adobe Default Language CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;MaD&lt;/Family&gt;
		&lt;ProductName&gt;DeviceCentral&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;Adobe ExtendScript Toolkit CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;Creative Suites&lt;/Family&gt;
		&lt;ProductName&gt;Adobe Extension Manager CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;Bridge&lt;/Family&gt;
		&lt;ProductName&gt;AdobeOutputModule&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;PDF Settings CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CSXS&lt;/Family&gt;
		&lt;ProductName&gt;SearchForHelp&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CSXS&lt;/Family&gt;
		&lt;ProductName&gt;Service Manager&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="critical"&gt;
		&lt;Family&gt;Creative Suites&lt;/Family&gt;
		&lt;ProductName&gt;Suite Shared Configuration CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeColorVideoProfilesCS CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;Creative Suites&lt;/Family&gt;
		&lt;ProductName&gt;Adobe XMP Panels CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CSXS&lt;/Family&gt;
		&lt;ProductName&gt;kuler&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="critical"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;ALM CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
	&lt;Family&gt;Shared Technology&lt;/Family&gt;
	&lt;ProductName&gt;Adobe Camera Raw&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeCMaps CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;Type Group&lt;/Family&gt;
		&lt;ProductName&gt;Common Fonts Installation&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;Adobe Linguistics CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobePDFL CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="required"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeTypeSupport CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;Adobe WinSoft Linguistics Plugin&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
  &lt;/Dependencies&gt;

Open AdobePhotoshop11-core_x64.proxy.xml (make a backup first) and find the section that begins with <Dependencies>, highlight from <Dependencies> to </Dependencies> and replace with the below changes.

  &lt;Dependencies&gt;
	&lt;ProductInfo type="required"&gt;
				&lt;Family&gt;Photoshop&lt;/Family&gt;
				&lt;ProductName&gt;Adobe Photoshop CS4 Support&lt;/ProductName&gt;
			&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
				&lt;Family&gt;Creative Suites&lt;/Family&gt;
				&lt;ProductName&gt;Adobe Drive CS4&lt;/ProductName&gt;
			&lt;/ProductInfo&gt;
	&lt;ProductInfo type="critical"&gt;
				&lt;Family&gt;CSXS&lt;/Family&gt;
				&lt;ProductName&gt;Creative Services Infrastructure&lt;/ProductName&gt;
			&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
			&lt;Family&gt;NonAdobePayload&lt;/Family&gt;
			&lt;ProductName&gt;AdobeAIR1.0&lt;/ProductName&gt;

		&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
			&lt;Family&gt;NonAdobePayload&lt;/Family&gt;
			&lt;ProductName&gt;AdobeAMP&lt;/ProductName&gt;

		&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeAUM&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;Adobe Bridge CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeColorCommonSetCMYK&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeColorCommonSetRGB&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeColorEU CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeColorJA CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeColorNA CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeColorPhotoshop CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CSXS&lt;/Family&gt;
		&lt;ProductName&gt;Connect&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
		&lt;Family&gt;Core Tech&lt;/Family&gt;
		&lt;ProductName&gt;Adobe Default Language CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;MaD&lt;/Family&gt;
		&lt;ProductName&gt;DeviceCentral&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;Adobe ExtendScript Toolkit CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;Creative Suites&lt;/Family&gt;
		&lt;ProductName&gt;Adobe Extension Manager CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;Bridge&lt;/Family&gt;
		&lt;ProductName&gt;AdobeOutputModule&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;PDF Settings CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CSXS&lt;/Family&gt;
		&lt;ProductName&gt;SearchForHelp&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CSXS&lt;/Family&gt;
		&lt;ProductName&gt;Service Manager&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="critical"&gt;
		&lt;Family&gt;Creative Suites&lt;/Family&gt;
		&lt;ProductName&gt;Suite Shared Configuration CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeColorVideoProfilesCS CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;Creative Suites&lt;/Family&gt;
		&lt;ProductName&gt;Adobe XMP Panels CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CSXS&lt;/Family&gt;
		&lt;ProductName&gt;kuler&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="critical"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;ALM x64 CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
	&lt;Family&gt;Shared Technology&lt;/Family&gt;
	&lt;ProductName&gt;Adobe Camera Raw x64&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeCMaps x64 CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
	&lt;Family&gt;CSXS&lt;/Family&gt;
	&lt;ProductName&gt;Creative Services Infrastructure x64&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
	&lt;Family&gt;Creative Suites&lt;/Family&gt;
	&lt;ProductName&gt;Adobe Drive CS4 x64&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;Type Group&lt;/Family&gt;
		&lt;ProductName&gt;Common Fonts Installation x64&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;Adobe Linguistics CS4 x64&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobePDFL x64 CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo type="required"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;AdobeTypeSupport x64 CS4&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
	&lt;ProductInfo visible="1" type="recommended"&gt;
		&lt;Family&gt;CoreTech&lt;/Family&gt;
		&lt;ProductName&gt;Adobe WinSoft Linguistics Plugin x64&lt;/ProductName&gt;

	&lt;/ProductInfo&gt;
  &lt;/Dependencies&gt;

The next time you need to install, you will be able to uncheck most* of what you don't want or need.

* not everything that is set to recommended will be able to be unchecked.

  • 1 month later...

Unregistering the dll doesn't seem to work for me on Vista x64 or Win7 x64, as the file path specified doesn't exist. Also I have just found out if you search for {C95FFEAE-A32E-4122-A5C4-49B5BFB69795} in the registry and delete all entries it should get rid of the entry from everywhere (Y).

  • 1 month later...

This worked for me Vista Ult X64...Thanks

  phaelox said:
This is an even easier method to get rid of the Drive menu and not have the DLL loaded:

START -> Run...

regsvr32 /u "%CommonProgramFiles%\Adobe\Adobe Drive CS4\ADFSMenu.dll"

on 64bit Windows:

START -> Run...

regsvr32 /u "%CommonProgramFiles(x86)%\Adobe\Adobe Drive CS4\ADFSMenu.dll"

Cheers,

phaelox

  • 5 weeks later...
  • 2 weeks later...
  mail said:
Update for win7 RC. Unregistering the dll doesn't work you have to rename the dll or delete it.

I'm running 64bit seven rc.

I can't find the .dll anywhere. It not in either the 64 or 86 program files folders referred to. But when I enter regsvr32 /u "C:\Program Files\Common Files\Adobe\Adobe Drive CS4\ADFSMenu.dll" it says successfully unregistered but drive context menu is still present.

Any thoughts

  • 4 weeks later...
  • 1 month later...

Here is what you need to do if you have Windows 7 RC 64- bit (build 7100). None of what people have said worked for me. I realized you need to run the command prompt with administrator privileges for the changes to take effect.

1. Start > All Programs > Accessories > right click Command Prompt and select Run As Administrator

2. Type the following: regsvr32 /u "C:\Program Files\Common Files\Adobe\Adobe Drive CS4\ADFSMenu.dll"

3. Click OK and then check by right clicking on a file in a Windows Explorer window.

  • 3 months later...
  VQuick said:
Here is what you need to do if you have Windows 7 RC 64- bit (build 7100). None of what people have said worked for me. I realized you need to run the command prompt with administrator privileges for the changes to take effect.

1. Start > All Programs > Accessories > right click Command Prompt and select Run As Administrator

2. Type the following: regsvr32 /u "C:\Program Files\Common Files\Adobe\Adobe Drive CS4\ADFSMenu.dll"

3. Click OK and then check by right clicking on a file in a Windows Explorer window.

Thanks, that worked for me. I never could get it to work in Vista though, oddly. I tried everything mentioned in this thread too. That's moot now though. :yes:

  • 3 weeks later...
  wehavetogoback said:
This is the method posted by Phaelox, modified for Windows 7 beta 64-bit:

Just type in Start>Run...

regsvr32 /u "C:\Program Files\Common Files\Adobe\Adobe Drive CS4\ADFSMenu.dll"

\o/

Sorry to bump this, but wanted to say thanks. This worked for me.

Stupid Adobe.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • This is my story as well, and I also converted 4 people myself.
    • As a mod, why are you so condensending in your responses to people?
    • Denmark, and perhaps the rest of NATO, should not trust TRUMP [and JD Vance in the unlikely event he becomes President in 2028]. As for trusting Microsoft, that is "at your own risk," especially in view of the change in their corporate philosophy and Operating Systems since Windows-7.
    • No, it’s not what you said (notice the for you part?) and what you quoted is not everything they said. Cherry picking your quote to suit your “pointless” comment is silly when we can all go back and read everything that was actually said. My experience has been similar to theirs.
    • AMD quietly releases a new budget-friendly AM4 processor with 3D cache by Taras Buria In November 2023, news emerged about AMD preparing more Ryzen processors with 3D cache for the AM4 platform, which is now nine years old. It took a while for the company to confirm those rumors, but it's finally here. The Ryzen 5 5500X3D is now official, a new entry-level chip with stacked cache to offer good gaming performance to those on tight budgets. The Ryzen 5 5500X3D (first spotted on EEC last year) is basically a clocked-down Ryzen 5 5600X3D. This six-core, twelve-thread AM4 processor operates at a base speed of 3GHz, and it can boost itself up to 4GHz. For comparison, the Ryzen 5 5600X3D has a 3.3GHz base clock and a 4.4GHz boost clock. L3 cache, however, remains unchanged: 96MB, which is a big deal for games (the more cache, the better performance). The same goes for the platform: it is built using TSMC's 7nm process and Zen 3 architecture. Unlike the current AM5 Ryzen chips with 3D cache, the Ryzen 5 5500X3D is not unlocked, which means its modest clocks cannot be overclocked beyond stock values. For comparison, here is AMD's current portfolio of AM4 processors with 3D cache: AM4 3D V-Cache CPUs Platform Core Count Base Clock Boost Clock L3 Cache AMD Ryzen 7 5800X3D AM4 8 cores, 16 threads 3.4GHz 4.5GHz 96MB AMD Ryzen 7 5700X3D AM4 8 cores, 16 threads 3.0GHz 4.1GHz 96MB AMD Ryzen 5 5600X3D AM4 6 cores, 12 threads 3.3GHz 4.4GHz 96MB AMD Ryzen 5 5500X3D AM4 6 cores, 12 threads 3.0GHz 4.0GHz 96MB Interestingly, the new Ryzen 5 5500X3D is listed as only available in Latin America (LATAM), which means you are unlikely to see it on sale in the United States or Europe. Therefore, you will have to look at other AM4 processors if you want to get more power without switching platforms. Source: @Zed__Wang on X
  • Recent Achievements

    • First Post
      NeoToad777 earned a badge
      First Post
    • Week One Done
      JoeV earned a badge
      Week One Done
    • One Month Later
      VAT Services in UAE earned a badge
      One Month Later
    • First Post
      LsDmT earned a badge
      First Post
    • Week One Done
      evershinefacilityservice earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      572
    2. 2
      ATLien_0
      247
    3. 3
      +Edouard
      162
    4. 4
      +FloatingFatMan
      149
    5. 5
      Michael Scrip
      113
  • Tell a friend

    Love Neowin? Tell a friend!