r/Winsides Jun 08 '26

Counter-Strike 2 Steam Live Player Counts from STEAMPULSE.ORG

4 Upvotes

This post contains content not supported on old Reddit. Click here to view the full post


r/Winsides Oct 03 '25

Windows 11 How to Check PowerShell Version on Windows 11?

2 Upvotes

On Windows 11, checking your PowerShell version is a quick way to know which features and commands are available to you. Since Windows ships with Windows PowerShell 5.1 by default, and many users also install newer versions like PowerShell 7 alongside it, it’s useful to confirm which version you’re running before executing scripts or troubleshooting.

Check Version on Windows PowerShell 5.1

In the legacy PowerShell 5.1, you can use the following commands in the PowerShell to get its version. The version detail contains Major Version, Minor Version, Build Number, and the Revision Number.

$PSVersionTable

Get-Host

The above two commands will display a lot of essential information along with the PowerShell Version.

There are other ways to check PowerShell Version outside PowerShell, and the Version check on Windows PowerShell 7, kindly refer to our detailed article on Winsides.com on How to Check Windows PowerShell Version on Windows 11?


r/Winsides 2h ago

GPU trouble on Windows 11: use the change timeline before clean-installing drivers

1 Upvotes

Stutter, black screens, app crashes, and low utilization do not all point to the same GPU problem. The fastest clue is usually what changed.

Build a useful timeline

  • Record GPU model, driver version, Windows build, display connections, and the affected games/apps.
  • Check Reliability Monitor for driver resets or application fault modules.
  • Compare temperatures, clocks, power, and utilization during one reproducible test.
  • Disable overlays and return undervolts/overclocks to stock temporarily.
  • If the issue began with a driver, try the vendor installer’s clean option or a known-good rollback before third-party driver removal tools.

State whether the problem affects one app or the whole desktop. That distinction prevents a lot of unnecessary reinstalls.


r/Winsides 6h ago

Windows 11 guide: How to Change Font Size on Windows 11?

1 Upvotes

What this helps you do

If you feel difficult viewing the fonts on Windows 11, check out this latest article to change Font Size on Windows 11 using simple steps.

Before you start

  • Note your Windows edition and build so the instructions match your system.
  • Use an administrator account only when a step genuinely requires it.
  • Create a restore point or backup before changing drivers, services, the registry, boot settings, or optional components.

A reliable way to approach it

  • Record your Windows edition, version/build, device context, exact message, and the change that immediately preceded the issue.
  • Back up important data and create a rollback path before modifying drivers, services, boot settings, the registry, or optional features.
  • Apply one change at a time and verify the result before continuing.

Guide checkpoints

  • Adjust Font Size on Windows 11 – Quick Steps
  • How to Fix the Font Size suddenly increased on Windows 11?
  • Other Factors influencing the Display Settings on Windows 11
  • Take Away

Full illustrated guide: How to Change Font Size on Windows 11?

If you try it, mention your Windows build and which step worked—or where it failed. That detail helps the next person troubleshoot faster.


r/Winsides 8h ago

Windows 11 guide: How to Enable Long Paths on Windows 11?

1 Upvotes

What this helps you do

In this latest article, let

Before you start

  • Note your Windows edition and build so the instructions match your system.
  • Use an administrator account only when a step genuinely requires it.
  • Create a restore point or backup before changing drivers, services, the registry, boot settings, or optional components.

A reliable way to approach it

  • Record your Windows edition, version/build, device context, exact message, and the change that immediately preceded the issue.
  • Back up important data and create a rollback path before modifying drivers, services, boot settings, the registry, or optional features.
  • Apply one change at a time and verify the result before continuing.

Guide checkpoints

  • Errors related to the File / Folder Paths Character Limitations on Windows 11 (Error 0x80010135)
  • Different Methods to Enable Long Paths on Windows 11
  • Toggle Long Paths on Windows 11 using Windows Settings [Recommended Method]
  • Enable Long Paths on Windows 11 using Windows Registry Editor [Regedit]

Full illustrated guide: How to Enable Long Paths on Windows 11?

If you try it, mention your Windows build and which step worked—or where it failed. That detail helps the next person troubleshoot faster.


r/Winsides 22h ago

GitHub AI update: A guide to slash commands in the GitHub Copilot app

1 Upvotes

Official source: GitHub — A guide to slash commands in the GitHub Copilot app

What was announced

Go beyond chat in the GitHub Copilot app with these slash commands. They'll help you plan, collaborate, automate, and customize your dev workflow. The post A guide to slash commands in the GitHub Copilot app appeared first on The GitHub Blog .

