maxXPsoft, on 09 March 2013 - 09:44 AM, said:
Decided to experiment and add all my most used stuff to my right click. Reasoning is Win 8 don't have the Quick Launch and Start menu pinned which I used for such a long time.
I eliminate both those with this and it works from any folder including desktop
Show Desktop - What I done was create a ShowDesktop.vbs file on C: drive and copy this in there
CreateObject("Shell.Application").ToggleDesktop
Thats it I have eliminated my need for Quick Launch completely
These are not all as in the picture but represents how to add things from Program Files (x86) and such
SOFTWARE Background.reg
Nice MaxX!
I see all kinda possibilities ..
Windows Registry Editor Version 5.00
;CASCADING MENU
;Clean-up
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Softwares]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\ContextMenus\tools]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Quick Launch]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\ContextMenus\tools]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Applications]
"MUIVerb"="Applications"
"ExtendedSubCommandsKey"="Directory\\ContextMenus\\tools"
"Icon"="imageres.dll,240"
"Position"="Top"
;PERSONALIZE-USER ACCOUNTS
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\ContextMenus\tools\shell\102]
@="~:: DosProbie ::~"
"Icon"="imageres.dll,220"
"Position"="Top"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\ContextMenus\tools\Shell\102\command]
@="Control userpasswords"
;WINDOWS DEFENDER
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\ContextMenus\tools\Shell\104]
"MUIVerb"="Windows Defender"
"SubCommands"="WD-Settings;WD-Update;WD-Update-QS;WD-QuickScan;WD-FullScan"
"Icon"="%ProgramFiles%\\Windows Defender\\EppManifest.dll"
"Position"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-Settings]
@="Settings"
"HasLUAShield"=""
"Icon"="%ProgramFiles%\\Windows Defender\\EppManifest.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-Settings\command]
@="\"C:\\Program Files\\Windows Defender\\MSASCui.exe\" -Settings"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-Update]
@="Update"
"Icon"="%ProgramFiles%\\Windows Defender\\EppManifest.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-Update\command]
@="\"C:\\Program Files\\Windows Defender\\MSASCui.exe\" -Update"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-Update-QS]
@="Update and Quick Scan"
"Icon"="%ProgramFiles%\\Windows Defender\\EppManifest.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-Update-QS\command]
@="\"C:\\Program Files\\Windows Defender\\MSASCui.exe\" -UpdateAndQuickScan"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-QuickScan]
@="Quick Scan"
"Icon"="%ProgramFiles%\\Windows Defender\\EppManifest.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-QuickScan\command]
@="\"C:\\Program Files\\Windows Defender\\MSASCui.exe\" -QuickScan"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-FullScan]
@="Full Scan"
"Icon"="%ProgramFiles%\\Windows Defender\\EppManifest.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-FullScan\command]
@="\"C:\\Program Files\\Windows Defender\\MSASCui.exe\" -FullScan"
;MSFN
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\ContextMenus\tools\shell\106]
"MUIVerb"="MSFN Forum"
"icon"="shell32.dll,220"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\ContextMenus\tools\Shell\106\command]
@="iexplore
http://www.msfn.org/board/"
;OPTIMIZE DRIVE
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\ContextMenus\tools\Shell\108]
"MUIVerb"="Optimize drive"
"SubCommands"="optimize"
"Icon"="imageres.dll,147"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\optimize]
@="Trim"
"Icon"="perfmon.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\optimize\command]
@="defrag -c -h -o"
;POWER MENU
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\ContextMenus\tools\Shell\110]
"MUIVerb"="Power Menu"
"SubCommands"="lock;logoff;switch;sleep;hibernate;restart;shutdown;hybridshutdown"
"Icon"="shell32.dll,215"
"Position"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
@="Lock"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]
@="Rundll32 User32.dll,LockWorkStation"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\logoff]
@="Log Off"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\logoff\command]
@="Shutdown -l"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\switch]
@="Switch User"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\switch\command]
@="tsdiscon.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep]
@="Sleep"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep\command]
@="rundll32.exe powrprof.dll,SetSuspendState Sleep"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hibernate]
@="Hibernate"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hibernate\command]
@="Shutdown -h"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\restart]
@="Restart"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\restart\command]
@="Shutdown -r -f -t 00"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown]
@="Shut Down"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown\command]
@="Shutdown -s -f -t 00"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hybridshutdown]
@="Shut Down (Hybrid)"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hybridshutdown\command]
@="Shutdown -s -f -t 00 -hybrid"
This post has been edited by DosProbie: 10 March 2013 - 08:10 PM