Skip to content

info932-github/windows-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#Windows Scripted Setup

For use after initial windows installation.

##To begin:

  1. Copy the powershell folder to the windows VM.

  2. Double click the PowerShell shortcut.

  3. Run the following command to set the execution policy to allow script files to run:

    c:\> Set-ExecutionPolicy Unrestricted -force
  4. 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
  5. After reboot, run:

    c:\> .\dev-setup.ps1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published