Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Windows Server 2012 R2 installation doesnt have skip activation

Featured Replies

When installing windows sever 2012 R2, It always asks to enter product key to activate windows.

There is no skip option in this screen, like other windows sever installations.

Is this always a must that we need to enter Product key or the final release of OS will have skip option enabled too?

Thanks..


  • Author

Thank you.

Let me frame my question properly.

I want to install without activation key and activate it later. Skip activation option is not available when i try to install windows 2012 R2.

Is this expected behavior ?

Will skip activation be available in final customer release?

Screenshot attached.

post-108345-0-11552700-1385374244_thumb.

Edited by srihariram

Put that GVLK key in your unattend.xml - see the example here on how to do it.

            <UserData>                <AcceptEula>true</AcceptEula>                <FullName>maxXPsoft</FullName>                <Organization>Se7en_UA</Organization>                <ProductKey>                    <Key>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</Key>                    <WillShowUI>OnError</WillShowUI>                </ProductKey>            </UserData>

http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/

or you can mount your install.wim with DISM and use the set-productkey command (with the GVLK) so that it stops asking during installation.

Dism /Image:C:\test\offline /Set-ProductKey:12345-67890-12345-67890-12345

http://technet.microsoft.com/en-us/library/hh825157.aspx

Edited by MrJinje

  • Author

Thank you.

Actually, i dont want to give any product key in answer file and want to activate it later.

There are two ISO's present in msdn subscriber download for windows 2012 R2.

When i use en_windows_server_2012_r2_x64_dvd_2707946.iso, there is no skip option in Activation screen.

And when i use en_windows_server_2012_r2_vl_x64_dvd_2979250.iso, skip Activation is present.

Same answer file is used in both cases.

Any idea what is the difference between both ISOs?

thanks..

The second one is a volume license copy that actually explains it all.

in other words they used dism to set-productkey inside the iso (yes probably the same GVLK key).

and fyi, using the generic key does not activate you. It merely allows you to bypass the prompt during installation, which I think was the point of your question. You will still be required to enter your real key later for activation.

Actually, i dont want to give any product key in answer file and want to activate it later.

You can't. See above. Microsoft has removed that ability and now you must enter a GVLK or a real key just to install. Get used to it.

Edited by MrJinje

  • 1 month later...

or you could just add this to the sources folder

EI.cfg

[Channel]Retail[VL]0
  • 2 months later...

Junior,

I am guessing you are trying to script or image an unattended or "Light Touch" or "Zero Touch" build? In other words you are trying to utomate the instll of Windows right?

If yes, then I highly recommend that you should purchase a Volume License and build a KMS Server. That way, you don't even have to worry about customising the PID key and the KMS server will automatically activate your Windows clients after they get domain joined. That is actually the whole point of what somebody referred to as the "generic" PID key which is actually KMS Client PID key. Your KMS server which has the KMS Server PID key will automatically search for clients on your domain and keep them activated on a recurring schedule.

Might be a bit overkill for you but it is defintely a winner!

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.