sudo eopkg install -c system.develsudo eopkg install git solbuildsudo eopkg install solbuild-config-unstable
mkdir ~/repository
| ' Disables Vanguard from starting when you boot your computer | |
| Call CreateObject("Shell.Application").ShellExecute("cmd.exe", "/c ""sc config vgc start= disabled & sc config vgk start= disabled""", "", "runas") |
| import sys | |
| import os | |
| import math | |
| import uuid | |
| import struct | |
| import configparser | |
| from struct import unpack, pack | |
| from binascii import crc32 | |
| if len(sys.argv) > 4 or len(sys.argv) < 2: |
| It is possible to download all versions of Windows (since version 7) with the Microsoft site without product key thanks with this tip: | |
| Go to this link : https://www.microsoft.com/en-us/software-download/windows10ISO/ | |
| In the drop-down menu that asks you to choose your edition you only see version 10 of Windows : | |
| http://i.imgur.com/YRLrIfV.png | |
| Then , open your browser console and enter this script : |