You are on page 1of 3

Add Flip 3D to Context Menu

To add Flip3D to the context menu when right clicking the desktop or the background of any opened Explorer window. Save the following code as a .reg file and merge into the registry:Code:
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\Flip 3D] @="Flip 3D" "Icon"="C:\\WINDOWS\\Explorer.exe,18" "Position"="Top" [HKEY_CLASSES_ROOT\Directory\Background\shell\Flip 3D\command] @="C:\\Windows\\SysWow64\\rundll32.exe DwmApi #105"

The "Top"** entry can also be specified as "Bottom" or left blank ("") where it will float in the Context Menu depending on other Context Menu entries.

** If you have more than one entry marked "Top" they will find there own level, but always be at the top. You can change this by changing the Registry 'Key' names though. e.g. aFlip3D, bKillExplorer, cWhatever. HTH. Last edited by Elmer; 09-24-2011 at 08:14 AM.

Share

Nothing is foolproof to the talented fool. Reply With Quote 09-24-2011 #2

kaos Senior Member Back from Vacation :) Join Date May 2011 Posts 836

Re: Add Flip 3D to Context Menu


nice post elmer to add as a shortcut on the taskbar OR dekstop righ click the desktop create shortcut type C:\Windows\system32\rundll32.exe DwmApi #105 then to change the file icon

right click properties change icon type %SystemRoot%\System32\imageres.dll then its the top left corner icon click ok DONE

Share

You might also like