How do you open a program when there are no icons on the desktop?
Click the Start button (the Start menu) in the corner of the taskbar. It lists every installed app even when the desktop has no icons. You can also use Windows Search, the Run box (Win+R), or File Explorer to launch programs.
The answer
When the desktop has no icons, the reliable way to open a program is to click the Start button and use the Start menu. The Start menu is anchored to the taskbar (bottom-left in Windows 10, center in Windows 11) and contains a complete list of installed applications, so it works even when the desktop itself is empty. Click Start, find the app in the list (or under "All apps"), and click it.
Desktop icons are just shortcuts; deleting or hiding them does not uninstall anything. The programs are still on the machine, and the Start menu, Search, and File Explorer all reach them independently of the desktop.
Other ways to launch a program
Several built-in methods do the same job, which is useful if the desktop and icons are misbehaving:
- Windows Search — press the Windows key (or Win+S), type the app's name, and press Enter. Fastest when you know the name.
- Run dialog — press Win+R, type the executable (e.g.
notepad,chrome,cmd,control) and press Enter. - File Explorer — press Win+E, browse to
C:\Program Files(orProgram Files (x86)), and double-click the program's.exe. - Task Manager — press Ctrl+Shift+Esc, then File > Run new task, type the program name, and click OK. This is the go-to method when Explorer/the taskbar has crashed.
- Command Prompt / PowerShell — type the program name or
start <app>and press Enter.
Why the other options are wrong
Typical MCQ distractors for this question include actions that can't launch a program:
- "Restart the computer" — a reboot may redraw missing icons, but it doesn't open a program, and it isn't necessary. Icons being gone is not a startup fault.
- "Right-click the desktop" — the desktop context menu offers View, Sort, New, and Display settings. You can toggle "Show desktop icons" here, but the menu itself has no command that opens an installed application.
- "Recycle Bin" / "double-click an icon" — self-defeating, since the premise is that there are no icons to click.
The Start menu wins because it is always present on the taskbar, lists every installed app, and doesn't depend on the desktop having any shortcuts at all. If even the taskbar is missing, press Ctrl+Shift+Esc to open Task Manager and launch a new task from there.
- 1
Click the Start button
On the taskbar (bottom-left in Windows 10, center in Windows 11). This opens the Start menu, which lists all installed apps.
- 2
Or press the Windows key and type
Windows Search finds any app by name — type it and press Enter.
- 3
Or open the Run box (Win+R)
Type the executable name such as notepad, chrome, or cmd, then press Enter.
- 4
Or use File Explorer (Win+E)
Browse to C:\Program Files and double-click the program's .exe file.
- 5
If the taskbar is gone, use Task Manager
Press Ctrl+Shift+Esc, choose File > Run new task, type the app name, and click OK.
Frequently asked
How do I open apps without desktop icons in Windows 11?
Click the Start button in the center of the taskbar to open the Start menu and choose 'All apps', or press the Windows key and type the app's name to search. Both list installed programs without needing any desktop icons.
What is the Run command shortcut in Windows?
Press Win+R to open the Run dialog. Type an executable name — such as notepad, cmd, control, or chrome — and press Enter to launch it directly, no desktop icon required.
How do I show hidden desktop icons?
Right-click an empty area of the desktop, choose 'View', and make sure 'Show desktop icons' is checked. If it was unchecked, your icons were only hidden, not deleted, and will reappear immediately.
Can I open a program using Task Manager?
Yes. Press Ctrl+Shift+Esc to open Task Manager, then select File > Run new task, type the program's name, and click OK. This is the standard recovery method when the taskbar or desktop has crashed.
How do I open a program from Command Prompt?
Open Command Prompt (type cmd in the Start menu or Run box), then type the program's name or 'start' followed by the app — for example 'start chrome' — and press Enter to launch it.