Tagged articles

Windows

529 articles · Page 3 of 6
ITPUB
ITPUB
Jul 19, 2024 · Information Security

Why Did a CrowdStrike Update Trigger a Global Windows Blue Screen Crisis?

A sudden worldwide surge of Windows Blue Screen of Death incidents on July 1, linked to a CrowdStrike security‑agent update, crippled Microsoft 365 services, disrupted airlines and highlighted the far‑reaching impact of a single software change on global IT stability.

Blue ScreenCrowdStrikeMicrosoft
0 likes · 6 min read
Why Did a CrowdStrike Update Trigger a Global Windows Blue Screen Crisis?
IT Services Circle
IT Services Circle
Jul 15, 2024 · Fundamentals

Understanding Stack Pointer Corruption When Mixing RSP and ESP in 64‑bit Windows: A Reverse‑Engineering Case Study

The article analyzes a crash that occurs on Windows 10 when a 64‑bit program mixes RSP and ESP instructions, explains how writing to the 32‑bit ESP register zero‑extends the upper 32 bits of RSP, and shows how this stack‑pointer mismatch leads to an access‑violation error that does not appear on Windows 7.

AssemblyWindowsdebugging
0 likes · 6 min read
Understanding Stack Pointer Corruption When Mixing RSP and ESP in 64‑bit Windows: A Reverse‑Engineering Case Study
Java Tech Enthusiast
Java Tech Enthusiast
Jul 9, 2024 · Industry Insights

Why Windows’ 30‑Year‑Old Formatting Dialog Still Looks the Same

Microsoft engineer Dave Plummer recounts how a quick‑and‑dirty formatting dialog he built in 1994 using VC++ 2.0 became a 30‑year‑old UI staple, persisting unchanged into Windows 11 and even imposing the 32 GB FAT volume limit due to an early design shortcut.

Dave PlummerFAT32 limitLegacy Software
0 likes · 4 min read
Why Windows’ 30‑Year‑Old Formatting Dialog Still Looks the Same
dbaplus Community
dbaplus Community
Jul 2, 2024 · Databases

What’s New in MySQL 9.0 Innovation Edition? Key Features and Improvements

MySQL 9.0 Innovation Edition, released on July 1, 2024, introduces major changes such as the removal of the mysql_native_password plugin, new PREPARE support for event statements, expanded Performance Schema tables, JSON‑formatted EXPLAIN ANALYZE output, Windows installer fixes, and several MySQL Shell enhancements.

InnovationEditionMySQLShellPerformanceSchema
0 likes · 4 min read
What’s New in MySQL 9.0 Innovation Edition? Key Features and Improvements
Architect
Architect
Jun 13, 2024 · Cloud Native

How to Build and Deploy a SpringBoot Docker Image on Windows Using IDEA

This guide walks through setting up Docker on Windows, creating a Dockerfile for a SpringBoot service, using IntelliJ IDEA to build the image, testing the container locally, and finally deploying the image to a Linux server with proper volume and port mappings.

DockerIntelliJ IDEAWindows
0 likes · 11 min read
How to Build and Deploy a SpringBoot Docker Image on Windows Using IDEA
Ops Development & AI Practice
Ops Development & AI Practice
Jun 8, 2024 · Industry Insights

How Microsoft Brings Windows to Qualcomm ARM: Native Support, Emulation & Performance

Microsoft’s Windows now runs on Qualcomm’s ARM processors through a combination of native kernel adaptations, driver and library recompilation, and an x86‑to‑ARM emulation layer, balancing performance gains from direct ARM execution with compatibility‑driven overhead, while outlining ongoing optimization efforts and future prospects.

ArmEmulationNative Support
0 likes · 8 min read
How Microsoft Brings Windows to Qualcomm ARM: Native Support, Emulation & Performance
Ops Development & AI Practice
Ops Development & AI Practice
Jun 2, 2024 · Fundamentals

Master MSVC: Install, Configure, and Compile C/C++ on Windows

This guide introduces Microsoft Visual C++ (MSVC), covering its key features, installation via Visual Studio or Build Tools, command‑line and VS Code integration, step‑by‑step compilation commands, and advanced options like parallel builds and PGO, helping developers efficiently build C/C++ projects on Windows.

Build ToolsC#Compilation
0 likes · 7 min read
Master MSVC: Install, Configure, and Compile C/C++ on Windows
Liangxu Linux
Liangxu Linux
May 8, 2024 · Fundamentals

Bypassing WeChat’s Singleton Check: Run Multiple Instances on Windows

This guide explains how a simple batch file can launch two or more WeChat instances on Windows by analyzing the app’s global mutex mechanism, reverse‑engineering the related DLL functions, and showing why the rapid start‑up bypasses the built‑in single‑instance guard.

BatchSingletonWeChat
0 likes · 6 min read
Bypassing WeChat’s Singleton Check: Run Multiple Instances on Windows
Java Tech Enthusiast
Java Tech Enthusiast
Apr 28, 2024 · Information Security

Unexpected Lateral Movement via Windows Delivery Optimization Service

A coworker noticed my computer generating large volumes of traffic on port 7680, prompting an investigation that revealed the svchost.exe process running the default Windows Delivery Optimization Service—intended for LAN‑based Windows Update—mimicking lateral‑movement behavior, which I stopped by disabling the feature.

Lateral MovementPort 7680Windows
0 likes · 4 min read
Unexpected Lateral Movement via Windows Delivery Optimization Service
Liangxu Linux
Liangxu Linux
Mar 26, 2024 · Operations

How to Test Local Network Speed on Linux, Windows, and macOS with Free Tools

This guide explains how to measure local network performance on Linux, Windows, and macOS using free command‑line utilities such as speedtest‑cli and iperf, as well as graphical tools like Speedtest, and provides advanced techniques with Wireshark, ping, and network‑optimization tips.

LinuxWindowsWireshark
0 likes · 10 min read
How to Test Local Network Speed on Linux, Windows, and macOS with Free Tools
Ops Development & AI Practice
Ops Development & AI Practice
Mar 24, 2024 · Operations

Master PowerShell Profiles: Customize Your Windows Shell for Maximum Efficiency

This article explains the purpose and location of the PowerShell user profile script (Microsoft.PowerShell_profile.ps1), details its path components, outlines typical use cases such as environment customization, alias definition, and module loading, and provides a complete example with step‑by‑step explanations for Windows users.

@ProfileAutomationScripting
0 likes · 8 min read
Master PowerShell Profiles: Customize Your Windows Shell for Maximum Efficiency
Liangxu Linux
Liangxu Linux
Mar 7, 2024 · Information Security

How Windows Is Bringing Linux‑Style sudo to Its Command Line

Windows 11 Insider builds are adding a native sudo command that lets users elevate individual commands with familiar Linux‑style privilege management, offering finer‑grained control than the traditional "Run as administrator" option while reflecting Microsoft's growing embrace of Linux technologies.

Linux compatibilityWindowsprivilege escalation
0 likes · 6 min read
How Windows Is Bringing Linux‑Style sudo to Its Command Line
Liangxu Linux
Liangxu Linux
Feb 5, 2024 · Fundamentals

Replace Windows Search with Everything Toolbar: Setup, Tips, and Hotkey Tweaks

This guide explains how the EU‑mandated Windows search limitation led to the Everything Toolbar project, walks through installing and configuring the toolbar, shows how to disable the default Win+S hotkey via the registry, and highlights advanced usage features such as QuickLook integration and custom search syntax.

Everything ToolbarHotKeySystem Search
0 likes · 5 min read
Replace Windows Search with Everything Toolbar: Setup, Tips, and Hotkey Tweaks
21CTO
21CTO
Feb 4, 2024 · Backend Development

Why Microsoft Is Recruiting Rust Architects to Rewrite Windows Core

Microsoft is accelerating the migration of its Windows core and Microsoft 365 services from C# to Rust, hiring senior architects to lead the Substrate platform team and promising massive performance and size gains for cloud‑scale systems.

Cloud ServicesMicrosoftWindows
0 likes · 3 min read
Why Microsoft Is Recruiting Rust Architects to Rewrite Windows Core
Liangxu Linux
Liangxu Linux
Dec 11, 2023 · Fundamentals

Key Differences Between Linux and Windows File Systems Explained

This guide outlines the major contrasts between Linux and Windows file systems, covering directory layout, case sensitivity, path separators, the absence of drive letters, the Unix "everything is a file" concept, and how Linux handles open files compared to Windows.

Case SensitivityDirectory StructureFile System
0 likes · 6 min read
Key Differences Between Linux and Windows File Systems Explained
Software Development Quality
Software Development Quality
Nov 28, 2023 · Information Security

D‑Eyes: Fast Incident‑Response Scanning for Ransomware, Malware & Host Configs

D‑Eyes is an open‑source detection and response tool from NSFOCUS that runs on Windows and Linux, offering command‑line utilities to scan files, processes, host information, network connections, and perform baseline and software‑supply‑chain checks, with built‑in YARA rules for ransomware, mining malware, botnets, and webshells.

LinuxSecurity ToolWindows
0 likes · 9 min read
D‑Eyes: Fast Incident‑Response Scanning for Ransomware, Malware & Host Configs
Liangxu Linux
Liangxu Linux
Nov 1, 2023 · Information Security

How to Use Tencent’s TscanCode for Static Code Analysis on Linux and Windows

This guide explains static code scanning concepts, compares popular tools, introduces Tencent’s open‑source TscanCode, details its supported languages and detection capabilities, and provides step‑by‑step instructions for running the tool on Linux and Windows with example code and results.

C++TscanCodeWindows
0 likes · 5 min read
How to Use Tencent’s TscanCode for Static Code Analysis on Linux and Windows
macrozheng
macrozheng
Oct 30, 2023 · Operations

How to Reclaim Hundreds of GB on Windows by Cleaning JetBrains IDE Files

This guide shows how to free up hundreds of gigabytes on a Windows PC by locating and deleting large JetBrains IDE directories, customizing IDE configuration and cache paths, and also introduces the popular open‑source SpringBoot‑based e‑commerce project “mall” for further learning.

Disk CleanupIDE configurationJetBrains
0 likes · 5 min read
How to Reclaim Hundreds of GB on Windows by Cleaning JetBrains IDE Files
MaGe Linux Operations
MaGe Linux Operations
Oct 23, 2023 · Cloud Native

Boost Docker on Windows: Easy Guide to Setting Registry Mirrors

This tutorial walks you through configuring Docker on Windows to use a domestic registry mirror, detailing prerequisites, step‑by‑step settings adjustments, and code snippets, so you can overcome slow download speeds and connection issues common in China.

Registry MirrorWindowsdevops
0 likes · 3 min read
Boost Docker on Windows: Easy Guide to Setting Registry Mirrors
Liangxu Linux
Liangxu Linux
Oct 16, 2023 · Operations

Master Ping: Basics, Advanced Options, and Bulk Scanning Techniques

This guide explains the Ping command’s fundamentals, how to interpret its output, advanced options like -t, -a, -n, -l and -r, and provides batch scripts for pinging multiple hosts, enabling both beginners and administrators to troubleshoot network connectivity efficiently.

Batch ScriptingICMPWindows
0 likes · 8 min read
Master Ping: Basics, Advanced Options, and Bulk Scanning Techniques
21CTO
21CTO
Oct 15, 2023 · Fundamentals

Why Is Microsoft Retiring VBScript After 30 Years?

Microsoft announced the deprecation of VBScript, a Windows scripting language that has been in use for nearly three decades, highlighting its historical role, decline after PowerShell's rise, security concerns, and the broader impact on legacy tools and administrators.

MicrosoftScriptingVBScript
0 likes · 5 min read
Why Is Microsoft Retiring VBScript After 30 Years?
Java Interview Crash Guide
Java Interview Crash Guide
Sep 5, 2023 · Backend Development

Master IntelliJ IDEA: 100+ Essential Windows Shortcuts to Boost Your Coding Efficiency

Discover a comprehensive collection of IntelliJ IDEA Windows shortcuts, organized into 16 categories, complete with animated demonstrations, enabling developers to accelerate building, editing, navigation, refactoring, debugging, and version control tasks, ultimately enhancing productivity and mastering the IDE’s powerful features.

IDEIntelliJ IDEAWindows
0 likes · 19 min read
Master IntelliJ IDEA: 100+ Essential Windows Shortcuts to Boost Your Coding Efficiency
Liangxu Linux
Liangxu Linux
Jul 29, 2023 · Operations

Free Up Your C Drive with Microsoft PC Manager’s 4 Simple Tools

A step‑by‑step guide shows how Windows users can safely clean a constantly full C: drive by using Microsoft PC Manager’s garbage cleaning, large‑file management, application management, and storage‑sense features, while avoiding accidental deletion of important files.

Disk CleanupStorage ManagementWindows
0 likes · 4 min read
Free Up Your C Drive with Microsoft PC Manager’s 4 Simple Tools
Open Source Linux
Open Source Linux
Jul 21, 2023 · Fundamentals

From Altair to Windows 11: The Epic Evolution of DOS and Windows

This article traces the complete history of Microsoft's DOS and Windows families, from the 1975 Altair 8800 and early CP/M systems through the acquisition of QDOS, the rise of MS‑DOS, and the successive Windows releases that shaped personal computing up to the modern Windows 11 era.

DOSIBMMicrosoft
0 likes · 13 min read
From Altair to Windows 11: The Epic Evolution of DOS and Windows
Liangxu Linux
Liangxu Linux
Jul 16, 2023 · Backend Development

Ensuring TCP Connections Stay Alive for 60 Seconds During Unstable Networks

This article explains how TCP/IP heartbeat and retransmission mechanisms work, shows how to configure Windows keep‑alive parameters, demonstrates using libwebsockets’ keep‑alive settings, and provides non‑blocking socket + select code to detect connection failures and enforce a 60‑second reconnection window for video conferencing applications.

Network ProgrammingSocketWindows
0 likes · 22 min read
Ensuring TCP Connections Stay Alive for 60 Seconds During Unstable Networks
MaGe Linux Operations
MaGe Linux Operations
Jul 1, 2023 · Fundamentals

Ensuring 60‑Second TCP Keep‑Alive During Unstable Networks

Facing frequent packet loss and network jitter that disrupts video conferences, this article examines TCP/IP stack heartbeat and retransmission mechanisms, demonstrates how to configure Windows keepalive parameters, and provides code examples for custom socket options and non‑blocking connect timeouts to maintain session continuity within 60 seconds.

RetransmissionTCPWindows
0 likes · 22 min read
Ensuring 60‑Second TCP Keep‑Alive During Unstable Networks
FunTester
FunTester
Jun 18, 2023 · Operations

How to Set Up Jenkins Master and Slave Nodes on Windows Servers

This guide walks through preparing two servers, installing Jenkins on a master node, configuring security and communication, adding a slave node with detailed parameters, deploying the slave agent as a Windows service, creating a slave-bound project, and troubleshooting common issues such as permission errors and network mismatches.

CI/CDJenkinsMaster‑Slave
0 likes · 8 min read
How to Set Up Jenkins Master and Slave Nodes on Windows Servers
Alipay Experience Technology
Alipay Experience Technology
May 15, 2023 · Frontend Development

How to Diagnose and Fix Electron Crash Issues in Taobao Live

This article walks through the entire crash‑handling workflow for an Electron‑based Taobao Live client, covering why crashes occur, how to capture minidumps with Crashpad, report them to monitoring platforms, and analyze the dumps using Visual Studio or WinDbg.

Crash ReportingElectronWindows
0 likes · 17 min read
How to Diagnose and Fix Electron Crash Issues in Taobao Live
Liangxu Linux
Liangxu Linux
May 2, 2023 · Fundamentals

