Skip to content

Commit

Permalink
open firewall to allow file sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
mwrock committed Oct 2, 2015
1 parent 1440d45 commit d334725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/windows/SetupComplete.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\WSMAN\Service /v allow_un
REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\WSMAN\Service /v auth_basic /t REG_DWORD /d 1 /f
REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\WSMAN\Client /v auth_basic /t REG_DWORD /d 1 /f

netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=yes

cmd.exe /c C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -command . c:\windows\setup\scripts\nano_cleanup.ps1 > c:\windows\setup\scripts\cleanup.txt
2 changes: 1 addition & 1 deletion windows-nano-tp3.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"iso_url": "http://care.dlservice.microsoft.com/dl/download/7/3/C/73C250BE-67C4-440B-A69B-D0E8EE77F01C/10514.0.150808-1529.TH2_RELEASE_SERVER_OEMRET_X64FRE_EN-US.ISO",
"metadata": "floppy/dummy_metadata.json",
"template": "windows-nano-tp3",
"version": "1.1.TIMESTAMP"
"version": "1.2.TIMESTAMP"
}
}

0 comments on commit d334725

Please sign in to comment.