Friday, December 2, 2016

Tricks to extend the windows license



Try following steps to extends the windows license

·        1.  Run cmd (commad prompt)in admin mode




     Write a command :    slmgr –rearm


 


    3.   Restart 

No comments:

Post a Comment

Socket Programming in Java

Source Code: client Side: package learning; import java.awt.BorderLayout; import java.awt.event.ActionEvent; import java.awt.event....