README.md in vagrant-orchestrate-0.6.1.patch vs README.md in vagrant-orchestrate-0.6.1

- old
+ new

@@ -200,18 +200,23 @@ ### Managed Guest You'll need to bootstrap the target machine. The following script should get you there. ``` -winrm quickconfig +winrm quickconfig -q winrm set winrm/config/service/auth @{Negotiate="true"} winrm set winrm/config/service @{AllowUnencrypted="false"} winrm set winrm/config/winrs @{MaxShellsPerUser="25"} winrm set winrm/config/winrs @{MaxConcurrentUsers="25"} sc config winrm start= auto sc config winrm type= own ``` * Check out [the winrm-s readme](https://github.com/Cimpress-MCP/vagrant-winrm-s/blob/master/README.md#setting-up-your-server) for more information + +### Synced Folders + +See the [Synced Folders](https://github.com/tknerr/vagrant-managed-servers#synced-folders-windows) +section of the Vagrant Managed Servers readme for more detail. ## Contributing 1. Fork it ( https://github.com/Cimpress-MCP/vagrant-orchestrate/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`)