Skip to content

Instantly share code, notes, and snippets.

@AndriyShepitsen
Forked from Simbioz-Admin/internal-server-boxstart.ps1
Last active February 28, 2021 02:13
Show Gist options
  • Save AndriyShepitsen/ce9dfae5974051b460745bae72f8c30f to your computer and use it in GitHub Desktop.
Save AndriyShepitsen/ce9dfae5974051b460745bae72f8c30f to your computer and use it in GitHub Desktop.
# 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