Windows10 system to improve the speed of desktop application startup

  
Microsoft has accelerated the boot speed by delaying application loading. This method has been going on for a long time, but in this way, when the operating system starts, it will delay the loading of the program in the "Startup" folder. This problem is especially noticeable in Windows 10, especially when the start screen is enabled.































It will allow users to feel faster startup speed. However, the Win10 preview now provides a fully desktop, windowed way of operation, let's take a look at how to cancel this startup delay.
1, first open the registry editor. You can open the run window with the Windows logo key +R, type “regedit” and press Enter to start. You can also search directly in the Start menu of the Win10 Preview.


2, in the left side of the registry, expand the following path: HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Serialize, you may not find the last Serialize item, it does not matter, We can create a new item under Explorer. Right-click on the Explorer item and select “New”——“Item” and name it "Serialize".

Everyone may feel that it is very difficult to open the registration form every time, but we have a simpler way. Just select the content below, then select the copy through the shortcut menu, or press Ctrl+C directly. Shortcuts, then double-click the “ registry.vbs” file to open to the appropriate registry location. This function mainly utilizes the function of remembering the last open position in the registry. This file is provided by the foreign developer Sergey Tkachenko, you can see the detailed implementation process by right-click editing, of course, you can also achieve the whole process by creating a reg file.
HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Serialize
3. In the right window of the Serialize item, create a DWORD value by clicking the right mouse button, and the name is ”StartupDelayInMSec“ (without quotes) Then, by double-clicking the key value to change it to ”0“ (without quotes), you can determine. The specific effect is shown below:

After completing the above steps, restart the computer to apply the settings.
This method is quite obvious for users who have a large number of startup items in the "Startup" folder, but there is no obvious change for users who do not have a startup program in the startup folder, but although This approach does not completely eliminate startup delays, but it still helps speed up desktop application launches.

Copyright © Windows knowledge All Rights Reserved