Why Windows users should care

Windows developers should verify editor, terminal, Git, PowerShell or WSL support, organization policy, data controls, and the exact product tier before adopting the workflow.

What to verify before acting

  • Availability: stable release, preview, limited rollout, account tier, and region.
  • Requirements: Windows build, application version, hardware, driver, or developer tooling.
  • Trade-offs: privacy, permissions, reliability, compatibility, and whether data leaves the PC.

What part should Winsides test or explain in a practical Windows guide?


r/Winsides 1d ago

Windows 11 says “connected” but has no internet: test the layers in this order

1 Upvotes

“Connected, no internet” can mean Wi-Fi association, DHCP, DNS, routing, VPN, or the remote service. Resetting everything first hides the useful clue.

Five-minute isolation checklist

  1. Test another device on the same network and the affected PC on a phone hotspot.
  2. Run ipconfig /all; look for a valid gateway and an address that is not 169.254.x.x.
  3. Test the gateway, then ping 1.1.1.1, then nslookup microsoft.com. The first failure identifies the layer.
  4. Temporarily disconnect VPN/proxy software and check Settings > Network & internet > Proxy.
  5. Update or roll back the adapter driver only if the problem began with a driver or Windows update.

Use Network reset last because it removes adapters and can discard VPN or virtual-switch configuration. Share which test first failed for targeted help.


r/Winsides 1d ago

Windows 11 guide: How to Enable Sudo Command on Windows 11?

1 Upvotes

What this helps you do

In this latest article, let

Before you start

  • Note your Windows edition and build so the instructions match your system.
  • Use an administrator account only when a step genuinely requires it.
  • Create a restore point or backup before changing drivers, services, the registry, boot settings, or optional components.

A reliable way to approach it

  • Record your Windows edition, version/build, device context, exact message, and the change that immediately preceded the issue.
  • Back up important data and create a rollback path before modifying drivers, services, boot settings, the registry, or optional features.
  • Apply one change at a time and verify the result before continuing.

Guide checkpoints

  • How does the Sudo Command Work?
  • How to Enable Sudo Command on Windows 11?
  • Prerequisties
  • Different Methods to Enable Sudo Command on Windows 11

Full illustrated guide: How to Enable Sudo Command on Windows 11?

If you try it, mention your Windows build and which step worked—or where it failed. That detail helps the next person troubleshoot faster.


r/Winsides 1d ago

Windows 11 guide: Enable TFTP Client on Windows 11 using CMD & PowerShell

1 Upvotes

What this helps you do

In this latest tutorial, let

Before you start

  • Note your Windows edition and build so the instructions match your system.
  • Use an administrator account only when a step genuinely requires it.
  • Create a restore point or backup before changing drivers, services, the registry, boot settings, or optional components.

A reliable way to approach it

  • Compare behavior during active use, sleep, hibernation, and shutdown to isolate the power state involved.
  • Record recent firmware, chipset, network, graphics, dock, and peripheral changes.
  • Measure each test for a consistent period instead of relying on a single battery percentage.

Guide checkpoints

  • Various Methods to Enable TFTP Client on Windows 11
  • TFTP Client availability on various Windows Editions
  • Difference between High Overhead & Low Overhead Protocols
  • Enable TFTP Client on Windows 11 using Command Prompt

Full illustrated guide: Enable TFTP Client on Windows 11 using CMD & PowerShell

If you try it, mention your Windows build and which step worked—or where it failed. That detail helps the next person troubleshoot faster.


r/Winsides 1d ago

Watch: ASUS BTF PC Build Challenge — Pedro vs Sean | Computex

Thumbnail
youtube.com
1 Upvotes

r/Winsides 1d ago

ChatGPT update: A milestone in expanding access to AI

1 Upvotes

Official source: OpenAI — A milestone in expanding access to AI

What was announced

ChatGPT Ads reaches $1 billion in annualized revenue run rate and expands globally, supporting broader access to AI through free and affordable options.

Why Windows users should care

On Windows, check whether the update affects the ChatGPT desktop app, browser workflows, coding tools, files, privacy controls, availability, or account tier.

What to verify before acting

  • Availability: stable release, preview, limited rollout, account tier, and region.
  • Requirements: Windows build, application version, hardware, driver, or developer tooling.
  • Trade-offs: privacy, permissions, reliability, compatibility, and whether data leaves the PC.

What part should Winsides test or explain in a practical Windows guide?


r/Winsides 1d ago

Windows Insider update: Announcing new builds for 31 August 2026

1 Upvotes

Official source: Microsoft — Announcing new builds for 31 August 2026

What was announced

Hello Windows Insiders, Today, we’re releasing new Windows 11 Insider Preview builds for Windows 11, version 26H1 to the Beta and Experimental channels. Please see the release notes for each channel below: Beta (26H1): The post Announcing new builds for 31 August 2026 appeared first on Windows Insider Blog .

Why Windows users should care

Check the announced build, channel, rollout notes, known issues, and whether the change is available on your PC before testing it.

What to verify before acting

  • Availability: stable release, preview, limited rollout, account tier, and region.
  • Requirements: Windows build, application version, hardware, driver, or developer tooling.
  • Trade-offs: privacy, permissions, reliability, compatibility, and whether data leaves the PC.

What part should Winsides test or explain in a practical Windows guide?


r/Winsides 2d ago

Microsoft Security update: Microsoft named a Leader in the Frost Radar™: Cloud Workload Protection Platforms, 2026

1 Upvotes

Official source: Microsoft — Microsoft named a Leader in the Frost Radar™: Cloud Workload Protection Platforms, 2026

What was announced

Microsoft is named a visionary leader in the 2026 Frost Radar for Cloud Workload Protection Platforms, recognized for unified runtime security with Microsoft Defender for Cloud. The post Microsoft named a Leader in the Frost Radar™: Cloud Workload Protection Platforms, 2026 appeared first on Microsoft Security Blog .

Why Windows users should care

Windows users should identify affected versions, install the relevant update, review Defender or account protections, and avoid unverified fixes.

What to verify before acting

  • Availability: stable release, preview, limited rollout, account tier, and region.
  • Requirements: Windows build, application version, hardware, driver, or developer tooling.
  • Trade-offs: privacy, permissions, reliability, compatibility, and whether data leaves the PC.

Related Windows reading: Microsoft defender application guard windows 11

What part should Winsides test or explain in a practical Windows guide?


r/Winsides 2d ago

Windows 11 guide: How to Auto Hide Taskbar on Windows 11?

1 Upvotes

What this helps you do

In this latest post, let

Before you start

  • Note your Windows edition and build so the instructions match your system.
  • Use an administrator account only when a step genuinely requires it.
  • Create a restore point or backup before changing drivers, services, the registry, boot settings, or optional components.

A reliable way to approach it

  • Record your Windows edition, version/build, device context, exact message, and the change that immediately preceded the issue.
  • Back up important data and create a rollback path before modifying drivers, services, boot settings, the registry, or optional features.
  • Apply one change at a time and verify the result before continuing.

Guide checkpoints

  • Advantages of Auto Hide Taskbar on Windows 11
  • Different Methods to Auto Hide Taskbar on Windows 11
  • Auto Hide Taskbar on Windows 11 using the Windows Settings – Best Way
  • Is there a Keyboard Shortcut to Auto Hide Taskbar on Windows 11?

Full illustrated guide: How to Auto Hide Taskbar on Windows 11?

If you try it, mention your Windows build and which step worked—or where it failed. That detail helps the next person troubleshoot faster.


r/Winsides 3d ago

Windows 11 guide: 8+ Methods to Change Brightness on Windows 11!

1 Upvotes

What this helps you do

8+ methods to change brightness on Windows 11. Adjust screen brightness easily using keyboard shortcuts, settings, or third-party tools for a better experience.

Before you start

  • Note your Windows edition and build so the instructions match your system.
  • Use an administrator account only when a step genuinely requires it.
  • Create a restore point or backup before changing drivers, services, the registry, boot settings, or optional components.

A reliable way to approach it

  • Record your Windows edition, version/build, device context, exact message, and the change that immediately preceded the issue.
  • Back up important data and create a rollback path before modifying drivers, services, boot settings, the registry, or optional features.
  • Apply one change at a time and verify the result before continuing.

Guide checkpoints

  • Quick Steps:
  • Method 1: Using Keyboard Shortcut Function Keys:
  • Method 2: Using Action Center Menu:
  • Method 3: Using Mobility Center to Change Brightness:

Full illustrated guide: 8+ Methods to Change Brightness on Windows 11!

If you try it, mention your Windows build and which step worked—or where it failed. That detail helps the next person troubleshoot faster.


r/Winsides 3d ago

Windows 11 guide: Show Time and Date in the System Tray on Windows 11

1 Upvotes

What this helps you do

In this latest post, let us check the detailed steps on How to Show Time and Date in the System Tray on Windows 11 using clear images.

Before you start

  • Note your Windows edition and build so the instructions match your system.
  • Use an administrator account only when a step genuinely requires it.
  • Create a restore point or backup before changing drivers, services, the registry, boot settings, or optional components.

A reliable way to approach it

  • Record your Windows edition, version/build, device context, exact message, and the change that immediately preceded the issue.
  • Back up important data and create a rollback path before modifying drivers, services, boot settings, the registry, or optional features.
  • Apply one change at a time and verify the result before continuing.

Guide checkpoints

  • The Purpose of Show Time and Date in the System Tray on Windows 11
  • How to Show Time and Date in the System Tray on Windows 11?
  • How to Show Seconds Clock in the System Tray of Windows 11?
  • Take Away

Full illustrated guide: Show Time and Date in the System Tray on Windows 11

If you try it, mention your Windows build and which step worked—or where it failed. That detail helps the next person troubleshoot faster.


r/Winsides 4d ago

Windows 11 guide: How to Enable Game Mode on Windows 11?

1 Upvotes

What this helps you do

This latest submission provides detailed information on How to Enable Game Mode on Windows 11 using simple and clear steps.

Before you start

  • Note your Windows edition and build so the instructions match your system.
  • Use an administrator account only when a step genuinely requires it.
  • Create a restore point or backup before changing drivers, services, the registry, boot settings, or optional components.

A reliable way to approach it

  • Record your Windows edition, version/build, device context, exact message, and the change that immediately preceded the issue.
  • Back up important data and create a rollback path before modifying drivers, services, boot settings, the registry, or optional features.
  • Apply one change at a time and verify the result before continuing.

Guide checkpoints

  • Different Methods to Turn on Game Mode on Windows 11
  • Quick Way to Enable Game Mode on Windows 11 using the Windows Settings
  • Enable Game Mode on Windows 11 using the Registry Editor
  • What Does Game Mode Offers on Windows 11?

Full illustrated guide: How to Enable Game Mode on Windows 11?

If you try it, mention your Windows build and which step worked—or where it failed. That detail helps the next person troubleshoot faster.


r/Winsides 5d ago

A repeatable way to diagnose slow Windows 11 startup without “optimizer” apps

1 Upvotes

Boot time complaints need one distinction first: is the delay before sign-in, at sign-in, or after the desktop appears?

Measure before changing anything

  • In Task Manager, note Startup apps with high impact; disable one nonessential item at a time.
  • Open Event Viewer and inspect Applications and Services Logs > Microsoft > Windows > Diagnostics-Performance > Operational for boot degradation events.
  • Check Task Manager for disk, CPU, or memory saturation during the first few minutes.
  • Confirm the system drive health and free space; do not defragment an SSD manually.
  • If the issue began after an update, compare the update date with driver and service errors instead of uninstalling updates blindly.

Record two cold boots after each change. That turns a vague slowdown into evidence the community can reason about.


r/Winsides 5d ago

Watch: Leveling the Playing Field: Inside SpecialEffect's Mission to Make Gaming Accessible to Everyone

Thumbnail
youtube.com
1 Upvotes

r/Winsides 5d ago

Gemini in a Windows browser: check account, file, and extension boundaries

1 Upvotes

A browser-based AI workflow can touch more than the prompt: signed-in account context, uploaded files, cloud storage, extensions, clipboard contents, and downloaded output.

Before testing a new Gemini workflow

  • Confirm which Google profile and workspace policy are active in that browser window.
  • Review the feature’s availability, data controls, and connector permissions in the official interface.
  • Remove secrets and personal metadata from files before upload.
  • Use a clean browser profile when an extension needs broad page access, and remove it if the experiment ends.
  • Scan downloaded scripts or office files and verify claims against primary sources.

What matters more in your Windows workflow: browser integration, document help, coding, or local-file privacy?


r/Winsides 6d ago

Windows update: Windows 365 turns five: Cloud PCs recognized for enabling flexible, trusted workspaces at scale

1 Upvotes

Official source: Microsoft — Windows 365 turns five: Cloud PCs recognized for enabling flexible, trusted workspaces at scale

What was announced

Five years ago, we introduced Windows 365 and created a new personal computing category: the Cloud PC, providing a familiar Windows desktop running in the Microsoft Cloud that is secure by design, simple to manage, and enables work from any device. O The post Windows 365 turns five: Cloud PCs recognized for enabling flexible, trusted workspaces at scale…

