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
# Stuff from ubuntu.seed on the CDROM: | |
# Enable extras.ubuntu.com. | |
d-i apt-setup/extras boolean true | |
# Install the Ubuntu desktop. | |
tasksel tasksel/first multiselect ubuntu-desktop | |
# On live DVDs, don't spend huge amounts of time removing substantial | |
# application packages pulled in by language packs. Given that we clearly | |
# have the space to include them on the DVD, they're useful and we might as | |
# well keep them installed. | |
ubiquity ubiquity/keep-installed string icedtea6-plugin openoffice.org |
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
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
cinst firefox | |
cinst 7zip | |
cinst javaruntime | |
cinst flashplayerplugin | |
cinst adobereader | |
cinst vlc | |
cinst libreoffice | |
cinst cdburnerxp |