Skip to content

Instantly share code, notes, and snippets.

@bruuteuzius
Last active July 10, 2020 09:11
Show Gist options
  • Save bruuteuzius/2e95e19853a1e56df9e89602a000aa38 to your computer and use it in GitHub Desktop.
Save bruuteuzius/2e95e19853a1e56df9e89602a000aa38 to your computer and use it in GitHub Desktop.
Disable-MicrosoftUpdate
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Set-TaskbarOptions -Lock -Dock Bottom
cinst notepadplusplus
cinst 7zip
cinst GoogleChrome
cinst Firefox
#cinst fiddler4
cinst visualstudiocode
cinst teamviewer.portable
cinst ssdt17
cinst sql-server-management-studio
cinst sourcetree
cinst soapui
cinst WkHtmlToPdf
cinst sysinternals
cinst logexpert
cinst SQL2014.ClrTypes
cinst ms-reportviewer2015
cinst VisualStudio2019Professional
#cinst resharper
Enable-MicrosoftUpdate
(Get-Content "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config") -replace "^.*Microsoft.VisualStudio.Web.PageInspector.*$", "" | Set-Content "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment