Forked from Simbioz-Admin/internal-server-boxstart.ps1
Last active
February 28, 2021 02:13
-
-
Save AndriyShepitsen/ce9dfae5974051b460745bae72f8c30f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Boxstart a new internal server by copy-pasting the following in CMD (Admin): | |
# START http://boxstarter.org/package/nr/url?[the_raw_url_to_this_file] | |
# Windows Features | |
Enable-RemoteDesktop | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
# Apps | |
choco install googlechrome | |
choco install 7zip.install | |
choco install ccleaner | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment