Skip to content

Instantly share code, notes, and snippets.

Set-WindowsExplorerOptions -EnableShowFileExtensions -DisableOpenFileExplorerToQuickAccess
Enable-MicrosoftUpdate
Enable-RemoteDesktop
New-Item -Path 'C:\tools' -ItemType Directory
Add-MpPreference -ExclusionPath “C:\ProgramData\chocolatey\bin”
Add-MpPreference -ExclusionPath “C:\ProgramData\chocolatey\lib”
Add-MpPreference -ExclusionPath “C:\tools”
choco install putty
choco install winscp