Tag

windows

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jun 12, 2025 · Fundamentals

How to Completely Uninstall Python from Windows: Step-by-Step Guide

Learn how to fully remove Python from a Windows system by following detailed steps—including using the installer’s uninstall option, Windows Settings, manual deletion of installation folders, cleaning environment variables, and clearing related AppData and pip caches—to ensure no residual files remain.

TutorialUninstallenvironment variables
0 likes · 4 min read
How to Completely Uninstall Python from Windows: Step-by-Step Guide
php中文网 Courses
php中文网 Courses
May 19, 2025 · Backend Development

Potential Impacts of Microsoft Not Supporting PHP 8

The article explains PHP 8’s new features and performance benefits, then outlines six ways Microsoft’s lack of Windows support could reduce compatibility, limit ecosystem growth, affect developer choices, lower confidence, curb adoption on Windows and cloud platforms.

CompatibilityMicrosoftPHP
0 likes · 5 min read
Potential Impacts of Microsoft Not Supporting PHP 8
Architect's Tech Stack
Architect's Tech Stack
May 5, 2025 · Operations

Introducing T‑Shell: An Intelligent Command‑Line Terminal Application (Installation, Features, and Usage Guide)

T‑Shell is an open‑source intelligent command‑line terminal for Windows that integrates SSH, local operations, customizable themes, shortcut commands, Linux shells, Chinese support, and SFTP, with detailed installation, build, and usage instructions, plus tutorials on hosts, shortcuts, global variables, and file management.

Command LineSSHT-Shell
0 likes · 4 min read
Introducing T‑Shell: An Intelligent Command‑Line Terminal Application (Installation, Features, and Usage Guide)
Java Architect Essentials
Java Architect Essentials
Apr 20, 2025 · Information Security

Free PC Firewall Recommendations and Comparative Analysis

This article provides a comprehensive comparison of free PC firewall solutions, detailing each software's core functions, suitable scenarios, drawbacks, and source references, followed by key recommendations, compatibility notes, performance assessments, and user feedback to help readers choose the most suitable firewall.

FirewallPC securitySoftware Comparison
0 likes · 14 min read
Free PC Firewall Recommendations and Comparative Analysis
Deepin Linux
Deepin Linux
Apr 20, 2025 · Backend Development

Understanding IOCP: Windows Asynchronous I/O Completion Port

This article explains the IOCP (I/O Completion Port) mechanism in Windows, covering its principles, advantages, core components, workflow, practical usage steps with code examples, comparisons to other asynchronous models, and common pitfalls such as thread synchronization, memory management, error handling, and load balancing.

IOCPNetwork ProgrammingPerformance
0 likes · 31 min read
Understanding IOCP: Windows Asynchronous I/O Completion Port
Efficient Ops
Efficient Ops
Apr 6, 2025 · Operations

Simulate Unreliable Networks on Windows with the Free Clumsy Tool

This guide explains how the open‑source Windows utility Clumsy can intercept and manipulate network packets—adding delay, loss, throttling, duplication or reordering—to let developers and operations engineers test application resilience under adverse network conditions.

Clumsynetwork simulationnetwork testing
0 likes · 6 min read
Simulate Unreliable Networks on Windows with the Free Clumsy Tool
Python Programming Learning Circle
Python Programming Learning Circle
Mar 22, 2025 · Fundamentals

Python Scripts for Changing Windows Wallpaper, Locking the Screen, and Creating Infinite Pop‑up Windows

This tutorial demonstrates how to use Python with win32api, ctypes, and os modules on Windows 10 to programmatically modify the desktop wallpaper via the registry, lock the workstation in an infinite loop, and spawn endless command‑prompt windows, including full code examples and packaging instructions.

AutomationPythonRegistry
0 likes · 4 min read
Python Scripts for Changing Windows Wallpaper, Locking the Screen, and Creating Infinite Pop‑up Windows
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Feb 24, 2025 · Artificial Intelligence

Deploying the DeepSeek Large Language Model Locally with Ollama on Windows

This guide explains how to install Ollama on a Windows machine, configure its environment, and use it to download and run the DeepSeek‑R1 1.5B large language model locally, enabling offline AI interactions without relying on remote servers.

AI model deploymentDeepSeekLocal LLM
0 likes · 4 min read
Deploying the DeepSeek Large Language Model Locally with Ollama on Windows
Selected Java Interview Questions
Selected Java Interview Questions
Feb 24, 2025 · Artificial Intelligence

Deploying Ollama on Windows and Linux and Integrating with SpringBoot

This guide explains how to download, install, and configure Ollama on Windows and Linux, set up environment variables, select a DeepSeek model, and call the Ollama API from a SpringBoot application with example code snippets.

APIDeepSeekDeployment
0 likes · 6 min read
Deploying Ollama on Windows and Linux and Integrating with SpringBoot
Java Captain
Java Captain
Feb 14, 2025 · Fundamentals

Step-by-Step Guide to Installing DeepSeek on Windows, macOS, and Linux

This comprehensive tutorial walks users through preparing their system, downloading the appropriate DeepSeek installer, and performing detailed installation steps for Windows, macOS, and Linux, followed by initial launch, configuration, and troubleshooting tips to ensure a successful setup of the data analysis tool.

DeepSeekLinuxdata analysis
0 likes · 6 min read
Step-by-Step Guide to Installing DeepSeek on Windows, macOS, and Linux
IT Services Circle
IT Services Circle
Feb 13, 2025 · Frontend Development

Microsoft Reduces Windows 11 Start Menu Hierarchy in Upcoming Build

Microsoft is testing a new Windows 11 Start menu in build 22635.4805 that removes the recommendation section, flattens hierarchy, and presents all apps alphabetically, while also offering alternative sorting modes such as category grids, though some elements like Phone Link remain and the changes may appear at Build 2025.

UIfrontendstart-menu
0 likes · 5 min read
Microsoft Reduces Windows 11 Start Menu Hierarchy in Upcoming Build
Python Programming Learning Circle
Python Programming Learning Circle
Jan 21, 2025 · Fundamentals

Guide to Installing and Using WSL2 for Python Development on Windows

This article provides a comprehensive step‑by‑step guide to installing Windows Subsystem for Linux 2 (WSL2), configuring Ubuntu, integrating development tools such as VS Code, Windows Terminal, Miniconda, and demonstrates how to efficiently work across Windows and Linux environments for Python development.

Cross‑PlatformLinuxPython Development
0 likes · 16 min read
Guide to Installing and Using WSL2 for Python Development on Windows
IT Services Circle
IT Services Circle
Dec 23, 2024 · Operations

Introducing ‘thefuck’: An Open-Source Command-Line Tool for Auto-Correcting Mistyped Commands

thefuck is an open‑source command‑line utility that detects common typing and syntax errors in terminal commands, suggests the correct command (e.g., fixing “pathon” to “python”), and can be installed on Linux, macOS, and Windows via package managers or pip, with simple configuration for automatic use.

AutomationCommand LineLinux
0 likes · 5 min read
Introducing ‘thefuck’: An Open-Source Command-Line Tool for Auto-Correcting Mistyped Commands
Architecture Digest
Architecture Digest
Dec 20, 2024 · Fundamentals

Introducing Wubuntu: A Windows‑Styled Ubuntu Distribution

The article announces a free programmer book giveaway via a backend command and then introduces Wubuntu, a Windows‑styled Ubuntu distribution that fully replicates Windows UI, runs without TPM or Secure Boot, supports Windows .exe/.msi and Android apps, and provides download links for its free and professional editions.

LinuxOperating SystemTech Review
0 likes · 3 min read
Introducing Wubuntu: A Windows‑Styled Ubuntu Distribution
Java Tech Enthusiast
Java Tech Enthusiast
Nov 13, 2024 · Operations

Guide to Installing Multiple Operating Systems on a PC Using Dism++ and rEFInd

This guide shows how to safely set up a multi‑boot PC by using Dism++ to deploy an OS image onto a dedicated partition, creating a UEFI boot entry, and optionally installing the open‑source rEFInd manager to handle EFI entries, all while leaving the original Windows boot files untouched.

Dism++Linuxmulti-boot
0 likes · 5 min read
Guide to Installing Multiple Operating Systems on a PC Using Dism++ and rEFInd
php中文网 Courses
php中文网 Courses
Oct 28, 2024 · Backend Development

Impact of Microsoft Not Supporting PHP 8 on Windows Platforms

The article explains PHP 8’s new features and performance benefits, then details how Microsoft’s lack of support on Windows can reduce compatibility, limit ecosystem growth, lower developer confidence, and affect the adoption of PHP 8 in both desktop and cloud environments.

CompatibilityMicrosoftPHP
0 likes · 5 min read
Impact of Microsoft Not Supporting PHP 8 on Windows Platforms
Test Development Learning Exchange
Test Development Learning Exchange
Oct 7, 2024 · Operations

How to Install Allure Test Report Tool on Windows, macOS, and Linux

This guide provides step‑by‑step instructions for installing the Allure test reporting tool on Windows, macOS, and Linux, covering Java setup, environment variables, verification commands, important considerations, and how to generate and view test reports.

AllureJavaLinux
0 likes · 5 min read
How to Install Allure Test Report Tool on Windows, macOS, and Linux
Python Programming Learning Circle
Python Programming Learning Circle
Sep 20, 2024 · Fundamentals

Python Windows Automation: Change Wallpaper, Lock Screen, and Create Infinite Pop‑ups

This tutorial demonstrates how to use Python 3.7 on Windows 10 with win32api, win32gui, ctypes, and os modules to programmatically change the desktop wallpaper, lock the workstation, and spawn endless command‑prompt pop‑ups, including full source code and packaging instructions.

AutomationPythonctypes
0 likes · 5 min read
Python Windows Automation: Change Wallpaper, Lock Screen, and Create Infinite Pop‑ups
Bilibili Tech
Bilibili Tech
Sep 3, 2024 · Mobile Development

USB Wired Screen Casting for iOS and Android on Windows

The article details a USB‑based wired screen‑casting solution for iOS and Android on Windows, explaining how to replace wireless LAN casting with driver‑installed USB communication, using libimobiledevice and libusbK to capture, encode (H.264/AAC), package into FLV, transfer via a custom header, and restore original device drivers after use.

androidiOSlibimobiledevice
0 likes · 22 min read
USB Wired Screen Casting for iOS and Android on Windows