How can I create an Computer Icon on Windows 8 Server Beta's Desktop?

5,491

Solution 1

Try a shortcut to explorer.exe shell:MyComputerFolder. Here's a list of shell: shortcuts.

On Win7, a shortcut to explorer.exe opens up the libraries folder. What does that do in Win8?

Solution 2

I find the old Windows 7 Personalize method works Right-click the desktop, Personalize

Change Desktop Icons

There are the usual suspects including a Computer icon.

Solution 3

Run the below command on "run".

It will pop open the "desktop icon settings" without having to install the "Desktop Experience" feature.

"%Systemroot%\system32\rundll32.exe" shell32.dll,Control_RunDLL desk.cpl,,0

Share:
5,491

Related videos on Youtube

ziegler zhang
Author by

ziegler zhang

Database developer for SQL-Server and ORACLE. Doing a lot with PowerShell. I'm German and it is now only 4 years that I started bloging (in english) and now i'm contibuting to several OpenSource Projects. Codeplex SQLPSX is the most important of them.

Updated on September 18, 2022

Comments

  • ziegler zhang
    ziegler zhang over 1 year

    For some bad reason Microsoft decided to remove all standard desktop icons besides the Recyle bin.

    It is easy to create shortcuts to each single disk using create shortcut method.

    But I would like to have the computer icon too.

    I guess there will be an increased demand to create useful shortcuts on Windows 8 Servers Desktop, because the metro surface 'on the backside of your screen' is just impractical.

    Edit: The right click popup menu from desktop looks like this:

    enter image description here

  • Nevin Williams
    Nevin Williams about 11 years
    Hi there... to properly 'blockquote', bold, italicize, etc code snippets, highlight the code, then click the appropriate icon, so the formatting characters get placed in the right location. Could you re-check your answer to ensure its syntax is correct? Thank you!
  • Gunther Struyf
    Gunther Struyf over 8 years
    this solves the actual question, instead of making a shortcut to This PC (which is not the same)