Confirmation Id Windows 7 Activation

  1. Windows 7 Activation Phone Confirmation Id
  2. Confirmation Id Windows Xp

Test the activation status of the Windows activation and if the product key you entered is valid, Windows Ultimate 7 should work perfectly. Activation of Windows 7 Ultimate without a Product Key. If you don't have an activation key or if you have installed the trial version, it is possible to activate Windows 7 Ultimate without a product key.

  1. Call the Microsoft Product Activation Center, provide the installation ID you received above, and you’ll be given an activation ID if everything checks out. This allows you to activate Windows systems without Internet connections. To enter the confirmation ID you’ve received for offline activation, run the following command.
  2. Enter your Windows 7 product key when prompted, select Next, and then follow the instructions. To activate Windows 7 by phone: Select the Start button, right-click Computer, select Properties, and then select Activate Windows now. Choose Show me other ways to activate. Enter your Windows 7 product key, and then select Next.
-->

The following describes the syntax of the Slmgr.vbs script, and the tables in this article describe each command-line option.

Note

In this article, square brackets [] enclose optional arguments, and angle brackets <> enclose placeholders. When you type these statements, omit the brackets and replace the placeholders by using corresponding values.

Note

For information about other software products that use volume activation, see the documents specifically written for those applications.

Using Slmgr on remote computers

To manage remote clients, use the Volume Activation Management Tool (VAMT) version 1.2 or later, or create custom WMI scripts that are aware of the differences between platforms. For more information about WMI properties and methods for Volume Activation, see WMI Properties and Methods for Volume Activation.

Important

Because of WMI changes in Windows 7 and Windows Server 2008 R2, the Slmgr.vbs script is not intended to work across platforms. Using Slmgr.vbs to manage a Windows 7 or Windows Server 2008 R2 system from the Windows Vista® operating system is not supported. Trying to manage an older system from Windows 7 or Windows Server 2008 R2 will generate a specific version mismatch error. For example, running cscript slmgr.vbs <vista_machine_name> /dlv produces the following output:

Microsoft (R) Windows Script Host Version 5.8Copyright (C) Microsoft Corporation. All rights reserved.

The remote machine does not support this version of SLMgr.vbs

General Slmgr.vbs options

OptionDescription
[<ComputerName>]Name of a remote computer (default is local computer)
[<User>]Account that has the required privilege on the remote computer
[<Password>]Password for the account that has the required privileges on the remote computer

Global options

Windows
OptionDescription
/ipk <ProductKey>Tries to install a 5×5 product key. The product key provided by the parameter is confirmed valid and applicable to the installed operating system.
If not, an error is returned.
If the key is valid and applicable, the key is installed. If a key is already installed, it is silently replaced.
To prevent instability in the license service, the system should be restarted or the Software Protection Service should be restarted.
This operation must be run from an elevated Command Prompt window, or the Standard User Operations registry value must be set to allow unprivileged users extra access to the Software Protection Service.
/ato [<Activation ID>]For retail editions and volume systems that have a KMS host key or a Multiple Activation Key (MAK) installed, /ato prompts Windows to try online activation.
For systems that have a Generic Volume License Key (GVLK) installed, this prompts a KMS activation attempt. Systems that have been set to suspend automatic KMS activation attempts (/stao) still try KMS activation when /ato is run.
Note: Starting in Windows 8 (and Windows Server 2012), the /stao option is deprecated. Use the /act-type option instead.
The parameter <Activation ID> expands /ato support to identify a Windows edition installed on the computer. Specifying the <Activation ID> parameter isolates the effects of the option to the edition associated with that Activation ID. Run slmgr.vbs /dlv all to get the Activation IDs for the installed version of Windows. If you have to support other applications, see the guidance provided by that application for further instruction.
KMS activation does not require elevated privileges. However, online activation does require elevation, or the Standard User Operations registry value must be set to allow unprivileged users extra access to the Software Protection Service.
/dli [<Activation ID> | All]Display license information.
By default, /dli displays the license information for the installed active Windows edition. Specifying the <Activation ID> parameter displays the license information for the specified edition that is associated with that Activation ID. Specifying All as the parameter displays license information for all applicable installed products.
This operation does not require elevated privileges.
/dlv [<Activation ID> | All]Display detailed license information.
By default, /dlv displays the license information for the installed operating system. Specifying the <Activation ID> parameter displays the license information for the specified edition associated with that Activation ID. Specifying the All parameter displays license information for all applicable installed products.
This operation does not require elevated privileges.
/xpr [<Activation ID>]Display the activation expiration date for the product. By default, this refers to the current Windows edition and is primarily useful for KMS clients, because MAK and retail activation is perpetual.
Specifying the <Activation ID> parameter displays the activation expiration date of the specified edition that is associated with that Activation ID.This operation does not require elevated privileges.

Advanced options

OptionDescription
/cpkySome servicing operations require the product key to be available in the registry during Out-of-Box Experience (OOBE) operations. The /cpky option removes the product key from the registry to prevent this key from being stolen by malicious code.
For retail installations that deploy keys, best practices recommend running this option. This option is not required for MAK and KMS host keys, because this is the default behavior for those keys. This option is required only for other types of keys whose default behavior is not to clear the key from the registry.
This operation must be run in an elevated Command Prompt window.
/ilc <license_file>This option installs the license file specified by the required parameter. These licenses may be installed as a troubleshooting measure, to support token-based activation, or as part of a manual installation of an on-boarded application.
Licenses are not validated during this process: License validation is out of scope for Slmgr.vbs. Instead, validation is handled by the Software Protection Service at runtime.
This operation must be run from an elevated Command Prompt window, or the Standard User Operations registry value must be set to allow unprivileged users extra access to the Software Protection Service.
/rilcThis option reinstalls all licenses stored in %SystemRoot%system32oem and %SystemRoot%System32spptokens. These are 'known-good' copies that were stored during installation.
Any matching licenses in the Trusted Store are replaced. Any additional licenses—for example, Trusted Authority (TA) Issuance Licenses (ILs), licenses for applications—are not affected.
This operation must be run in an elevated Command Prompt window, or the Standard User Operations registry value must be set to allow unprivileged users extra access to the Software Protection Service.
/rearmThis option resets the activation timers. The /rearm process is also called by sysprep /generalize.
This operation does nothing if the HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionSoftwareProtectionPlatformSkipRearm registry entry is set to 1. See Registry Settings for Volume Activation for details about this registry entry.
This operation must be run in an elevated Command Prompt window, or the Standard User Operations registry value must be set to allow unprivileged users extra access to the Software Protection Service.
/rearm-app <Application ID>Resets the licensing status of the specified app.
/rearm-sku <Application ID>Resets the licensing status of the specified SKU.
/upk [<Application ID>]This option uninstalls the product key of the current Windows edition. After a restart, the system will be in an Unlicensed state unless a new product key is installed.
Optionally, you can use the <Activation ID> parameter to specify a different installed product.
This operation must be run from an elevated Command Prompt window.
/dti [<Activation ID>]Displays installation ID for offline activation.
/atp <Confirmation ID>Activate product by using user-provided confirmation ID.

KMS client options

OptionDescription
/skms <Name[:Port] | : port> [<Activation ID>]This option specifies the name and, optionally, the port of the KMS host computer to contact. Setting this value disables auto-detection of the KMS host.
If the KMS host uses Internet Protocol version 6 (IPv6) only, the address must be specified in the format <hostname>:<port>. IPv6 addresses contain colons (:), which the Slmgr.vbs script does not parse correctly.
This operation must be run in an elevated Command Prompt window.
/skms-domain <FQDN> [<Activation ID>]Sets the specific DNS domain in which all KMS SRV records can be found. This setting has no effect if the specific single KMS host is set by using the /skms option. Use this option, especially in disjoint namespace environments, to force KMS to ignore the DNS suffix search list and look for KMS host records in the specified DNS domain instead.
/ckms [<Activation ID>]This option removes the specified KMS host name, address, and port information from the registry and restores KMS auto-discovery behavior.
This operation must be run in an elevated Command Prompt window.
/skhcThis option enables KMS host caching (default). After the client discovers a working KMS host, this setting prevents the Domain Name System (DNS) priority and weight from affecting further communication with the host. If the system can no longer contact the working KMS host, the client tries to discover a new host.
This operation must be run in an elevated Command Prompt window.
/ckhcThis option disables KMS host caching. This setting instructs the client to use DNS auto-discovery each time it tries KMS activation (recommended when using priority and weight).
This operation must be run in an elevated Command Prompt window.

KMS host configuration options

