Command line entry for checking expiration date

Discussion in 'Windows 7' started by gpv527, Oct 27, 2009.

  1. gpv527

    gpv527 MDL Novice

    Oct 27, 2009
    2
    0
    0
    Does anyone know what the cmd line entry for checking the expiration date of the Windows 7 OS? I've seen it posted elsewhere on the net and can't recall exactly what it was...
    Any help would be appreciated.
     
  2. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,235
    311
    90
    #2 sam3971, Oct 27, 2009
    Last edited by a moderator: Apr 20, 2017
    why use CMD to check that when all you have to do is right-click my computer and see the activation info at the bottom of the window? I believe the command you are looking for is:

    Code:
    slmgr.vbs -dli
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. imatrix

    imatrix MDL Guru

    Jul 29, 2009
    2,436
    252
    90
    you can try this

    slmgr -dli

    sam3971: damn, you are faster :)
     
  4. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,235
    311
    90
    lol dude, I read these threads for fun just because I am bored :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. gpv527

    gpv527 MDL Novice

    Oct 27, 2009
    2
    0
    0
    Thanks guys.
    The right click option for my computer can lie...
    The command line doesn't lie.