Articles

Collapse

Articles Home Page

  •  
  • Time
  • Show
  • Prefix
Clear All
new posts

  • VPN Troubleshooting Reference: WireGuard & IKEv2 Fixes

    VPN Troubleshooting Reference: WireGuard & IKEv2 Fixes

    🧰 VPN Troubleshooting Reference: WireGuard & IKEv2 Fixes

    Category: Security & Privacy Guides
    Author: jmarket
    Tags: VPN, WireGuard, IKEv2, Troubleshooting, Security, Networking



    Introduction Even the best VPN setups can run into connection or configuration issues. This guide helps you quickly identify and resolve common problems with **WireGuard** and **IKEv2** self-hosted VPNs. Each section lists symptoms, causes, and fixes — designed for both h...
    Go to post

  • Connecting Your Devices to Your Self-Hosted VPN (WireGuard & IKEv2)

    Connecting Your Devices to Your Self-Hosted VPN (WireGuard & IKEv2)

    🔌 Connecting Your Devices to Your Self-Hosted VPN (WireGuard & IKEv2)

    Category: Security & Privacy Guides
    Author: jmarket
    Tags: VPN, WireGuard, IKEv2, Windows, Android, iOS, macOS, Security



    Introduction

    Once your VPN server is up and running, the next step is connecting your devices securely.
    This guide explains how to connect **Windows, macOS, Android, and iOS** to your self-hosted WireGuard or IKEv2 VPN — safely and reliably. ...
    Go to post

  • How to Set Up Your Own VPN Server Using WireGuard or IKEv2

    How to Set Up Your Own VPN Server Using WireGuard or IKEv2

    🔧 How to Set Up Your Own VPN Server Using WireGuard or IKEv2

    Category: Security & Privacy Guides
    Author: jmarket
    Tags: VPN, WireGuard, IKEv2, Privacy, Security, Networking



    Introduction

    Running your own VPN server gives you complete control over your privacy, data routing, and encryption.
    This guide covers setting up two of the most secure and modern protocols — WireGuard and IKEv2/IPSec — on your own VPS or home server. We’ll ...
    Go to post

  • Understanding VPNs: A Practical Guide to Online Privacy and Security 

    Understanding VPNs: A Practical Guide to Online Privacy and Security 

    🛡️ Understanding VPNs: A Practical Guide to Online Privacy and Security

    Category: Security & Privacy Guides
    Author: jmarket
    Tags: VPN, Security, Privacy, Online Safety, Encryption



    Introduction Virtual Private Networks (VPNs) have become essential tools for protecting privacy online, especially with modern tracking and data collection becoming more aggressive. This guide explains what VPNs are, how they work, when you should (and shouldn’t) use ...
    Go to post

  • Windows 11 Optimization Guide with Chris Titus Tech’s WinUtil (2025 Edition)

    Windows 11 Optimization Guide with Chris Titus Tech’s WinUtil (2025 Edition)

    🧰 Windows 11 Optimization Guide with Chris Titus Tech’s WinUtil (2025 Edition)

    Category: Windows Guides
    Author: jmarket
    Tags: Windows 11, Optimization, Privacy, WinUtil, Guides


    Introduction

    Windows 11 is powerful out of the box, but it comes with a fair bit of bloat and background services most users don’t need.
    This guide walks you through optimizing Windows 11 using Chris Titus Tech’s WinUtil, a trusted open-source tool that simplifies...
    Go to post
There are no articles in this category.
 
  • Time
  • Show
  • Prefix
Clear All
new posts
Please log in to your account to view your subscribed posts.

Article Tags

Collapse

There are no tags yet.

Latest Articles

Collapse

  • Windows Package Manager (Winget)
    by jmarket
    📦 Windows Package Manager (Winget) Category: Microsoft Official Tools Author: jmarket (PCHF Founder) Verified by: PCHF Staff • October 2025 Overview Windows Package Manager (Winget) is Microsoft’s official command-line utility for discovering, installing, upgrading, and managing applications on Windows. It provides a unified package management experience similar to Linux package managers, enabling automation, bulk deployments, and consistent system provisioning using simple, scriptable...
    10-16-2025, 06:07 PM
  • Windows ADK + WinPE Add-on (Deployment Tools for Windows 11 25H2)
    by jmarket
    🧱 Windows ADK + WinPE Add-on (Deployment Tools for Windows 11 25H2) Category: System Recovery & Imaging Author: jmarket (PCHF Founder) Verified by: PCHF Staff • October 2025 Overview The Windows Assessment and Deployment Kit (ADK) and its companion Windows Preinstallation Environment (WinPE) Add-on provide the essential framework for customizing, deploying, and maintaining Windows 11 images. These tools replace the earlier Windows Automated Installation Kit and include utilities such as Depl...
    10-16-2025, 02:53 PM
  • Using PowerShell & Command-line Scripts Safely
    by jmarket
    ⚙️ Using PowerShell & Command-line Scripts Safely Category: Windows 11 • PowerShell & Command-line Scripts Author: jmarket (PCHF Founder) Verified by: PCHF Staff • October 2025 Overview Windows 11 includes several advanced administrative tools such as PowerShell, DISM, and Command Prompt. These tools provide system administrators and technicians with extensive control over Windows maintenance, deployment, and troubleshooting tasks. The scripts shared in this section are verified by PCHF S...
    10-16-2025, 03:40 AM
  • Deployment Automation Toolkit (DIS / MDT Integration Scripts)
    by jmarket
    Deployment Automation Toolkit (DIS / MDT Integration Scripts)

    Category: PowerShell & Command-line Scripts
    Author: Microsoft / PCHF Lab
    Version: 2.1 (October 2025)

    Summary:
    PowerShell automation suite for image capture and deployment using DISM and MDT.
    Streamlines Windows 11 image mounting, servicing, and deployment creation.

    Usage Example:
    Code:
    Mount-WindowsImage -ImagePath "C:\ISO\install.wim" -Index 1 -Path "C:\Mount"
    Add-WindowsPackage -Path "C:\M
    ...
    10-16-2025, 03:39 AM
  • Windows Defender Offline Update and Quick Scan (PowerShell Script)
    by jmarket
    Windows Defender Offline Update and Quick Scan (PowerShell Script)

    Category: PowerShell & Command-line Scripts
    Author: Microsoft / PCHF Staff
    Version: 1.2 (October 2025)

    Summary:
    Forces Defender to update signatures and run a quick scan from PowerShell.
    Ideal for repairing Defender update failures or automating endpoint checks.

    Usage:
    Code:
    Update-MpSignature
    Start-MpScan -ScanType QuickScan
    Notes: • Built...
    10-16-2025, 03:38 AM
  • Windows Update Reset and Repair (PowerShell Automation)
    by jmarket
    Windows Update Reset and Repair (PowerShell Automation)

    Category: PowerShell & Command-line Scripts
    Author: Microsoft Support / Modified for PCHF
    Version: 3.0 (October 2025)

    Summary:
    Resets Windows Update components, clears the SoftwareDistribution and Catroot2 folders, and re-registers core update services.

    Usage:
    Code:
    net stop bits
    net stop wuauserv
    net stop cryptsvc
    Del "%systemroot%\SoftwareDistribution" /s /q
    Del "%systemroot%\System32\ca
    ...
    10-16-2025, 03:38 AM
Working...