ActivateAll.psd1
@{ RootModule = 'ActivateAll.psm1' ModuleVersion = '1.0.1.5' GUID = '40658e1a-aaf3-43f3-b74b-9e327eeb046e' Author = 'chixus' CompanyName = 'CHXOFT' Copyright = '© 2025. All rights reserved.' Description = 'Activate Windows and Office permanently, installs Office®Tool for deploying Office, enables dotNET 3.5 package and much more.' CompatiblePSEditions = @( 'Core', 'Desktop' ) PowerShellVersion = '5.1' PowerShellHostName = 'ConsoleHost' PowerShellHostVersion = '5.1.2' DotNetFrameworkVersion = '4.8' CLRVersion = '4.0' ProcessorArchitecture = 'None' RequiredModules = @( 'AntivirusProductsDetailedStatus', '7Zip4Powershell', 'OfficeRTool' ) RequiredAssemblies = @() ScriptsToProcess = @() TypesToProcess = @() FormatsToProcess = @() NestedModules = @() FunctionsToExport = @( 'Install-OfficeRTool', 'Start-MAS', 'Enable-NetFx3', 'Get-RegionalSetting', 'Format-RegionalSetting', 'Install-TotalCommander11-56x64', 'Install-SerbianLanguage', 'Start-SpeedTest', 'Install-MicrosoftOffice', 'Install-OfficeSerbianProofing', 'Skip-MicrosoftAccountLogin' ) CmdletsToExport = @( 'Install-OfficeRTool', 'Start-MAS', 'Enable-NetFx3', 'Get-RegionalSetting', 'Format-RegionalSetting', 'Install-TotalCommander11-56x64', 'Install-SerbianLanguage', 'Start-SpeedTest', 'Install-MicrosoftOffice', 'Install-OfficeSerbianProofing', 'Skip-MicrosoftAccountLogin' ) VariablesToExport = '*' AliasesToExport = '*' # DSCResourcesToExport = '' ModuleList = @() FileList = @() PrivateData = @{ PSData = @{ Tags = @( 'Activation', 'MicrosoftOffice', 'Windows', 'dotNET', 'InstallTotalCommander', 'CustomFormatRegionalSettings', 'SpeedTest' ) # LicenseUri = '' # ProjectUri = '' IconUri = 'https://s.gravatar.com/avatar/0ffb90d5017656ab55ac286c80f900a3?s=80' ReleaseNotes = 'Fixed bug in Skip-MicrosoftAccountLogin.' } } } |