It's no problem at all.
Windows 8.1 (as have been all the above):
C:\TEMP>netsh interface tcp show supplemental
The TCP global default template is internet
By the way, the output has all been the same from a Windows 8(.0) VM that's working fine, except that the Win 8.1 VM put out two additional parameters for the netsh interface tcp show global command.
Windows 8.0 VM (works great):
Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.
C:\TEMP>netsh interface ip show subinterface
MTU MediaSenseState Bytes In Bytes Out Interface
------ --------------- --------- --------- -------------
4294967295 1 0 8931 Loopback Pseudo-Interface 1
1500 1 1331265 452758 Ethernet
C:\TEMP>netsh interface tcp show global
Querying active state...
TCP Global Parameters
----------------------------------------------
Receive-Side Scaling State : enabled
Chimney Offload State : disabled
NetDMA State : disabled
Direct Cache Access (DCA) : disabled
Receive Window Auto-Tuning Level : normal
Add-On Congestion Control Provider : none
ECN Capability : disabled
RFC 1323 Timestamps : disabled
Initial RTO : 3000
Receive Segment Coalescing State : disabled
C:\TEMP>netsh interface tcp show supplemental
The TCP global default template is internet
-Noel