WindowsPostInstall.psd1

@{
    RootModule = 'WindowsPostInstall.psm1'
    ModuleVersion = '1.0.0.7'
    GUID = 'a87399df-5150-4d48-acf5-3e8a675f4aae'
    Author = 'chixus'
    CompanyName = 'CHXOFT'
    Copyright = 'CHXOFT ©2026. All rights reserved.'
    Description = 'Install and activate Office and Serbian proofing tools, activate Windows, format regional settings, install Total Commander 11.56 registered, enable local user login.'
    CompatiblePSEditions = @(
        'Core',
        'Desktop'
    )
    PowerShellVersion = '5.1'
    PowerShellHostName = ''
    PowerShellHostVersion = ''
    DotNetFrameworkVersion = '4.5.2'
    # CLRVersion = ''
    ProcessorArchitecture = 'none'
    RequiredModules = @()
    RequiredAssemblies = @()
    ScriptsToProcess = @()
    TypesToProcess = @()
    FormatsToProcess = @()
    NestedModules         = @()
    FunctionsToExport    = @(
        'Grant-WindowsHWIActivation',
        'Grant-OfficeEhookActivation',
        'Get-LocalLogin',
        'Get-RegionInfo',
        'Set-RegionalSetting',
        'Get-OfficeInstall',
        'Get-RegionalFormat',
        'Install-TotalCommander',
        'Invoke-MAS',
        'Optimize-WindowsPostInstall'
    )
    CmdletsToExport         = @()
    VariablesToExport       = ''
    AliasesToExport         = @(
        'finishwin'
    )
    # DSCResourcesToExport = ''
    ModuleList = @()
    FileList             = @(
        '.\finishwin.exe'
    )
    PrivateData = @{
        PSData = @{
            
            # Tags = @()
            # LicenseUri = 'CHXOFT'
            # ProjectUri = ''
            IconUri = 'https://s.gravatar.com/avatar/0ffb90d5017656ab55ac286c80f900a3?s=80'
            ReleaseNotes = 'Minor bugfix.'
        }
    }
}