#Windows Scripted Setup
For use after initial windows installation.
##To begin:
-
Copy the powershell folder to the windows VM.
-
Double click the PowerShell shortcut.
-
Run the following command to set the execution policy to allow script files to run:
c:\> Set-ExecutionPolicy Unrestricted -force
-
Run the following script to setup PowerShell and some general Windows settings.
- Copies helper functions to powershell modules folder.
- Enable Remote Desktop
- Disables all privacy settings
- Installs Chocolatey
- Pulls personal settings, configurations and custome choco packages from github.
- Disables UAC which will prompt for reboot.
c:\>.\windows-10-setup.ps1
-
After reboot, run:
c:\> .\dev-setup.ps1