Skip to content

Instantly share code, notes, and snippets.

View matteocostantini's full-sized avatar

Matteo Costantini matteocostantini

View GitHub Profile
@matteocostantini
matteocostantini / make-snapshot-links.sh
Last active April 28, 2023 10:21
Link your Debian Source Lists with Debian World Snapshot Time Machine
@matteocostantini
matteocostantini / .. MediaCreationTool.bat .md
Created November 2, 2020 13:45 — forked from AveYo/.. MediaCreationTool.bat ..md
Universal MediaCreationTool wrapper for all MCT Windows 10 versions from 1507 to 20H2 with business (Enterprise) edition support

Preview1 Preview2

2018.10.10: reinstated 1809 [RS5]! using native xml patching for products.xml; fixed syntax bug with exit/b
2018.10.12: added data loss warning for RS5
2018.11.13: RS5 is officially back! + greatly improved choices dialog - feel free to use the small snippet in your own scripts
2019.05.22: 1903 [19H1]
2019.07.11: 1903 __release_svc_refresh__ and enable DynamicUpdate by default to grab latest CU
2019.09.29: UPDATED 19H1 build 18362.356 ; RS5 build 17763.379 and show build number
@matteocostantini
matteocostantini / FileSystemWatcher.cs
Created August 3, 2020 15:26 — forked from Dynyx/FileSystemWatcher.cs
FileSystemWatcher example
using System;
using System.IO;
using System.Security.Permissions;
public class Watcher
{
public static void Main()
{
Run();
@matteocostantini
matteocostantini / Win10HometoPro.cmd
Created May 19, 2020 06:41 — forked from CHEF-KOCH/Win10HometoPro.cmd
Convert Windows 10 Home to Pro
cscript.exe %windir%\system32\slmgr.vbs /rilc
cscript.exe %windir%\system32\slmgr.vbs /upk
cscript.exe %windir%\system32\slmgr.vbs /ckms
cscript.exe %windir%\system32\slmgr.vbs /cpky
cscript.exe %windir%\system32\slmgr.vbs /ipk VK7JG-NPHTM-C97JM-9MPGT-3V66T
sc config LicenseManager start= auto & net start LicenseManager
sc config wuauserv start= auto & net start wuauserv
clipup -v -o -altto c:\