Windows 11 brings several performance enhancements over the previous-gen Windows 10. It’s sleeker, faster, and more productive. However, many users, especially those who have installed Windows 11 on unsupported devices, may face performance issues, including lag and occasional freezes. While minor problems are here to stay with the Insider preview builds, here are some quick ways to make Windows 11 faster and improve the performance for snappy usage.
Optimization Principles:
- Secure
- Simple
- Reasonable, not extreme
Easiest Way To Tune Your System by Choosing Right Device Typ
The following ‘device usage’ categories will be offered:
- Gaming
- Family
- Creativity
- Schoolwork
- Entertainment
- Business.
System Performance
2. Settings -> Home -> System -> About -> Advanced system settings->Performance
Adjust for best performance , but enable show thumbnails instead of icons and Smooth edges of screen fonts
Power Plan
3. Settings -> Home -> System -> Power & Sleep
Change performance mode : Best performance
Disable Startup app
4.1 Task Manager -> Startup
4.2 Settings -> Home -> App -> Startup
System Configuration
5. Windows Button -> System Configuration
Boot -> No GUI Boot
Services - > Hide Microsoft Services
Privacy
6. Settings -> Home -> Privacy
Turn off all privacy options.
Notifications
Clean the garbages from the system
Create a bat file on your computer:
@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 系统垃圾清除完毕!
echo. & pause
No comments:
Post a Comment