Master Windows Command Line with Cmder: Install, Shortcuts & VSCode Integration

This guide introduces Cmder, a powerful Windows terminal that mimics Linux commands, explains how to install the mini or full version, details useful keyboard shortcuts, showcases extra features like shell switching and zoom, and walks through integrating Cmder into VSCode as the default terminal.

CmderShortcutsTerminal
0 likes · 5 min read
Master Windows Command Line with Cmder: Install, Shortcuts & VSCode Integration
ByteDance Terminal Technology
ByteDance Terminal Technology
Apr 10, 2023 · Information Security

GWP‑ASan Based Heap Memory Error Detection and Debugging on Windows

This article explains how GWP‑ASan, a low‑overhead sampling memory‑sanitizer developed by Google, can be integrated on Windows to detect heap errors such as use‑after‑free, buffer‑underflow, buffer‑overflow and double‑free, describes its monitoring principles, hook implementation, crash‑report augmentation, and presents real‑world case studies and remediation strategies.

Gwp-ASanHeap DebuggingMemory Errors
0 likes · 21 min read
GWP‑ASan Based Heap Memory Error Detection and Debugging on Windows
macrozheng
macrozheng
Apr 8, 2023 · Fundamentals

Which OS Should You Pick for Learning Programming? Windows, macOS, or Linux

This article compares Windows, macOS, and Linux for programming, weighing their strengths, weaknesses, and suitability based on factors like stability, software ecosystem, customization, cost, and personal workflow to help beginners choose the right operating system.

Development EnvironmentLinuxWindows
0 likes · 10 min read
Which OS Should You Pick for Learning Programming? Windows, macOS, or Linux
Liangxu Linux
Liangxu Linux
Mar 13, 2023 · Fundamentals

Key Differences Between Linux and Windows File Systems Explained

This guide outlines the main differences between Linux and Windows file systems, covering directory structures, case sensitivity, path separators, the absence of drive letters, the concept that everything is a file, and how Linux handles open files, helping new users transition between the two operating systems.

Case SensitivityDirectory StructureFile System
0 likes · 7 min read
Key Differences Between Linux and Windows File Systems Explained
Open Source Linux
Open Source Linux
Feb 6, 2023 · Operations

Surviving Windows After 15 Years on Linux: Tips, Hacks, and Workarounds

After 15 years of exclusively using Linux, the author recounts his first experience with Windows 10, highlighting its chaotic UI, lack of customizability, missing Unix-like tools, and offering practical solutions such as installing coreutils via Scoop, using Windows Terminal, and leveraging PowerShell for environment management.

LinuxScoopWindows
0 likes · 16 min read
Surviving Windows After 15 Years on Linux: Tips, Hacks, and Workarounds
Xianyu Technology
Xianyu Technology
Feb 2, 2023 · Mobile Development

Integrating Flutter Applications on Windows with Modular C++ Architecture and vcpkg Dependency Management

The article explains how to integrate Flutter‑based Windows applications by encapsulating native functionality in a modular C++ XModule framework—using macro‑generated providers, a global ModuleCenter, and CMake‑configured libraries—while managing all third‑party dependencies with vcpkg and private registries to ensure clean architecture and maintainable cross‑platform code.

C#FlutterWindows
0 likes · 15 min read
Integrating Flutter Applications on Windows with Modular C++ Architecture and vcpkg Dependency Management
Liangxu Linux
Liangxu Linux
Jan 30, 2023 · Operations

Surviving Windows After 15 Years on Linux: Practical Tips and Workarounds

After fifteen years of using Linux exclusively, the author shares a detailed, experience‑driven guide on adapting to Windows 10, covering desktop chaos, limited customisation, missing Unix‑style tools, software installation hurdles, terminal upgrades, automatic restarts, virtual desktops, clipboard differences, and practical workarounds.

LinuxWindowspackage management
0 likes · 17 min read
Surviving Windows After 15 Years on Linux: Practical Tips and Workarounds