Skip to content

Instantly share code, notes, and snippets.

View jcdietrich's full-sized avatar

Jonathan C. Dietrich jcdietrich

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jcdietrich on github.
  • I am jcdietrich (https://keybase.io/jcdietrich) on keybase.
  • I have a public key whose fingerprint is E7BA 3022 D672 DA5E 751B D7EF 82EE 8C0F 82F0 2D00

To claim this, I am signing this object:

Verifying that +jcdietrich is my blockchain ID. https://onename.com/jcdietrich
#Setup Windows options
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
Disable-UAC
Update-ExecutionPolicy Unrestricted
#Store username for later use
#Otherwise chocolately will change it to SYSTEM - https://github.com/chocolatey/chocolatey/issues/475
$user = "$env:USERDOMAIN\$env:USERNAME"