JuicyAppleNews

  • Juicy Apple News
  • MAC
  • How to
  • iPad
  • IOS
  • iOS Games
  • Contact Us

How to hide all the icons from the macOS desktop in one click: 3 ways

16/04/2020 by ALOK DAS

[ad_1]

If you do not accustom yourself to clean all the files from the desktop before the end of the working day or to store on it only the files needed in the near future, then the desktop will systematically turn into a real garbage dump. No one is going to disassemble all this stuff for you, but in one click you can hide all the icons, and in this material we will tell you how to do it.

♥ BY TOPIC: Split View, or how to split a Mac screen to work with two applications at the same time.

How to hide all the icons from the Mac desktop in one click using the HiddenMe program

It doesn’t matter why at this particular moment you may need to clear the macOS desktop, but the specialized HiddenMe utility will help in one click without accessing the Terminal and other additional actions, such as moving all files to a folder and then sending it to the far drive of the drive.

How to hide all the icons from the Mac desktop in one click using the HiddenMe program

After installing the free utility, just click on the icon that appears in the menu bar, and then select “Hide Desktop Icons“, After which all the icons on the macOS desktop disappear in no time.

How to hide all the icons from the Mac desktop in one click using the HiddenMe program

How to hide all the icons from the Mac desktop in one click using the HiddenMe program

You can return everything to square one in the same way with the choice of the menu “Show Desktop Icons“. All files will be located in the same places as before.

How to hide all the icons from the Mac desktop in one click using the HiddenMe program

Of the additional options, it is possible to record a shortcut for quick implementation of this action (option “Shortcut”), automatically hide the icons when the system boots (Hide icons at Launch) and put the application on autoload (Open at login)

How to hide all the icons from the Mac desktop in one click using the HiddenMe program

Download HiddenMe for macOS (Mac App Store)

♥ BY TOPIC: How to disable or enable sound in Safari tabs on Mac (macOS).

How to hide all the icons from the Mac desktop using Automator

If you do not want to use the free application and want to get acquainted with Automator, then we propose to perform the same actions to hide / display icons, but already by creating your own application created using standard macOS tools.

See also  New in iOS 14: How to Hide Individual Apps from the iPhone Home Screen

one. Run Automator and click on the buttonnew document“.

How to hide all the icons from the Mac desktop using Automator

2. For the type of document, specify “Program“And click on the button”Select“.

How to hide all the icons from the Mac desktop using Automator

3. In the search enter “Run“And drag”Launch AppleScript»To the workspace.

How to hide all the icons from the Mac desktop using Automator

5. Delete all information in the “Launch AppleScript“(Command (⌘) + A and key Delete) and paste the following code:

How to hide all the icons from the Mac desktop using Automator

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"

6. Select menu File → Save and indicate the name of the created application, for example, “No icon” and click “Save“.

How to hide all the icons from the Mac desktop using Automator

How to hide all the icons from the Mac desktop using Automator

Now, to remove all files from the macOS desktop, just double-click on the icon of the created application.

How to hide all the icons from the Mac desktop using Automator

To return everything back, repeat the procedure again.

♥ BY TOPIC: Mac for Dummies: 30 helpful macOS tips for beginners.

How to hide all the icons from the Mac desktop with one click using the command for Terminal

Well, in the end I’ll talk about how to hide files from the OS X desktop using the Terminal.

one. Run the application Terminal.

2. Enter the following command and press Return (Enter):

If you want to return everything back, just enter the same command with one change – instead of “false“Register”true“:

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

How to hide all the icons from the Mac desktop with one click using the command for Terminal

See also:

[ad_2]

See also  How to crop a photo on Mac (macOS) without installing programs

Filed Under: Uncategorized Tagged With: click, desktop, hide, icons, macOS, ways

Best Deal of the Day



Categories

  • All Apple NEWS
  • casino gambling, arts and entertainment, finance, home
  • Crypto
  • How to
  • IOS
  • iOS Games
  • iPad
  • iPhone 11 Pro
  • iPhone XR
  • iPhone XS
  • MAC
  • VPN

Copyright © 2023 JuicyApplenews.com

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT