How to Hide Desktop Icons

Is your desktop getting a little too cluttered? If you're hesitant to start deleting icons, you can hide them from view. This will allow you to see your awesome wallpaper or prevent you from accidentally opening programs and files when you...
Method 1 of 4:

Windows

  1. How to Hide Desktop Icons Picture 1How to Hide Desktop Icons Picture 1
    Right-click on the desktop. Windows allows you to quickly hide all of your desktop icons with just a few clicks. Right-click on a blank spot on the desktop. If you right-click an icon, you will get the wrong menu.
  2. How to Hide Desktop Icons Picture 2How to Hide Desktop Icons Picture 2
    Select View. If you are using Windows XP, select Arrange Icons By.
  3. How to Hide Desktop Icons Picture 3How to Hide Desktop Icons Picture 3
    Toggle Show desktop icons. Toggling this off will hide all of the icons on your desktop. They will no longer be selectable. Any icons created or added to the desktop will be hidden automatically. You can turn your icons back on by repeating the process.
  4. How to Hide Desktop Icons Picture 4How to Hide Desktop Icons Picture 4
    Install a program to hide your icons quicker. A desktop management program, such as Fences, will allow you to quickly hide your icons with a double-click on the desktop, as well as choose icons to exclude from being hidden.
    1. Fences costs $10 USD, but has a 30-day trial period.
Method 2 of 4:

Mac OS X

  1. How to Hide Desktop Icons Picture 5How to Hide Desktop Icons Picture 5
    Hide system icons. While hiding your icons on a Mac isn't as straightforward as on Windows, it can still be done. The easiest thing you can do is turn off all of your system icons, such as your hard drives, inserted discs, and servers. This will prevent them from appearing on the desktop.
    1. Click Finder and select Preferences. You may need to open a Finder window for the Finder menu to appear.
    2. Click the General tab.
    3. Uncheck the boxes for the icons you want to hide.
  2. How to Hide Desktop Icons Picture 6How to Hide Desktop Icons Picture 6
    Hide the rest of your icons using the Terminal. You can hide all of the icons on your desktop by using Terminal commands. Click Go and select Utilities. Double-click "Terminal".
  3. How to Hide Desktop Icons Picture 7How to Hide Desktop Icons Picture 7
    Turn off the desktop. Enter the following command to hide all of the icons on the desktop:

    defaults write com.apple.finder CreateDesktop false; killall Finder

  4. How to Hide Desktop Icons Picture 8How to Hide Desktop Icons Picture 8
    Turn the icons back on. If you want to show the icons again, enter the following command:

    defaults write com.apple.finder CreateDesktop true; killall Finder

  5. How to Hide Desktop Icons Picture 9How to Hide Desktop Icons Picture 9
    Make an Automator script. If you find yourself hiding your icons often, you can create an Automator script that will allow you to hide the icons in a few clicks. Open Automator from the Applications folder and choose the "Service" template. Set the right drop-down menu to "Finder" and the left drop-down menu to "no input". Search for and drag the "Run AppleScript" action to the main workflow. Paste the code below into the "Run AppleScript" field, replacing anything there already:
    try set toggle to do shell script "defaults read com.apple.finder CreateDesktop" if toggle = "true" then do shell script "defaults write com.apple.finder CreateDesktop false" else if toggle = "false" then do shell script "defaults write com.apple.finder CreateDesktop true" end if end try do shell script "killall Finder" delay 0.5 activate application "Finder" 
    [1]
    1. Save the new service as an easy-to-remember name, such as "Hide/Show Desktop"
    2. You can access your new script by clicking FinderServices
    3. You will need to have run the Terminal commands from the previous steps at least once for the script to work.
  6. How to Hide Desktop Icons Picture 10How to Hide Desktop Icons Picture 10
    Download an icon-hiding program. If you'd rather not fuss with scripts, you can download a program that will let you toggle your desktop on and off. Some programs will only do this, while other provide a range of desktop customization options as well. Some of the most popular programs include:
    1. Camouflage
    2. Hide Desktop
Method 3 of 4:

GNOME or MATE Linux

  1. How to Hide Desktop Icons Picture 11How to Hide Desktop Icons Picture 11
    Open the Configuration Editor. Press Alt+F2 and type gconf-editor. Click "Run". This will open the Configuration Editor. If the command doesn't work, try mateconf-editor.
  2. How to Hide Desktop Icons Picture 12How to Hide Desktop Icons Picture 12
    Navigate to the Desktop section. Use the left directory tree and navigate to "apps" → "nautilus" → "desktop".
  3. How to Hide Desktop Icons Picture 13How to Hide Desktop Icons Picture 13
    Hide your system icons. Uncheck the box next to each of the icons that you want to hide. You can choose to hide any of your system icons, which can be useful for items you rarely use. This usually includes your Home, Computer, Trash, and Drives.
  4. How to Hide Desktop Icons Picture 14How to Hide Desktop Icons Picture 14
    Hide your whole desktop. Navigate to "apps" → "nautilus" → "preferences". Find the "show_desktop" item in the right frame. Uncheck it to hide the whole desktop. If you are using a MATE environment, navigate to "apps" → "caja" → "preferences". [2]
  5. How to Hide Desktop Icons Picture 15How to Hide Desktop Icons Picture 15
    Download Ubuntu Tweak. If you are running Ubuntu, you can download Ubuntu Tweak. This allows you to quickly turn off your desktop icons from the Ubuntu Tweak menu. You can download and install Ubuntu Tweak from the Ubuntu Package Manager.
Method 4 of 4:

Linux Mint Cinnamon

  1. How to Hide Desktop Icons Picture 16How to Hide Desktop Icons Picture 16
    Open the System Settings menu. You can't hide all of the icons in Linux Mint Cinnamon. You can, however, hide the system icons from showing on the desktop. To do so, open the System Settings menu by clicking the Menu button, selecting "Preferences" and then "System Settings".[3]
  2. How to Hide Desktop Icons Picture 17How to Hide Desktop Icons Picture 17
    Open the "Desktop" option. This is located in the "Preferences" section.
  3. How to Hide Desktop Icons Picture 18How to Hide Desktop Icons Picture 18
    Uncheck the icons you want to hide. You can turn off the Computer, Home, Trash, Mounted Volumes, and Network Servers. Changes take place immediately.
3.5 ★ | 2 Vote