Skip to content

Instantly share code, notes, and snippets.

@kristijankralj
Last active November 6, 2019 06:40
Show Gist options
  • Save kristijankralj/2b80e74c6f97434f22da6b8acd4725c8 to your computer and use it in GitHub Desktop.
Save kristijankralj/2b80e74c6f97434f22da6b8acd4725c8 to your computer and use it in GitHub Desktop.
Desktop Setup
Disable-UAC
# Show hidden files, Show protected OS files, Show file extensions
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions
#Install browsers
choco install -y brave
choco install -y firefox
choco install -y googlechrome
choco install -y opera
#Install programs
choco install -y notepadplusplus
choco install -y 7zip
choco install -y vscode
choco install -y foxitreader
choco install -y gom-player
choco install -y vlc
choco install -y irfanview
choco install -y launchy
choco install -y wps-office-free
#Enable UAC and Windows Update
Enable-UAC
Enable-MicrosoftUpdate
Install-WindowsUpdate -acceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment