Bypassing 'Show Desktop' bug in RocketDock
This tutorial will show an easy way to bypass RocketDock of minimizing too when pressing the 'Show Desktop' button.
1. Make a new Text Document.
2. Enter the following lines into the document:
Set shell = wscript.CreateObject("Shell.Application")
Shell.MinimizeAll
3. Save the document.
4. Rename the document to a VBscript file. (ex. Minimize.vbs)
5. Put the file in your Documents folder. (or somewhere where it won't be deleted)
6. Make a shortcut of the file and put it on your desktop.
7. Right Click and select 'Properties'
8. Go to the 'Shortcut' tab.
8. Press 'Change Icon'.
9. Put this line in the browse tab:
%SystemRoot%\system32\SHELL32.dll
10. Select the Desktop icon.
11. Go to the tab 'General' and change the name to 'Show Desktop'.
12. Save settings.
Et voilà, you have a 'Show Desktop' that doesn't minimize RocketDock.
Attachments
Last edited by a moderator: