How do I install NHI ServiSign on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id NHI.ServiSign --exact --version 1.0.23.1227. winget downloads the installer from 全景軟體 Changing Information Technology Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install NHI ServiSign silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id NHI.ServiSign --exact 1.0.23.1227 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall NHI ServiSign via winget?⌄
Run: winget uninstall --id NHI.ServiSign --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from NHI ServiSign's Apps & Features entry.
Is NHI ServiSign free?⌄
NHI ServiSign is distributed under Proprietary. Refer to the publisher (https://med.nhi.gov.tw/iwse5000/IWSE5050S02.aspx?bc=CMS) for the full license terms - Wingetly itself does not charge for installation.
Does NHI ServiSign 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 NHI ServiSign directly from the publisher.
How do I keep NHI ServiSign up to date?⌄
Run winget upgrade --id NHI.ServiSign --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of NHI ServiSign from microsoft/winget-pkgs.