Skip to content

Instantly share code, notes, and snippets.

View dc995's full-sized avatar

David Crawford dc995

View GitHub Profile

Keybase proof

I hereby claim:

  • I am dc995 on github.
  • I am dc995 (https://keybase.io/dc995) on keybase.
  • I have a public key ASC0WguPgBxdxDor4fk0X5ujQg1GaChInGao56PpTPg6TQo

To claim this, I am signing this object:

@dc995
dc995 / winiotedgehelper.2
Last active March 24, 2020 23:04
Sample Boxstarter config with some helpful installs for IoT Edge - Installs the iotedgectl
#--- Getting started Box Starter and Chocolatey (find packages to install on Chocolatey)
#--- https://chocolatey.org/
#--- http://boxstarter.org/InstallBoxstarter
#--------------------------------------------
# Intructions
# 1) Install Chocolatey
# 2) Install Boxstarter 'choco install boxstarter' see https://chocolatey.org/packages/boxstarter
# 3) From PowerShell v3, Install your BoxStarter Modules . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
# 4) From Powershell, Run this gist using the raw feed
# Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/dc995/a952cebc433f64c2f3ae18b0e75463ec/raw/e0611aea53ee7d7526aa14913d61eb47443072fa/winiotedgehelper.1 -DisableReboots -Force
@dc995
dc995 / depricated boxstarteriotedgewindowshelper
Last active February 8, 2018 22:40
Sample Boxstarter config with some helpful installs for IoT Edge
#--- Getting started Box Starter and Chocolatey (find packages to install on Chocolatey)
#--- https://chocolatey.org/
#--- http://boxstarter.org/InstallBoxstarter
#---- TEMPORARY ---
Disable-UAC
#--- Windows Subsystems/Features ---