Skip to content

Instantly share code, notes, and snippets.

View TonyApuzzo's full-sized avatar

Tony Apuzzo TonyApuzzo

  • Flatirons Digital Innovations
View GitHub Profile
@TonyApuzzo
TonyApuzzo / HC1 README.md
Created February 4, 2019 19:53
HC1 Home Assistant Boot Logs

HC1 Boot Logs for debugging HassOS

@TonyApuzzo
TonyApuzzo / Vagrantfile
Created November 7, 2018 21:06
Vagrantfile that fails with w10e 1809
# -*- mode: ruby; indent-tabs-mode: nil; c-basic-offset: 2; tab-width: 2 -*-
# vim: set ft=ruby sw=2 ts=2 smartindent expandtab :
# Flatirons Digital Innovations Windows 10 Enterprise - Baseline
VMNAME = 'w10e'
require 'fileutils'
require 'yaml'
# Verify pre-requisites
@TonyApuzzo
TonyApuzzo / chocolatey-2018-08-16.log
Last active August 16, 2018 15:28
choco install vagrant 2.1.2 debug log
...SNIP...
2018-08-16 09:10:09,864 15948 [DEBUG] - XmlConfiguration is now operational
2018-08-16 09:10:09,910 15948 [INFO ] - ============================================================
2018-08-16 09:10:10,070 15948 [INFO ] - Chocolatey v0.10.11
2018-08-16 09:10:10,081 15948 [DEBUG] - Chocolatey is running on Windows v 10.0.17134.0
2018-08-16 09:10:10,085 15948 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old".
2018-08-16 09:10:10,091 15948 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old".
2018-08-16 09:10:10,113 15948 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" install vagrant -y
2018-08-16 09:10:10,121 15948 [DEBUG] - Received arguments: install vagrant -y
2018-08-16 09:10:10,173 15948 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage.
@TonyApuzzo
TonyApuzzo / debloat.ps1
Created July 17, 2018 21:24
Cleanup Windows 10 Annoyances
@rem *** Disable Some Service ***
sc stop DiagTrack
sc stop diagnosticshub.standardcollector.service
sc stop dmwappushservice
sc stop WMPNetworkSvc
sc stop WSearch
sc config DiagTrack start = disabled
sc config diagnosticshub.standardcollector.service start= disabled
sc config dmwappushservice start= disabled