README.md in vagrant-windows-1.6.0.pre.1 vs README.md in vagrant-windows-1.6.0
- old
+ new
@@ -46,9 +46,16 @@
winrm set winrm/config/service @{AllowUnencrypted="true"}
winrm set winrm/config/service/auth @{Basic="true"}
sc config WinRM start= auto
```
+__NOTE:__ For the WinRM service to work in Windows 7, the network profile has to be changed from Public to Work. To ensure that networks added later (i.e. through the Vagrantfile) also are made non-public, add the following to your Vagrantfile:
+
+```ruby
+# Ensure that all networks are set to private
+config.windows.set_work_network = true
+```
+
#### Additional WinRM 1.1 Configuration
These additional configuration steps are specific to Windows Server 2008 (WinRM 1.1). For Windows Server 2008 R2, Windows 7 and later versions of Windows you can ignore this section.
1. Ensure the Windows PowerShell feature is installed