Skip to content

Instantly share code, notes, and snippets.

@joepurdy
joepurdy / WinRM.bat
Last active January 11, 2016 22:48
Modern IE Vagrant configuration
@echo off
set WINRM_EXEC=call %SYSTEMROOT%\System32\winrm
%WINRM_EXEC% quickconfig -q
%WINRM_EXEC% set winrm/config/winrs @{MaxMemoryPerShellMB="300"}
%WINRM_EXEC% set winrm/config @{MaxTimeoutms="1800000"}
%WINRM_EXEC% set winrm/config/client/auth @{Basic="true"}
%WINRM_EXEC% set winrm/config/service @{AllowUnencrypted="true"}
%WINRM_EXEC% set winrm/config/service/auth @{Basic="true"}

Keybase proof

I hereby claim:

  • I am joepurdy on github.
  • I am purdy (https://keybase.io/purdy) on keybase.
  • I have a public key whose fingerprint is BD78 F357 4794 F9F9 4EA3 1C43 1457 91EB 1D7C 7DD2

To claim this, I am signing this object:

# -*- mode: ruby -*-
# vi: set ft=ruby :
=begin
ModernIE VMs
config.vm.box = "modernIE/vista-ie7"
config.vm.box = "modernIE/w7-ie8"
config.vm.box = "modernIE/w7-ie9"
config.vm.box = "modernIE/w7-ie10"