|
|
|
|
@ -24,4 +24,4 @@ Automated setup of Windows 10 through Boxstarter/Chocolatey.
|
|
|
|
|
the raw URL that just gives you the raw file content itself. |
|
|
|
|
|
|
|
|
|
* Run the Boxstarter installation script:\ |
|
|
|
|
`Install-BoxstarterPackage -PackageName URL_TO_RAW_INSTALLATION_SCRIPT_HERE` |
|
|
|
|
`$c = Get-Credential; Install-BoxstarterPackage -Credential $c -PackageName URL_TO_RAW_INSTALLATION_SCRIPT_HERE` |
|
|
|
|
|