Find Service Tag in Windows/Linux Command Line

 
Run the following command in dos prompt to get the service tag of your windows system

wmic csproduct get vendor,name,identifyingnumber



For linux use the following 

dmidecode -s system-serial-number


Comments

Popular Posts