Skip to content

Instantly share code, notes, and snippets.

@zh4n7wm
Created April 11, 2019 09:36
Show Gist options
  • Save zh4n7wm/ec15df03161df87c1c32aecb2645ce06 to your computer and use it in GitHub Desktop.
Save zh4n7wm/ec15df03161df87c1c32aecb2645ce06 to your computer and use it in GitHub Desktop.
Rearming Windows images

Rearming images

For Windows XP, Vista and 7 images you may be able to extend the initial trial usage period once it has expired via the "rearm" process:

  • To rearm a Windows XP image, from the command prompt:

    C:> rundll32.exe syssetup,SetupOobeBnk

  • To rearm Windows Vista and 7 images run the following as an administrator from the command prompt:

    C:> slmgr /rearm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment