Skip to content

Instantly share code, notes, and snippets.

@reach3r
reach3r / reclaimWindows10.ps1
Last active November 4, 2016 14:39 — forked from alirobe/reclaimWindows10.ps1
"Reclaim Windows 10" turns off a bunch of unnecessary Windows 10 telemetery, removes bloatware, and privacy invasions. Review and tweak before running. Scripts for reversing are included and commented. Forked from http://pastebin.com/gQxCUkLP
##########
# Tweaked Win10 Initial Setup Script
# Primary Author: Disassembler <disassembler@dasm.cz>
# Original Version: 1.4, 2016-01-16
# Tweaked based on personal preferences for @alirobe 2016-03-23 - v1.4.1
# NOTE: MAKE SURE YOU READ THIS SCRIPT CAREFULLY BEFORE RUNNING IT + ADJUST COMMENTING AS APPROPRIATE
# This script will reboot your machine when completed.
##########
# Ask for elevated permissions if required
@reach3r
reach3r / mattermost_upgrade.sh
Last active May 18, 2018 02:47
Upgradescript for Mattermost
#!/bin/bash
#
# Mattermost Team Edition Update Script for WLW.de by Dominik Janczyk
# created April 2016
#
# Description:
# This script downloads Mattermost, attempts a backup of the current installation folder and if successful proceeds with an in-place upgrade to the version specified.
# It takes one argument: the version to which Mattermost should be upgraded in the following format: 1.2.3
# WARNING: This script is not smart, it cannot deal with changes that require a human to make decisions. Check the release notes before attempting the update wether there are manual actions needed for the upgrade (as was the case with version 3)
# Also it does not make a database backup.