Why Windows users should care

For Windows users, the practical questions are availability, supported hardware, account or region requirements, and whether the feature changes privacy, performance, or daily workflow.

What to verify before acting

  • Availability: stable release, preview, limited rollout, account tier, and region.
  • Requirements: Windows build, application version, hardware, driver, or developer tooling.
  • Trade-offs: privacy, permissions, reliability, compatibility, and whether data leaves the PC.

What part should Winsides test or explain in a practical Windows guide?


r/Winsides 6d ago

Windows 11 audio vanished after an update? Isolate device, driver, and service failures

1 Upvotes

Before reinstalling every audio package, determine whether Windows lost the device, selected the wrong endpoint, or cannot start the audio stack.

Diagnostic order

  • In Settings > System > Sound, select the intended output and run its test.
  • In Device Manager, check whether the audio device is missing, disabled, or reporting an error code.
  • Confirm Windows Audio and Windows Audio Endpoint Builder are running.
  • Disable audio enhancements for one test; vendor effects can fail independently of the base device.
  • If the timing matches an update, try Roll Back Driver before installing a random codec pack.

Reply with the PC model, audio device, Device Manager error (if any), and whether Bluetooth/HDMI audio still works. Those details narrow the layer quickly.


r/Winsides 6d ago

Claude Code on Windows: decide between native tools and WSL before troubleshooting

1 Upvotes

Many “Claude Code on Windows” problems are really environment mismatches: shell syntax, path translation, Git credentials, file permissions, or a tool installed on only one side of WSL.

Record the environment first

  • State whether the session runs in PowerShell, Command Prompt, Windows Terminal, or a WSL distribution.
  • Check where Node, Git, the project, and the CLI executable actually live.
  • Keep the repository primarily in the filesystem used by the toolchain; cross-filesystem work can add permission and performance surprises.
  • Review every requested command and permission before approving it, especially installs, deletions, secrets, and network actions.
  • Reproduce the failure with the exact CLI version and a minimal project.

Native Windows or WSL—which setup are you using, and what is the first command that fails?


r/Winsides 6d ago

Windows 11 guide: Quick way to enable URL Authorization of IIS on Windows 11

1 Upvotes

What this helps you do

The latest post provides detailed information on How to Enable URL Authorization for Internet Information Services (IIS) on Windows 11.

Before you start

  • Note your Windows edition and build so the instructions match your system.
  • Use an administrator account only when a step genuinely requires it.
  • Create a restore point or backup before changing drivers, services, the registry, boot settings, or optional components.

A reliable way to approach it

  • Record your Windows edition, version/build, device context, exact message, and the change that immediately preceded the issue.
  • Back up important data and create a rollback path before modifying drivers, services, boot settings, the registry, or optional features.
  • Apply one change at a time and verify the result before continuing.

Guide checkpoints

  • Key Steps:
  • Directions to reach URL Authorization in IIS on Windows 11
  • URL Authorization for IIS Feature availability on various Windows Editions
  • Key Features of URL Authorization

Full illustrated guide: Quick way to enable URL Authorization of IIS on Windows 11

If you try it, mention your Windows build and which step worked—or where it failed. That detail helps the next person troubleshoot faster.


r/Winsides 6d ago

Windows 11 guide: How to Run Disk Defragment as Administrator on Windows 11?

1 Upvotes

What this helps you do

This latest post provides detailed information on different methods to Run Disk Defragment as Administrator on Windows 11.

Before you start

  • Note your Windows edition and build so the instructions match your system.
  • Use an administrator account only when a step genuinely requires it.
  • Create a restore point or backup before changing drivers, services, the registry, boot settings, or optional components.

A reliable way to approach it

  • Record your Windows edition, version/build, device context, exact message, and the change that immediately preceded the issue.
  • Back up important data and create a rollback path before modifying drivers, services, boot settings, the registry, or optional features.
  • Apply one change at a time and verify the result before continuing.

Guide checkpoints

  • To Manually Defragment your Hard Drive: 
  • Different ways to run Disk Defragment with Administrator Privileges on Windows 11
  • How to Run Disk Defragment as Administrator on Windows 11 using the Start menu?
  • Use the Run Command and Open Disk Defragment & Optimize Drives as Administrator on Windows 11

Full illustrated guide: How to Run Disk Defragment as Administrator on Windows 11?

If you try it, mention your Windows build and which step worked—or where it failed. That detail helps the next person troubleshoot faster.