Skip to main content
The quick-setup command launches the ImageGlass initial configuration wizard, helping you configure essential settings when first installing or resetting ImageGlass.

Syntax

Parameters

This command takes no parameters.

Description

The quick setup wizard guides you through:
  • Language Selection - Choose your preferred interface language
  • Theme Configuration - Select light or dark theme based on Windows settings
  • File Associations - Set ImageGlass as default photo viewer
  • Initial Preferences - Configure basic viewing options

Exit Codes

Examples

Basic Usage

This opens the interactive setup wizard.

Check Setup Result

PowerShell Example

When to Use

Run quick setup in these scenarios:

First Installation

Run after installing ImageGlass for the first time:

After Reset

Reconfigure ImageGlass after resetting settings:

Deployment Scripts

Include in automated deployment:

Setup Wizard Features

Language Configuration

The wizard loads available language packs from:
  • Installation directory: C:\Program Files\ImageGlass\Languages\
  • User directory: %APPDATA%\ImageGlass\Languages\
Default language is English if no preference is set.

Theme Selection

Automatic theme selection based on:
  • Windows dark mode setting
  • Available theme packs
  • User preferences
The wizard applies the appropriate theme automatically.

Interactive Interface

The setup wizard provides:
  • Step-by-step guidance
  • Clear navigation
  • Immediate feedback
  • Ability to skip optional steps

Behavior

Configuration Loading

The wizard loads:
  • Non-user settings (language, theme locations)
  • Default theme pack
  • Available language files

Settings Applied

Upon completion, the wizard configures:
  • Interface language
  • Visual theme
  • Basic viewer preferences
  • (Optional) File associations

No Impact on Existing Settings

Running quick setup on an existing installation:
  • Does not reset custom settings
  • Preserves file associations
  • Maintains installed themes and languages
  • Allows reconfiguration of basic options

Automation Considerations

Silent Installation Limitation

The quick setup wizard requires user interaction and cannot run silently. For automated deployments, configure settings directly:

Deployment Scripts

For interactive deployment:

User Onboarding

Include quick setup in user onboarding:

Error Handling

Exit Code Checking

PowerShell Error Handling

See Also