Skip to content

Instantly share code, notes, and snippets.

View jamestoyer's full-sized avatar

James Toyer jamestoyer

View GitHub Profile
@jamestoyer
jamestoyer / boxstarter.ps1
Last active February 7, 2020 17:42 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

$(function () {
$('#update-sf-id').click(function () {
var answer = prompt(
"Enter a 15 character Salesforce ID",
$('#SalesForceID').val().substr(0, 15)
);
if (answer == '' || answer == null) {
alert("Please enter a Salesforce ID");
} else if (answer.length != 15) {