Windows XP: Aktivierung aufschieben

Im Rahmen eines Hardwaretausches – kann es dazu kommen, dass nach der Windows-Anmeldung eine Aktivierung des Systems erforderlich ist. Wenn sich die Hardware wesentlich ändert, gewährt Windows hierbei keinen Aufschub der Aktivierung.  Eine Möglichkeit ist die Windows-Aktivierung für 30 Tage aufzuschieben. Folgender Befehl ausgeführt im abgesicherten Modus, bewirkt dies:

rundll32.exe syssetup,SetupOobeBnk

Manschmal ist es erforderlich vorher folgende Befehle auszuführen, um die erfolgreiche Ausführung des obigen Befehls zu ermöglichen:

regsvr32 regwizc.dll regsvr32 licdll.dll

Unhide Recovery Partition

  1. Start Disk Management (diskmgmt.msc) on your computer and take a closer look at your hard disk. Note the disk number and the partitions.
  2. Start DiskPart and select your disk: DISKPART> select disk 0
  3. List all partitions: DISKPART> list partition
  4. Now, select the hidden partition (see step 1) DISKPART> select partition 1
  5. Type DISKPART> detail partition and verify that it is hidden. Remember the Type value, this will be handy if something goes wrong.
  6. Set the type of the hidden partition to 07. Type DISKPART> set id = 07 override
  7. If everything goes ok, you will receive the following message “Diskpart successfully set the partition ID.
  8. All done. Type Exit to close DiskPart.
  9. Check the Disk Management to see witch drive letter has been assigned to the recovery partition.

List of partition types:

  • 07 = Windows NT NTFS
  • 17 = Hidden
  • 27 = OEM Recovery

DiskPart command line syntax and parameters can be found here.