Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows SDK License [closed]

A simple question I suppose, with a potentially complicated answer:

Is the Windows SDK free as in Beer?

I know it provides virtually the same compilers and commandline tools that the paid versions provide, and I believe you can only (legally) use it on a Windows machine, but am not even sure of anything more...

I'm not well versed in lawyer-talk, I hope someone here is.

like image 488
rubenvb Avatar asked Aug 23 '10 14:08

rubenvb


People also ask

Is Windows SDK free for commercial use?

Generally, yes, it is free. SDK license agreement is placed at C:\Program Files\Microsoft SDKs\Windows\v6.

How do I enable Windows SDK?

The Windows SDK is installed as part of the Desktop development with C++ workload in the Visual Studio Installer. A standalone version is available at Windows SDK. Open the shortcut menu for the project node, and choose Retarget projects. (In earlier versions of Visual Studio, choose Retarget SDK Version.)

Is it safe to delete Windows SDK?

If storage space is a pressing issue for you, you can proceed to delete the older SDKs. Deletion can be done via program files in pre Windows 10 Creators Update builds or from Settings in newer Windows 10 builds.


1 Answers

Generally, yes, it is free. SDK license agreement is placed at C:\Program Files\Microsoft SDKs\Windows\v6.0\License\License.htm (actual directory and version may be different in your case). Most important points:

Installation and Use. One user may install and use any number of copies of the software on your devices to design, develop and test your programs that run on a Microsoft Windows operating system.

Distributable Code. The software contains code that you are permitted to distribute in programs you develop if you comply with the terms below ...

The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other rights.

Because this software is “as is,” we may not provide support services for it.

like image 68
Alex F Avatar answered Sep 20 '22 15:09

Alex F