We’ve recently showed you how to manage startup applications in Ubuntu 14.04, just like you can in Windows. However, when you access the Startup Applications Preferences tool not all startup applications are listed. Some are hidden. We’ll show you how to reveal these hidden applications.

Related: https://www.howtogeek.com/189995|https://www.howtogeek.com/162446">How to Manage Startup Applications in Windows 8 or 10

For example, these are the startup applications we see when we open the Startup Applications Preferences tool.

01_no_hidden_startup_apps

To show the hidden startup applications, press Ctrl + Alt + T to open the Terminal window. Type the following command at the prompt and press Enter.

sudo sed –i ‘s/NoDisplay=true/NoDisplay=false/g’ /etc/xdg/autostart/*.desktop

NOTE: Copying and pasting the above command would be easier and ensure accuracy.

Type the password when prompted and press Enter.

02_command_to_show_hidden_apps

To open the Startup Applications Preferences tool, click the Search button at the top of the Unity bar.

03_clicking_search_icon

Start typing “startup applications” in the Search box. Items that match what you type start displaying below the Search box. When the Startup Applications tool displays, click the icon to open it.

04_opening_startup_apps

You will now see all the startup applications that were previously hidden. Make any changes you want and click Close to close this tool.

05_hidden_startup_apps_showing

To not display the hidden startup applications again, type (or copy and paste) the following command at the prompt and press Enter.

sudo sed –i ‘s/NoDisplay=false/NoDisplay=true/g’ /etc/xdg/autostart/*.desktop

06_command_to_hide_hidden_apps

To close the Terminal window, click the X in the upper-left corner of the window, or type “exit” (without the quotes) and press Enter.