How to Set a Custom Lock Screen Slideshow With Local Folders

Quick fix: Open Settings → Personalization → Lock screen. Pick Slideshow from Personalize your lock screen dropdown. Click Browse → add specific folders. Photos in those folders rotate as lock screen wallpaper. For multiple folders: add separately. Adjust slideshow timing in Advanced slideshow settings. Lock Screen Slideshow rotates through your photos from chosen folders. Set … Read more

How to Configure Metered Connection per Wi-Fi Network on Windows 11

Quick fix: Connect to the Wi-Fi network. Open Settings → Network & internet → Wi-Fi. Click the connected network. Toggle Set as metered connection. Bandwidth usage limited: Windows Update pauses, Microsoft Store doesn’t auto-download, app updates pause. Configurable per network individually. Marking a Wi-Fi as metered tells Windows to conserve data on that network. Useful … Read more

How to Map a Hotkey to Open a Specific Folder on Windows 11

Quick fix: Right-click on desktop → New → Shortcut. Browse to folder. Name shortcut. Right-click shortcut → Properties. In Shortcut key field, press the keyboard combo (e.g., Ctrl+Alt+D for Documents). Apply. Now pressing that hotkey opens that folder anywhere in Windows. Windows shortcut files can have hotkeys. Right-click folder → Send to → Desktop (create … Read more

Why Windows 11 Performance Degrades After Sleep and Resume Cycles

Quick fix: Each sleep / resume cycle can leak resources (especially drivers). Symptoms: PC slower than after fresh boot. Workaround: Settings → System → Power & battery → Sleep, after → Never. Use Shutdown instead of Sleep periodically. For chronic: update drivers (graphics, chipset, USB), disable Fast Startup (Control Panel → Power Options → Choose … Read more

Fix Display Resolution Resets to 1024×768 After Windows 11 Sleep

Quick fix: Display resolution resetting to 1024×768 after sleep means: graphics driver failed to detect monitor properly. Update GPU driver from manufacturer (Nvidia, AMD, Intel). For Nvidia: install Studio driver (more stable than Game Ready). Disable adapter sleep: Device Manager → Display adapters → right-click GPU → Properties → Power Management → untick “Allow the … Read more

Fix Display Resolution Resets to 1024×768 After Windows 11 Sleep

Quick fix: Display resolution resetting to 1024×768 after sleep means: graphics driver failed to detect monitor properly. Update GPU driver from manufacturer (Nvidia, AMD, Intel). For Nvidia: install Studio driver (more stable than Game Ready). Disable adapter sleep: Device Manager → Display adapters → right-click GPU → Properties → Power Management → untick “Allow the … Read more

How to Use the Hidden Speech Recognition Tuning Wizard in Windows 11

Quick fix: Windows Speech Recognition has a tuning wizard accessible via legacy Control Panel. Open Run (Win+R) → type control speech → press Enter. Speech Recognition dialog opens. Click Train your computer to better understand you. Walk through tuning: read prompts aloud, system adapts. Improves accuracy significantly after multiple training sessions. Windows Speech Recognition has … Read more

How to Create a Symbolic Link With mklink on Windows 11

Quick fix: Open Command Prompt as Admin (or enable Developer Mode for non-admin). Run: mklink “C:\Link\Path” “D:\Actual\Target” for file link. Add /D flag for directory link: mklink /D “C:\Folder” “D:\Target”. Add /J for junction (directories, same volume only, no admin needed): mklink /J “C:\Junction” “D:\Target”. mklink creates symbolic links and junctions on NTFS. Useful for: … Read more

How to Use Edge Workspaces for Project Tab Organization

Quick fix: Open Edge. Click the Workspaces icon in toolbar (or click “Workspaces” in title bar). Click Create new workspace. Name it (e.g., “Project Alpha”). Pick color. Add tabs related to the project. Switch between workspaces via dropdown. Tabs in different workspaces stay separate. Edge Workspaces organize related tabs into named groups. Each workspace has … Read more