Elmer BeFuddled
Resident eejit
- Joined
- Jun 12, 2010
- Messages
- 1,048
- Reaction score
- 251
Here you go Fire Cat!
To add Flip 3D to your context menu save the following code as a .reg file and merge with your registry.
The "Position" can be changed to "Bottom" or, if left blank or omitted, it will find its own home. Enjoy!!
To add Flip 3D to your context menu save the following code as a .reg file and merge with your 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\\System32\\rundll32.exe DwmApi #105"
Last edited: