Skip to content

Instantly share code, notes, and snippets.

@justSteve
justSteve / MyComputerSetup
Last active August 29, 2015 14:07 — forked from zerioxen/MyComputerSetup
Defines the TTS DevOp build.
Set-ExplorerOptions -showHidenFilesFoldersDrives -showFileExtensions
Install-WindowsUpdate -acceptEula
Enable-RemoteDesktop
<
#cinst IIS-WebServerRole -source windowsfeatures
#>
Install-WindowsUpdate -acceptEula
jQuery(function($) {
$('form[data-async]').live('submit', function(event) {
var $form = $(this);
var $target = $($form.attr('data-target'));
$.ajax({
type: $form.attr('method'),
url: $form.attr('action'),
data: $form.serialize(),