Go into c:\windows\system32, find the file cmd.exe, right click it and select RunAs Administrator. At the Command Prompt type
ipconfig /all
and press Enter. I'd be surprised if that fails to make it show up.
Second thought - if you were only typing ipconfig into the Run box it wouldn't work in any version of Windows. You need
cmd /k ipconfig /all
to make it run that way.