Skip to main content

Microsoft Windows 10: Notes

Microsoft Windows 10 Logo - Source: https://3er1viui9wo30pkxh1v2nh4w-wpengine.netdna-ssl.com/wp-content/uploads/sites/113/2015/11/windows-10-logo.jpg

Collection of tips and tricks while using Microsoft Windows 10.

Keep updating

"As documented on the Windows 10 Enterprise and Education and Windows 10 Home and Pro lifecycle pages, Windows 10 will reach end of support on October 14, 2025. The current version, 22H2, will be the final version of Windows 10, and all editions will remain in support with monthly security update releases through that date. Existing LTSC releases will continue to receive updates beyond that date based on their specific lifecycles." — Windows client roadmap update by Jason Leznek.

Windows 10 release information

Windows 10 Home and Pro

Download Windows 10

Download Windows 10 latest version

Calculator

Alt + ↑ : Keep Calculator app on top of other running applications.

Virtual Desktop: Organinze your desktop

Windows key + Tab : View all virtual desktops

Clipboard history

Windows key + V

Diagnostics & feedback

Disable Microsoft Compatibility Telemetry (CompatTelRunner.exe) if it shows High Disk & CPU Usage in Windows 11/10

Diagnostics, feedback, and privacy in Windows

Popular posts from this blog

Powershell: Remove-Item

Use Remove-Item to delete files, folders, and more than that

Linux command: top

NAME        top - display Linux processes SYNOPSIS        top -hv|-bcHiOSs -d secs -n max -u|U user -p pid -o fld -w [cols]        The traditional switches `-' and whitespace are optional. DESCRIPTION        The  top program provides a dynamic real-time view of a running system.  It can display        system summary information as well as a list of processes or  threads  currently  being        managed  by  the  Linux  kernel.  The types of system summary information shown and the        types, order and size of information displayed for processes are all user  configurable        and that configuration can be made persistent across restarts.        The  program  provides a limited interactive interface for process manipulation ...