How to Show Seconds in the Windows 11 System Tray Clock

Quick fix: Open Settings → Personalization → Taskbar → Taskbar behaviors. Find Show seconds in system tray clock (uses more power). Toggle on. Clock immediately updates to show HH:MM:SS instead of HH:MM. The system tray clock shows only hours and minutes by default. For users who need second precision (developers, video editors, anyone timing tasks), … Read more

How to Disable the Lock Screen on Windows 11 Pro and Home Editions

Quick fix: Windows 11 Home doesn’t expose this directly; Pro can use Group Policy. For both: add registry DWORD HKLM\SOFTWARE\Policies\Microsoft\Windows\Personalization\NoLockScreen = 1. Reboot. The lock screen image is skipped — boot goes directly to the sign-in screen. Every boot or wake-from-sleep shows the lock screen first — that’s the image with date/time. You then click … Read more

How to Disable Automatic Audio Ducking on Communication Apps

Quick fix: Right-click speaker icon → Sounds → Communications tab. Set When Windows detects communications activity to Do nothing. This stops Windows from ducking (lowering) other audio when a call starts. You’re listening to music or a video, then a Teams/Discord/Zoom call starts. Music auto-lowers to background volume. Some users find this useful; others want … Read more

How to Enable SMB1 Safely for Legacy NAS Access on Windows 11

Quick fix: SMB1 is disabled by default in Windows 11 for security. To enable just the client (for accessing legacy NAS): open Terminal (Admin) and run Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol-Client -NoRestart. Reboot. Don’t enable SMB1 server. Plan to retire the legacy NAS — SMB1 has known critical vulnerabilities. Your old NAS (Synology DSM 5.x or … Read more

Why Microsoft Store Apps Use the Wrong Profile Data Folder on Windows 11

Quick fix: Microsoft Store apps store user data in %LocalAppData%\Packages\<PackageFullName>. If apps show data from a different account, the wrong user is signed in. Sign out of the app, sign back in with the correct Microsoft Account. For Store itself: profile icon → Sign out → Sign in. You launch a Microsoft Store app (Mail, … Read more

Fix Windows 11 Freezing When Opening File Explorer

Quick fix: File Explorer freezes are usually caused by a corrupted shell extension. Open Task Manager → right-click Windows Explorer → Restart. If freezes recur, run ShellExView from NirSoft and disable non-Microsoft context menu extensions one at a time. Common offenders: outdated OneDrive, broken antivirus integration, archive tools. You double-click File Explorer or press Win+E. … Read more

Why Some Files Show 0 Bytes But Take Space on Disk on Windows 11

Quick fix: Files showing 0 bytes in File Explorer but Properties showing “Size on disk” greater than 0 are usually OneDrive cloud-only placeholders, sparse files, or NTFS alternate data streams. For OneDrive: right-click → Always keep on this device downloads full contents. For sparse files: data exists in “allocated” ranges only; the rest is virtually … Read more

Why System Restore Points Quietly Fill Your C Drive and How to Cap Them

Quick fix: System Restore allocates a percentage of drive space for restore points (default 5–10%). On large drives, that’s 25+ GB silently consumed. Open System Properties → System Protection → Configure. Set Max Usage slider to 2–5%. Older points beyond the limit get deleted automatically. WizTree shows C:\System Volume Information consuming 20–50 GB. That folder … Read more