Menu Close

Category: Blog

HOW TO STOP VIRTUALBOX MACHINE FROM AUTO SHUTDOWN EVERY 20 MINUTES

virtualbox auto shutdown answer below:

In the Windows guest, open the command prompt and enter

slmgr /rearm

(not –rearm as cited in that post, since this is Windows). You can do that up to twice apparently, to extend by 30 days each time. Apparently the iectrl tool from ievms also works but I didn’t try that.

The above code worked for when my virtualbox virtual machine keep shutting down very often.

So the above code simple to overcome this issue folks..

I hope this will help someone like me, who are facing the issue.

## Cheers Guys

Share this:

HOW TO VIEW RIBBON DEFINITIONS IN CRM 2011

Previously the SDK contained ribbon definition XML files in a folder at the following location:

The latest SDK seems to no longer include these files.  So, now you need to generate these yourself using the utility provided.  It’s not hard to do, here’s the steps:
Go to this location:
Double-click the solution file (exportribbonxml.sln) to open this solution in Visual Studio.
Right-click on the Solution in Visual Studio and select Build:
image
Wait for that process to complete and make sure Visual Studio doesn’t report any errors.  If that all went ok you will now have an exe you can run, at the following location:
Double click on the exe (ExportRibbonXml.exe) and then provide the details asked of you:
image
And that should generate the ribbon definition files that you need:
image
Share this:

HOW TO VIEW RIBBON DEFINITIONS IN CRM 2011

<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<script>
  (adsbygoogle = window.adsbygoogle || []).push({
    google_ad_client: “ca-pub-9875394259905116”,
    enable_page_level_ads: true
  });
</script>





Previously the SDK contained ribbon definition XML files in a folder at the following location:

The latest SDK seems to no longer include these files.  So, now you need to generate these yourself using the utility provided.  It’s not hard to do, here’s the steps:
Go to this location:
Double-click the solution file (exportribbonxml.sln) to open this solution in Visual Studio.
Right-click on the Solution in Visual Studio and select Build:
image
Wait for that process to complete and make sure Visual Studio doesn’t report any errors.  If that all went ok you will now have an exe you can run, at the following location:
Double click on the exe (ExportRibbonXml.exe) and then provide the details asked of you:
image
And that should generate the ribbon definition files that you need:
image
Share this:

HOW TO VIEW RIBBON DEFINITIONS IN CRM 2011

Previously the SDK contained ribbon definition XML files in a folder at the following location:

The latest SDK seems to no longer include these files.  So, now you need to generate these yourself using the utility provided.  It’s not hard to do, here’s the steps:
Go to this location:
Double-click the solution file (exportribbonxml.sln) to open this solution in Visual Studio.
Right-click on the Solution in Visual Studio and select Build:
image
Wait for that process to complete and make sure Visual Studio doesn’t report any errors.  If that all went ok you will now have an exe you can run, at the following location:
Double click on the exe (ExportRibbonXml.exe) and then provide the details asked of you:
image
And that should generate the ribbon definition files that you need:
image
Share this: