Part IV: startup faster
Prevent unnecessary programs from starting with Windows
Programs in kind of securities, such as anti-virus, or firewall are recommended to be configured to run as startup. Other such as IDM, Messenger, OneDrive, Skype... should be run manually. This will save system resources, and make windows start faster.
In programs have abilities to start with Windows, this setting usually locates in options or settings. We should find and turn off this feature if the program is unnecessary to start along with Windows. Another way for this situation are in the steps:
- Type this command in search box, or run dialog, and press Enter:
msconfig
. This opens System configuration, or press Control + Shift + Esc to open Task Manager. - Control + Tab to the Startup tab, you'll see the list of programs has started along with Windows
- Open context menu, then activate:
Disable
- Press OK and close System Configuration.
Accelerate applications running as start Windows
But there are applications started at Windows start, and decrease startup speed? Here is how to deal:
- Type this in the Run dialog, and press Enter:
regedit
Note that if there is an alert of user account control, switch to that Windows, and press Alt+Y to continue. - In Registry Editor, navigate to the path
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize
If your computer does not have Serialize key:- Open context menu at the Explorer key, choose
New \ Key.
- Press Enter, and name the new key:
Serialize.
- Open context menu at the Explorer key, choose
- At the newly created key, open context menu, choose
New / String value.
- Press enter, and give the name:
StartupDelayInMSec.
- Press Enter on that, and enter 0, then press Enter.
- Close Registry Editor, and reboot your computer.
Adjust in the Boot tab
The Boot tab also locate in System configuration I've said before... To open this tab:
- Type this in the search box, or run dialog, and press Enter:
msconfig
- Control + Tab to the Boot tab.
- (With multi-core computer), Press Tab and activate the button called
Advanced options...
, then check the option calledNumber of processors
and choose the core number of currently running computer. - To pass the boot screen, find and check the option called:
No GUI Boot
- Find and adjust the boot time (in second) at the TimeOut option. If you use boot menu (multi boot) to choose the operating system to start, you should adjust at 10 seconds or more (default 30 seconds), or as list 3 seconds).
- Press the OK button to save and close.
Turn off image effects
This so beautiful, but use a loss of system resources, and does not affect blind users. Here is how to turn off:
- Type this in the search box, or run dialog, and press Enter
sysdm.cpl
- This open the System Properties dialog. Control + Tab to the Advanced tab.
- Press Enter on
Performance settings.
- There are a group of options in radio button. Choose the third one:
Adjust for best performance.
- Press OK, and OK once.
Remove unnecessary applications
This is the list of applications in Start menu:
- Get Started
- Get Skype
- Get Office
- Microsoft Solitaire Collection
- Money
- News
- Phone Companion
- Sports
- Optional Features
- Windows Media Player
- Windows DVD Player.
If you don't use any of them, you could remove it
At the application you want to remove, open context menu, then press Enter on
Uninstall
For the application listed below:
- Calculator
- Calendar
- Camera
- Maps
- Movies & TV
- People
- Photos
- Store
- Weather
should be removed using Windows PowerShell:
- Find Windows PowerShell on Start Menu at the path:
All apps \ Windows PowerShell.
or type PowerShell in search box and choose Windows powerShell in the result. - Open context menu, then find and activate:
Run as administrator
- If there is a Windows pop-up and asking for pirmition to make changes to the computer, choose Yes to continue.
- At the PowerShell command open, type in this command and press Enter:
Get-AppxPackage AppCode | Remove-AppxPackage
In the command above, AppCode is the code name of the application to be removed, listed below:
App's nameAppCode
3D Builder3dbuilder
Alarms and Clockwindowsalarms
Calculatorwindowscalculator
Calendar and Mailwindowscommunicationsapps
Camerawindowscamera
Groove Musiczunemusic
Mapswindowsmaps
Movies and TVzunevideo
OneNoteonenote
Peoplepeople
Photosphotos
Storewindowsstore
Voice Recordersoundrecorder
Xboxxboxapp
Some of those application can be removed using uninstall programs. such as CCleaner. To Uninstall, run CCleaner, then activate Tools -> Uninstall. Find the apps you want to uninstall, and choose
Uninstall
in context menu.
(will be continued
Add new comment