OptionDescription
/sai <Interval>This option sets the interval in minutes for unactivated clients to try to connect to KMS. The activation interval must be between 15 minutes and 30 days, although the default value (two hours) is recommended.
The KMS client initially picks up this interval from registry but switches to the KMS setting after it receives the first KMS response.
This operation must be run in an elevated Command Prompt window.
/sri <Interval>This option sets the renewal interval in minutes for activated clients to try to connect to KMS. The renewal interval must be between 15 minutes and 30 days. This option is set initially on both the KMS server and client sides. The default value is 10,080 minutes (7 days).
The KMS client initially picks up this interval from the registry but switches to the KMS setting after it receives the first KMS response.
This operation must be run in an elevated Command Prompt window.
/sprt <Port>This option sets the port on which the KMS host listens for client activation requests. The default TCP port is 1688.
This operation must be run from an elevated Command Prompt window.
/sdnsEnable DNS publishing by the KMS host (default).
This operation must be run in an elevated Command Prompt window.
/cdnsDisable DNS publishing by the KMS host.
This operation must be run in an elevated Command Prompt window.
/spriSet the KMS priority to normal (default).
This operation must be run in an elevated Command Prompt window.
/cpriSet the KMS priority to low.
Use this option to minimize contention from KMS in a co-hosted environment. Note that this could cause KMS starvation, depending on what other applications or server roles are active. Use with care.
This operation must be run in an elevated Command Prompt window.
/act-type [<Activation-Type>] [<Activation ID>]This option sets a value in the registry that limits volume activation to a single type. Activation Type 1 limits activation to Active Directory only; 2 limits it to KMS activation; 3 to token-based activation. The 0 option allows any activation type and is the default value.

Token-based activation configuration options

OptionDescription
/lilList the installed token-based activation issuance licenses.
/ril <ILID> <ILvID>Remove an installed token-based activation issuance license.
This operation must be run from an elevated Command Prompt window.
/staoSet the Token-based Activation Only flag, disabling automatic KMS activation.
This operation must be run in an elevated Command Prompt window.
This option was removed in Windows Server 2012 R2 and Windows 8.1. Use the /act–type option instead.
/ctaoClear the Token-based Activation Only flag (default), enabling automatic KMS activation.
This operation must be run in an elevated Command Prompt window.
This option was removed in Windows Server 2012 R2 and Windows 8.1. Use the /act–type option instead.
/ltcList valid token-based activation certificates that can activate installed software.
/fta <Certificate Thumbprint> [<PIN>]Force token-based activation by using the identified certificate. The optional personal identification number (PIN) is provided to unlock the private key without a PIN prompt if you use certificates that are protected by hardware (for example, smart cards).

Active Directory-based activation configuration options

OptionDescription
/ad-activation-online <Product Key> [<Activation Object name>]Collects Active Directory data and starts Active Directory forest activation using the credentials that the command prompt is running. Local administrator access is not required. However, Read/Write access to the activation object container in the root domain of the forest is required.
/ad-activation-get-IID <Product Key>This option starts Active Directory forest activation in phone mode. The output is the installation ID (IID) that can be used to activate the forest over the telephone if internet connectivity is not available. Upon providing the IID in the activation phone call, a CID is returned that is used to complete activation.
/ad-activation-apply-cid <Product Key> <Confirmation ID> [<Activation Object name>]When you use this option, enter the CID that was provided in the activation telephone call to complete activation
[/name: <AO_Name>]Optionally, you can append the /name option to any of these commands to specify a name for the activation object stored in Active Directory. The name must not exceed 40 Unicode characters. Use double quotation marks to explicitly define the name string.
In Windows Server 2012 R2 and Windows 8.1, you can append the name directly after /ad-activation-online <Product Key> and /ad-activation-apply-cid without having to use the /name option.
/ao-listDisplays all of the activation objects that are available to the local computer.
/del-ao <AO_DN>
/del-ao <AO_RDN>
Deletes the specified activation object from the forest.

Additional References

Learning has never been so easy!

There are multiple Product Activation Centers worldwide. The correct telephone number is based on the product and your location. To start the Product Activation Wizard, follow these steps:

9 Steps total

Step 1: Windows 8.1 and Windows 8

At the Start screen, swipe in from the right side, or hover your mouse in the upper-right corner of the screen to display the charms menu.

Tap or click the Settings charm.

Tap or click Change PC Settings.

Tap or click Activate Windows.

If your computer is not activated, PC Settings provides instructions that are customized to your activation error. If telephone support can provide help for your error, tap or click the appropriate link, which may resemble one of the following:

Activate
Activate by phone
Contact customer support for help

Step 2: Windows 7

To activate online, you'll need your Windows 7 product key. You can find your product key on the computer or inside the Windows package—or in a confirmation e‑mail if you purchased and downloaded Windows 7 online.

Open Windows Activation by clicking the Start button Picture of the Start button, right-clicking Computer, clicking Properties, and then clicking Activate Windows now.‌

Click Show me other ways to activate.

Type your Windows 7 product key, and then click Next.

Click Use the automated phone system. Administrator permission required If you're prompted for an administrator password or confirmation, type the password or provide confirmation.

