en-US/ActivationScripts.psm1-Help.xml
<?xml version="1.0" encoding="utf-8" ?>
<helpItems xmlns="http://msh" schema="maml"> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"> <command:details> <command:name>Start-MicrosoftActivationScriptsAIO</command:name> <maml:description> <maml:para>Run Microsoft Activation Scripts (MAS)</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Start</command:verb> <command:noun>MicrosoftActivationScriptsAIO</command:noun> <dev:version/> </command:details> <maml:description> <maml:para>A Windows and Office activator using HWID / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections. Recommended to start from elevated console.</maml:para> </maml:description> <command:syntax> <command:syntaxItem parametersetname="__AllParameterSets"> <maml:name>Start-MicrosoftActivationScriptsAIO</maml:name> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1"> <maml:name>switch</maml:name> <maml:description> <maml:para>Run in unattended mode switches.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="Named"> <maml:name>Silent</maml:name> <maml:description> <maml:para>No output.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">switch</command:parameterValue> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="Named"> <maml:name>Force</maml:name> <maml:description> <maml:para>A description of the Force parameter.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">switch</command:parameterValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1"> <maml:name>switch</maml:name> <maml:description> <maml:para>Run in unattended mode switches.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultValue></dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="Named"> <maml:name>Silent</maml:name> <maml:description> <maml:para>No output.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">switch</command:parameterValue> <dev:type> <maml:name>switch</maml:name> <maml:uri/> </dev:type> <dev:defaultValue></dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="Named"> <maml:name>Force</maml:name> <maml:description> <maml:para>A description of the Force parameter.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">switch</command:parameterValue> <dev:type> <maml:name>switch</maml:name> <maml:uri/> </dev:type> <dev:defaultValue></dev:defaultValue> </command:parameter> </command:parameters> <maml:alertSet> <maml:title></maml:title> <maml:alert> <maml:para>by chixus - CHXOFT ©2023.</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <maml:introduction> <maml:para></maml:para> </maml:introduction> <dev:code>PS C:\> Start-MicrosoftActivationScriptAIO </dev:code> <dev:remarks> <maml:para>PS C:\> Start-MicrosoftActivationScriptAIO -switch HWID</maml:para> </dev:remarks> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText></maml:linkText> <maml:uri>https://github.com/massgravel/Microsoft-Activation-Scripts/blob/master/README.md</maml:uri> </maml:navigationLink> </maml:relatedLinks> </command:command> </helpItems> |