- See all your apps in Windows 10
- start start
- Синтаксис Syntax
- Параметры Parameters
- Комментарии Remarks
- Примеры Examples
- How to find *all* startup programs on Windows 10? [duplicate]
- 2 Answers 2
- Not the answer you’re looking for? Browse other questions tagged boot windows-10 or ask your own question.
- Linked
- Related
- Hot Network Questions
- How to Add an App or Program to Startup in Windows 10: Startup Folder, Registry, Scheduler
- Windows 10 Startup Folder Location
- How to Quickly Open the Startup Folder in Windows 10, 8, 7
- Method 1
- Method 2
- How To Add Programs To Startup In Windows 10 For The Current User
- Add a Startup Program For All Users At Once
- Alternative Method To Create A Shortcut In Windows 10 Startup Folder
- How to Make Modern Apps Run on Startup in Windows 10
- How to Disable Startup Apps in Windows 10
- Method 1: Use Settings
- Method 2: Use Task Manager
- Add or Remove Startup Apps / Programs in the Task Scheduler
- Use Registry Editor to Manage Windows 10 Startup Apps & Programs
- How to Add Programs to Startup Using the Registry Editor
- Manage Startup Apps & Programs Using the Autoruns Utility
- The Conclusion
See all your apps in Windows 10
You can customize your Start menu and taskbar. You can also make sure that installation errors, antivirus software, or pending Windows updates aren’t getting in the way.
Here’s how to customize what you see on the Start menu and taskbar:
To see a list of your apps, select Start and scroll through the alphabetical list. Some apps are in folders within the app list—like Notepad, which is in the Windows Accessories folder.
To choose whether your Start menu settings show all your apps or only the most used ones, select Start > Settings > Personalization > Start and adjust each setting you want to change.
To adjust which folders you see on your Start menu, select Choose which folders appear on Start and follow the instructions.
You can pin your favorite apps to the Startmenu or to the taskbar. Select and hold (or right-click) the app you want to pin. Then select Pin to Start or More > Pin to taskbar .
To quickly find a specific app, type the name of the app in the search box on the task bar. If an app you downloaded didn’t install correctly, it won’t show up in the Start menu or when you search for it. You can try to repair the app.
If you still don’t see the app you searched for, it’s possible the app’s installation is blocked by a pending Windows Update or your antivirus software. You can temporarily disable your antivirus software while you try to install the app again. If you do disable your antivirus software, make sure you turn Real-time protection back on after you’ve finished installing.
start start
Запускает отдельное окно командной строки для запуска указанной программы или команды. Starts a separate Command Prompt window to run a specified program or command.
Синтаксис Syntax
Параметры Parameters
Параметр Parameter | Описание Description |
---|---|
Задает заголовок, отображаемый в строке заголовка окна командной строки . Specifies the title to display in the Command Prompt window title bar. | |
/d |
. ]]
Комментарии Remarks
Вы можете запускать неисполняемые файлы с помощью сопоставления файлов, вводя имя файла в виде команды. You can run non-executable files through their file association by typing the name of the file as a command.
При выполнении команды, содержащей строку CMD в качестве первого маркера без квалификатора расширения или пути, команда CMD заменяется значением переменной COMSPEC. If you run a command that contains the string CMD as the first token without an extension or path qualifier, CMD is replaced with the value of the COMSPEC variable. Это не позволяет пользователям выбирать cmd из текущего каталога. This prevents users from picking up cmd from the current directory.
Если вы запускаете приложение с 32-битным графическим пользовательским интерфейсом (GUI), программа cmd не ждет завершения работы приложения, прежде чем вернуться в командную строку. If you run a 32-bit graphical user interface (GUI) application, cmd does not wait for the application to quit before returning to the command prompt. Такое поведение не происходит при запуске приложения из командного скрипта. This behavior does not occur if you run the application from a command script.
При выполнении команды, использующей первый токен, который не содержит расширение, Cmd.exe использует значение переменной среды ПАСЕКСТ, чтобы определить, какие расширения следует искать и в каком порядке. If you run a command that uses a first token that does not contain an extension, Cmd.exe uses the value of the PATHEXT environment variable to determine which extensions to look for and in what order. Значение по умолчанию для переменной ПАСЕКСТ: The default value for the PATHEXT variable is:
Обратите внимание, что синтаксис аналогичен переменной PATH с точкой с запятой (;) Отделение каждого расширения. Note that the syntax is the same as the PATH variable, with semicolons (;) separating each extension.
При поиске исполняемого файла, если нет совпадения с каким-либо расширением, запустите проверку, чтобы проверить, совпадает ли имя с именем каталога. When searching for an executable file, if there is no match on any extension, start checks to see if the name matches a directory name. Если это так, то Start открывает Explorer.exe по этому пути. If it does, start opens Explorer.exe on that path.
Примеры Examples
Чтобы запустить программу MyApp из командной строки и использовать текущее окно командной строки , введите: To start the Myapp program at the command prompt and retain use of the current Command Prompt window, type:
Чтобы просмотреть раздел справки по командной строке в отдельном окне командной строки с развернутым окном, введите: To view the start command-line help topic in a separate maximized Command Prompt window, type:
How to find *all* startup programs on Windows 10? [duplicate]
I’ve checked the «Start-up» tab under Task Manager, the «Services» tab in msconfig , and the startup folder ( C:\Users\ \AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup ) but there’s an app that keeps coming up whenever I boot (Patriot Dashboard) that’s not listed in any of those places.
Where can I find the rest of the startup apps?
2 Answers 2
Use Autoruns for Windows from Sysinternals
This utility, which has the most comprehensive knowledge of auto-starting locations of any startup monitor, shows you what programs are configured to run during system bootup or login, and when you start various built-in Windows applications like Internet Explorer, Explorer and media players. These programs and drivers include ones in your startup folder, Run, RunOnce, and other Registry keys. Autoruns reports Explorer shell extensions, toolbars, browser helper objects, Winlogon notifications, auto-start services, and much more. Autoruns goes way beyond other autostart utilities.
Just search for Patriot Dashboard on Everything tab and Autoruns will locate it.
Not the answer you’re looking for? Browse other questions tagged boot windows-10 or ask your own question.
Linked
Related
Hot Network Questions
site design / logo © 2021 Stack Exchange Inc; user contributions licensed under cc by-sa. rev 2021.4.16.39093
By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.
How to Add an App or Program to Startup in Windows 10: Startup Folder, Registry, Scheduler
Not all programs have such an option in their settings that lets you enable or disable its automatic start when you turn on your PC.
But you may want to add apps and programs to startup in Windows 10 and make them automatically launch when the PC boots up to a user account.
By the way, it’s not only about apps. You can do the same even with a document, URL address or folder if you need.
Here is an ultimate guide on how to find the startup folder for a particular user or for all users and make any program run at startup in Windows 10.
[Quick Navigation]:
Before we start explaining the boring process, it should be mentioned that some programs have a special option in their settings called “load when Windows starts”, “launch when system starts” or something alike.
Thus, all you need to do is go to the program’s setting, enable the auto-start option and that’s all. No shortcuts needed:
Make program run on startup in Windows 10
For programs that don’t have such parameter read the rest of the tutorial on how to find the startup folder and change startup programs in Windows 10.
Note that in the latest versions of Windows 10 all programs that were running at the moment when you shut down or rebooted your computer, automatically start the next time you log in.
This in any case doesn’t mean that those programs are added to Windows 10 startup folder, scheduler, or whatever. This is a standalone feature of Windows 10 which is enabled by default.
Windows 10 Startup Folder Location
If you want to add a program, app, URL or document to startup you should place its shortcut to user startup folder. By default it is located in:
How to Quickly Open the Startup Folder in Windows 10, 8, 7
Method 1
- Copy this address: %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
- Press Win+E to open Windows 10 Explorer.
- Paste it into the address bar:
- Hit Enter :
Method 2
Another way to open Windows 10 startup folder is to use the Run dialogue:
- Press Win+R
- Type
- Click OK or press Enter :
How To Add Programs To Startup In Windows 10 For The Current User
You may put shortcuts to various items into this directory. But be cautious: adding too many programs to the startup folder can make your PC boot slowly (especially if you are still using a classic hard disk drive as your system disk).
Perform the following steps:
STEP 1. Open the Startup Folder using any method explained above.
STEP 2. Copy a program, app, folder, document, link or anything else:
STEP 3. Paste the shortcut to startup folder:
This is how it should look like:
The same steps in the video guide:
Add a Startup Program For All Users At Once
If you wish to set a program to run on startup for all users accounts, create its shortcut in common startup folder. In Windows 10 its default location is:
You can open it by the path: %ProgramData%\Microsoft\Windows\Start Menu\Programs\StartUp or using the Run dialogue as we explain below.
- Press Win+R .
- Type
- Press Enter :
- Copy the executive file or document.
- Use Paste or Paste shortcut to place one to Common startup folder:
Alternative Method To Create A Shortcut In Windows 10 Startup Folder
- Right-click the empty area and select New -> Shortcut :
- Browse the file or folder or enter URL and press Next :
- Give a name to your new shortcut and press OK :
How to Make Modern Apps Run on Startup in Windows 10
You can also add Modern apps from Microsoft Store to startup folder. Follow the steps:
-
- Open the startup folder: press Win+R , type shell:startup , hit Enter .
- Open the Modern apps folder: press Win+R , type shell:appsfolder , press Enter .
- Drag the apps you need to launch on startup from the first to the second folder and select Create shortcut:
Now restart your computer and check if your program, app or another item you specified runs correctly as you log in to the user account (or as soon as your PC signs in automatically as we explained here).
How to Disable Startup Apps in Windows 10
As you might know, the more apps are added to startup, the longer you have to wait before you start using your PC.
That’s why users often apply the following steps to disable unnecessary programs from being launched at log in.
Here is how to stop programs from running at startup in Windows 10.
Method 1: Use Settings
- Press Win+I on your keyboard to launch Windows 10 Settings;
- Dive into the Apps category:
- Select Startup in the left pane;
- Disable apps you don’t want to be launched when you log in to your user account:
Method 2: Use Task Manager
- Right-click the Taskbar and click Task Manager :
- Go to the Startup tab;
- Select the app you wish to disable from auto launching;
- Click Disable :
Here is the video guide:
Add or Remove Startup Apps / Programs in the Task Scheduler
The simplest way to open the Task Scheduler in Windows 10 is to press “Win+R”, type “taskschd.msc” and hit “Enter”.
Disable startup programs in the Task Scheduler
Here you can look through the list of auto-start items, add new or remove existing. Using the Task Scheduler requires some experience. So, be careful while using it.
If you are not sure what to do with a certain startup item, first opt to “Disable” it and check the result rather than “Delete”.
Use Registry Editor to Manage Windows 10 Startup Apps & Programs
The system registry is yet another way to add or remove auto-start apps in Windows 10. Feel free to use it if this option is more preferable.
Launch the registry editor: press “Win+R”, type “regedit” and hit “Enter”.
Here you will see all programs that start when the current user logs in.
If you didn’t find the app you expected, check another registry key responsible for the common startup (for all users on the current PC):
How to Add Programs to Startup Using the Registry Editor
First, you need to decide either you want to run the program when the current user logs in, or all users on the computer at once. Depending on your decision, navigate to the one of the mentioned above registry keys.
Then, in the right part of the Registry Editor window right-click on the empty area and select New > String value
Give it a name, enter the path to the program you wish to add to Windows 10 startup and click “OK”.
Manage Startup Apps & Programs Using the Autoruns Utility
Sysinternals Autorun is a free utility that you can download from its official website https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns
It doesn’t require the installation – you need just to launch the exe file.
With the help of the Autoruns utility you can:
- view the list of everything that automatically starts on your PC and remove startup items;
- use the Jump to Image option to reveal the location of the program;
- use the Jump to entry option to find out the way how the particular program added to auto-start (startup folder, registry key, scheduler, etc);
- scan startup items for viruses using VirusTotal in 1 click and see the result in the corresponding field of the program;
- and much more.
The Conclusion
If you know how to achieve the same result in easier ways, please drop a comment below. We will also be very grateful if you share this article on social networks. Thank you and good luck!