Skip to content

Instantly share code, notes, and snippets.

@gpuido
gpuido / LayoutModification.xml
Created March 29, 2019 21:50 — forked from michyprima/LayoutModification.xml
Make Windows 10 non-LTSB bareable (dism stuff is for 1709)
<LayoutModificationTemplate xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification">
<LayoutOptions StartTileGroupCellWidth="6" />
<DefaultLayoutOverride>
<StartLayoutCollection>
<defaultlayout:StartLayout GroupCellWidth="6">
</defaultlayout:StartLayout>
</StartLayoutCollection>
</DefaultLayoutOverride>
</LayoutModificationTemplate>
@gpuido
gpuido / package-full.ps1
Created April 29, 2019 12:45 — forked from KZeronimo/package-full.ps1
Boxstarter Script - Full - Windows 10
# Set TLS support
[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls"
# Import Choco Install-*
Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force
# Set up choco cache location to work around Boxstarter Issue 241
$chocoCache = (Join-Path ([Environment]::GetEnvironmentVariable("LocalAppData")) "Temp\ChocoCache")
New-Item -Path $chocoCache -ItemType directory -Force
@gpuido
gpuido / win10-cleaner.ps
Created April 30, 2019 13:03 — forked from tkuennen/win10-cleaner.ps
Cleans Up Windows 10
Windows 10 Decrapifier 1803/1809
#By CSAND
#Feb 1 2019
#
#
#PURPOSE: Eliminate much of the bloat that comes with Windows 10. Change many privacy settings to be off by default. Remove built-in advertising, Cortana, OneDrive, Cortana stuff (all optional). Disable some data collection.
# Clean up the start menu for new user accounts. Remove a bunch of pre-installed apps, or all of them (including the store). Create a more professional looking W10 experience. Changes some settings no longer
# available via GPO for Professional edition.
#
#DISCLAIMER: Most of the changes are easily undone, but some like removing the store are difficult to undo. I encourage you to research these changes beforehand, and read through the script.

YouTube video downloader

Script Node.JS for downloading videos from YouTube. You can use some options to choose the features of the video, like format, size, etc. This script only produce a file video.sh_, with all commands to download a video from YouTube.

Requirements

  • NodeJS 8.4.0 or higher.
@gpuido
gpuido / Arte+7_Video_Downloader_-_GreaseMonkey.js
Created June 19, 2019 17:42 — forked from mehdichaouch/Arte+7_Video_Downloader_-_GreaseMonkey.js
Script GreaseMonkey qui aide à trouver les urls (RTMP) des vidéos des replays sur ARTE+7 afin de les downloader avec rtmpdump o/
// ==UserScript==
// @name ARTE+7 Video Downloader vAlpha
// @namespace http://userscripts.org/users/80029 ; http://code.google.com/p/arte-tv-greasemonkey/
// @description ARTE+7 Video Downloader : Currently this UserScript is able to find the RTMP video links of Arte+7 to be downloaded with
// @include http*://videos.arte.tv/*
// @include http*://videos.arte.tv/de/videos/*
// @include http*://videos.arte.tv/en/videos/*
// @include http*://videos.arte.tv/fr/videos/*
// ==/UserScript==