Wingetlywingetly
← All apps

Windows Setup Assistant

by Daniil Kuznietsovv0.1.0

Last updated

A lightweight modern Windows companion app for post-install setup, system health, and quick actions.

Install with winget

$ winget install --id DaniilKuznietsov.WindowsSetupAssistant --exact --version 0.1.0

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

Silent install command for Windows Setup Assistant

Windows Setup Assistant uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64)
Windows.Setup.Assistant.Setup.0.1.0.exe /S

See the full silent install reference for Windows Setup Assistant

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

A lightweight Windows companion app for the first hour after reinstalling Windows. It combines essential PC information, setup health checks, quick access tools, and exportable system reports in a compact modern desktop dashboard.

Installers · v0.1.0

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
-Direct

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 Windows Setup Assistant.

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

  • Nullsoft Install SystemNullsoft and Contributors
    NSIS.NSISv3.12

    A professional open source system to create Windows installers

  • MakuTweakerMarkAdderly
    MarkAdderly.MakuTweakerv5.8.7

    The most user-friendly Windows tweaker to optimize and personalize your OS. Customize system settings, manage processes, clean up junk, view detailed PC specs, and personalize the app with multiple built-in themes!

  • Inno Setup 6jrsoftware.org
    JRSoftware.InnoSetupv6.7.3

    Inno Setup is an open-source installation builder for Windows applications. Since its introduction in 1997, Inno Setup has been trusted by developers and organizations of all sizes to reliably deploy software to millions of PCs worldwide.

  • Inno Setup 7jrsoftware.org
    JRSoftware.InnoSetup.7v7.1.0

    Inno Setup is an open-source installation builder for Windows applications. Since its introduction in 1997, Inno Setup has been trusted by developers and organizations of all sizes to reliably deploy software to millions of PCs worldwide.

  • CPUID CPU-Z MSICPUID, Inc.
    CPUID.CPU-Z.MSIv2.20.2

    CPU-Z Customized for MSI Gaming

  • SetupDiagMicrosoft Corporation
    Microsoft.SetupDiagv1.7.0.0

    A diagnostic tool that can be used to obtain details about why a Windows upgrade was unsuccessful.

More from Daniil Kuznietsov or browse cpu-z, gpu-z, sysinfo.

Frequently asked questions

How do I install Windows Setup Assistant on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id DaniilKuznietsov.WindowsSetupAssistant --exact --version 0.1.0. winget downloads the installer from Daniil Kuznietsov and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Windows Setup Assistant silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id DaniilKuznietsov.WindowsSetupAssistant --exact 0.1.0 --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 Windows Setup Assistant?
Windows Setup Assistant uses EXE (NSIS). Run the downloaded installer with: Windows.Setup.Assistant.Setup.0.1.0.exe /S. The silent switches are /S.
How do I uninstall Windows Setup Assistant via winget?
Run: winget uninstall --id DaniilKuznietsov.WindowsSetupAssistant --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Windows Setup Assistant's Apps & Features entry.
Is Windows Setup Assistant free?
Windows Setup Assistant is distributed under MIT License. Refer to the publisher (https://github.com/dsegfahitw) for the full license terms - Wingetly itself does not charge for installation.
Does Windows Setup Assistant 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 Windows Setup Assistant directly from the publisher.
How do I keep Windows Setup Assistant up to date?
Run winget upgrade --id DaniilKuznietsov.WindowsSetupAssistant --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Windows Setup Assistant from microsoft/winget-pkgs.