Skip to content

Instantly share code, notes, and snippets.

@theimowski
Last active January 23, 2017 11:36
Show Gist options
  • Save theimowski/b9ea69c7c5b4f6ea0b4673c92da4acd2 to your computer and use it in GitHub Desktop.
Save theimowski/b9ea69c7c5b4f6ea0b4673c92da4acd2 to your computer and use it in GitHub Desktop.
boxstarter
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
Set-WinUserLanguageList -LanguageList pl-PL
powercfg.exe /hibernate off
Write-BoxstarterMessage "Removing page file"
$pageFileMemoryKey = "HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management"
Set-ItemProperty -Path $pageFileMemoryKey -Name PagingFiles -Value ""
cinst chocolatey
cinst cmder
cinst f.lux
cinst googlechrome
cinst googledrive
cinst keepass
cinst nodejs
cinst visualfsharptools
cinst visualstudiocode
cinst vscode-editorconfig
cinst vscode-icons
cinst vscode-powershell
cinst telnet
cinst visualstudio2015community
curl https://gist.githubusercontent.com/theimowski/eaefe3d5eb4991aede82a0303d46d852/raw/.gitconfig > %UserProfile%\.gitconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment