Thursday, February 15, 2018

VM Window server 2016 reactivate evaluation period


Issue: VM is restarting every one hour after login

Resolution:  Open Command Prompt with Run as Administrator and enter below command 

slmgr.vbs -rearm

No comments:

Post a Comment

validateExistCommonRecord in D365FO X++

validateExistCommonRecord(     RefTableId _refTableId,     RefRecId _refRecId) {     boolean ret = true;     if (!_refTableId || !_refRecId)...