Windows 7 Activation Phone Confirmation Id

Click the location nearest you from the drop-down list, and then click Next.

Call one of the available phone numbers listed. An automated system will guide you through the activation process.

When prompted, enter the installation ID that's listed on your screen into your phone's keypad.

Write down the confirmation ID that the phone system gives you.

Type the confirmation ID into the space provided under Step 3 in the activation dialog, click Next, and then follow the instructions.

If activation isn't successful, stay on the line to be transferred to a customer service representative who can assist you

Step 3: Windows Vista

Click Start.

Right-click Computer.

Select Properties.

At the bottom of the window, click Activate Windows.

In the Product Activation Wizard, follow these steps:

Click Use the automated phone system to activate.

Click the drop-down menu, select the location that is nearest to you, and then click Next.

The Product Activation Center telephone number is displayed at the top of the window.

Step 4: Windows XP

To continue receiving security updates for Windows, make sure that you're running Windows XP with Service Pack 3 (SP3). The support for Windows XP with Service Pack 3 ends April 8, 2014. If you’re running Windows XP with Service Pack 3 (SP3) after support ends, to ensure that you will receive all important security updates for Windows, you need to upgrade to a later version, such as Windows 8.

http://windows.microsoft.com/en-us/windows/end-support-help

Step 5: Microsoft Office 2013

Open any Office program. For example, open Microsoft Word 2013.

Click the File tab.

Click Account, then click Activate Product.

In the Microsoft Office Activation Wizard, choose I want to activate the software by telephone, then click Next.

Confirmation Id Windows Xp

Click the drop-down menu, and then select the country or region in which you're located.

The Product Activation Center telephone number appears under Step 1.

http://office.microsoft.com/en-us/support/activate-office-2013-programs-HA102819770.aspx

Step 6: Office 2013, for a single PC

For a first install or a re-install on the same PC, Office for one PC—Office Home and Student 2013, Office Home and Business 2013, and Office Professional 2013—automatically activates if you’re connected to the Internet (you won’t see the Activation Wizard during the installation). But if you aren't connected to the Internet during install, you’ll see the Activation Wizard. It will give you options to either activate online or by telephone—choose the telephone option if you’re still not connected.

If significant hardware changes have occurred on your PC and you re-install Office OR if you install Office on a different PC, you’ll see the Activation Wizard after the install and whenever you start any of the Office programs. Use the telephone option in the Activation Wizard to contact the activation center.

IMPORTANT:
Please remember that you can only have Office 2013 installed on one PC at a time. Telephone activation can only help you activate Office if you’re transferring Office to another PC.

Step 7: Microsoft Office 2010

Click Start.

Click All Programs, and then click Microsoft Office.

Select any Office program. For example, select Microsoft Word 2010.

Click the File tab.

Click Help, and then click Activate Product.

Click I want to activate the software by telephone, and then click Next.

Click the drop-down menu, and then select the country or region in which you are located.

The Product Activation Center telephone number is displayed under Step 1.

Step 8: Microsoft Office 2007

Click Start.

Click All Programs, and then click Microsoft Office.

Select any Office program. For example, select Microsoft Office Word 2007.

Click the Microsoft Office Button image.

Click Options. (For example, in Word, you would click Word Options.)

Click Resources.

On the Activate Microsoft Office line, click Activate.

Click I want to activate the software by telephone, and then click Next.

Click the drop-down menu, and then select the country or region that you are from.

The Product Activation Center telephone number is displayed under Step 1.

Step 9: Microsoft Office 2003

Click Start.

Click All Programs, and then click Microsoft Office.

Select any Office program. For example, select Microsoft Office Word 2003.

When the Office programs starts, the Product Activation Wizard is displayed.

In the Product Activation Wizard, follow these steps:

Click I want to activate the software by telephone, and then click Next.

Click the drop-down menu, and then select the country or region that you are from.

The Product Activation Center telephone number is displayed under Step 1.

For more information about the activation telephone numbers for Volume Licensing products, see the following Microsoft website:

http://www.microsoft.com/licensing/existing-customers/activation-centers.aspx

Example: United States (716) 871 2781 or (888) 352 7140

2 Comments

  • Jalapeno
    WestelCS Feb 27, 2014 at 10:49pm

    Well, this is an indeed very helpful and guiding article. I will try these things whenever possible. It will save quite some time.

  • Cayenne
    benbeige2 Jan 29, 2016 at 03:09pm

    I am running into issues w/ a standalone single PC install of Excel 2013 not allowing phone activation (well not showing it as an option even). as it is in an air gaped environment and I'm not allowed to ever put that machine online due to security concerns