-
-
Save woakes070048/ee32f911d432940c5c11f7fcc86cdffd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Boxstarter options | |
$Boxstarter.RebootOk=$false # Allow reboots? | |
$Boxstarter.NoPassword=$false # Is this a machine with no login password? | |
$Boxstarter.AutoLogin=$true # Save my password securely and auto-login after a reboot | |
# Basic setup | |
Update-ExecutionPolicy Unrestricted | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
if (Test-PendingReboot) { Invoke-Reboot } | |
# Update Windows and reboot if necessary | |
Install-WindowsUpdate -AcceptEula | |
if (Test-PendingReboot) { Invoke-Reboot } | |
cinst javaruntime | |
cinst jdk8 | |
cinst jre8 | |
cinst java.jdk | |
cinst dotnet4.5 | |
cinst adobeair | |
cinst firefox | |
cinst google-chrome-x64 | |
cinst adblockplusfirefox | |
cinst adblockpluschrome | |
cinst mozbackup | |
cinst paint.net | |
cinst inkscape | |
cinst gimp | |
cinst vlc | |
# cinst cccp | |
# cinst itunes | |
# cinst quicktime | |
# cinst libreoffice | |
cinst pdfcreator | |
cinst adobereader | |
cinst winrar | |
cinst 7zip | |
# cinst dia | |
cinst microsoftsecurityessentials | |
# cinst ossec-agent | |
# cinst dropbox | |
# cinst googledrive | |
cinst ccleaner | |
cinst imgburn | |
# cinst teracopy | |
cinst virtualclonedrive | |
cinst calibre | |
cinst fontforge | |
cinst winscp | |
cinst conemu | |
# cinst tortoisesvn | |
# cinst filezilla | |
# cinst putty | |
cinst vagrant | |
cinst httrack | |
cinst softerraldapbrowser | |
cinst steam | |
# cinst myharmony | |
# cinst eclipse | |
# cinst eclipse-standard-kepler | |
cinst notepadplusplus | |
cinst python | |
cinst python2 | |
cinst python3 | |
cinst git | |
cinst composer | |
cinst bitwarden | |
cinst bleachbit | |
cinst Everything | |
cinst filezilla | |
cinst github-desktop | |
cinst handbrake | |
cinst hexchat | |
cinst nextcloud-client | |
cinst obs-studio | |
cinst rocketchat | |
cinst Recuva | |
cinst sharex | |
cinst vscode | |
cinst vscode-ansible | |
cinst vscode-python | |
cinst vscode.install | |
cinst winmerge | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment