Wingetlywingetly
← All apps

chkLink

by PeterJuv1.4.1

Last updated

Windows 網站失效連結掃描工具,支援站內連結檢查、圖片 alt 檢查與 Excel 報表輸出。

Install with winget

$ winget install --id PeterJu.chkLink --exact --version 1.4.1

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for chkLink

chkLink uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-.

One-line silent install (x64, machine scope)
chklink-1.4.1-win-x64-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

See the full silent install reference for chkLink

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

chkLink 是一套 Windows 網站失效連結掃描工具,提供 GUI 與 CLI 兩種使用方式。

它會根據掃描層數遞迴掃描站內頁面、驗證內部連結的有效性、檢查圖片是否缺少 alt,並輸出 Excel 報告與 log 紀錄。

Installers · v1.4.1

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for chkLink.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Website 2 APK Builder ProGoyal Softech Pvt. Ltd.
    GoyalSoftech.Website2APKBuilderProv6.0

    Convert your Website or HTML5 to Android Apps.

  • Freedom Scientific JAWS 2026Freedom Scientific
    FreedomScientific.JAWS.2026v2026.2608.25.400

    The screen reader that provides speech and Braille output designed for computer users whose vision loss prevents them from seeing screen content or navigating with a mouse.

  • HandyCJ Pais
    cjpais.Handyvv0.9.6

    A free, open source, and extensible speech-to-text application that works completely offline.

  • Screaming Frog SEO SpiderScreaming Frog Ltd.
    ScreamingFrog.SEOSpiderv24.3

    A website crawler that helps you improve onsite SEO by auditing for common SEO issues.

  • U
    UIAutomation MCP ServerLocomorange
    Locomorange.UIAutomationMCPv0.1.2

    Windows UI Automation Model Context Protocol (MCP) server

  • Dolphin EasyReaderDolphin
    DolphinComputerAccess.EasyReaderv2026.0.4.728

    EasyReader App removes barriers to accessible reading. With global links to libraries, it enables anyone with a print disability to read independently

More from PeterJu or browse link-checker, website, crawler.

Frequently asked questions

How do I install chkLink on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id PeterJu.chkLink --exact --version 1.4.1. winget downloads the installer from PeterJu and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install chkLink silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id PeterJu.chkLink --exact 1.4.1 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for chkLink?
chkLink uses EXE (Inno Setup). Run the downloaded installer with: chklink-1.4.1-win-x64-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-.
How do I uninstall chkLink via winget?
Run: winget uninstall --id PeterJu.chkLink --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from chkLink's Apps & Features entry.
Is chkLink free?
chkLink is distributed under MIT. Refer to the publisher (https://github.com/peterju/chkLink) for the full license terms - Wingetly itself does not charge for installation.
Does chkLink work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls chkLink directly from the publisher.
How do I keep chkLink up to date?
Run winget upgrade --id PeterJu.chkLink --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of chkLink from microsoft/winget-pkgs.