How to register a global hotkey for your application in C#

How to register a global hotkey for your application in C#

Register a hotkey for your application that can be triggered even if your form is minimized and does not have focus. More »

How to download a file in C# (progressbar and download speed)

How to download a file in C# (progressbar and download speed)

Learn how to download files in C# while displaying the percentage and the download speed. More »

UDP hole punching implementation in C#

UDP hole punching implementation in C#

Learn how to implement UDP hole punching so you can make your clients life a lot easier by not forcing them to open ports on their end. More »

 

How to install MSE (Microsoft Security Essentials) on Windows Server

Windows logo

As you may know Windows Server products do not allow the installation of the majority of antivirus products. By using the method below you will be able to install Microsoft Security Essentials on most of the Windows Server products.

First you will need to download the Windows 7 MSE version that suits your needs depending on your preferred language and CPU architecture (32/64bit).

Right click the file you have downloaded, go to the “Compatibility” tab and change the installer’s compatibility mode to Windows 7.

Finally you will need to run the installer with an extra parameter, /disableoslimit. This can be achieved by either creating a shortcut for the installer and adding /disableoslimit at the end of the target field or by using command prompt to append /disableoslimit at the end. In command prompt it should look similar to this C:\mseinstall.exe /disableoslimit.

After that simply follow the installer instructions to install MSE like normal !

Share on FacebookTweet about this on TwitterShare on Google+Share on StumbleUponShare on LinkedInShare on RedditPin on PinterestShare on TumblrDigg thisPrint this pageEmail this to someone

Leave a Reply

Your email address will not be published. Required fields are marked *