Show Desktop

Hey.
How do i make a shortcut so i show my desktop.
I have a shortcut in my procesline, but when i dragged it into object dock, it dont work. It says: C:\Documents and Settings\Kølbæk\Application Data\Microsoft\Internet Explorer\Quick Launch\Vis Skrivebord.scf
Kølbæk=My username
Vis Skrivebord=Show Desktop

My mainbrowser is Mozilla Firefox, but i have tryed to write it but whit no result.
Please help me.
2,039 views 4 replies
Reply #1 Top
Open notepad and type in the following:
(new ActiveXObject("Shell.Application")).ToggleDesktop();

save the file as ShowDesktop.js and create a link to it

You aren't using an english language computer so I'm not sure if there's a translation required.