Kurzanleitung zur Installation von Cygwin

  1. Installation von Cygwin source: https://cygwin.com/install.html
  2. Folgen der Anleitung: http://www.kit.gwi.uni-muenchen.de/wp-content/uploads/CygwinInstallation.pdf

Code snipet Sammlung:

Hello World Ausgabe in Cygwin

//Kleines Hello-World!-Programm unter Windows Quelle:<http://www.kit.gwi.uni-muenchen.de/wp-content/uploads/CygwinInstallation.pdf>

#include <stdio.h>

int main ()
{
	printf ("Hello World!\\n");
	return 0;
}

Cortana ausstellen

  1. PowerShell als admin ausführen
  2. Befehl eingeben: Get-AppxPackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage