Skip to content

Instantly share code, notes, and snippets.

@nilact
nilact / vscode-extension-installation.ps1
Created May 28, 2022 12:11
Install VS Code extensions
# Visual Studio Code Extensions
code --install-extension ms-vscode.csharp
code --install-extension msjsdiag.debugger-for-chrome
code --install-extension ms-vscode.powershell
code --install-extension eamodio.gitlens
code --install-extension adpyke.codesnap
code --install-extension formulahendry.dotnet-test-explorer
@nilact
nilact / windows-11-install.ps1
Created May 28, 2022 12:09
For Installing software on Windows 11
# Based on the scripts of
# @jessfraz https://gist.github.com/jessfraz/7c319b046daa101a4aaef937a20ff41f
# @NickCraver https://gist.github.com/NickCraver/7ebf9efbfd0c3eab72e9
$ErrorActionPreference = "Stop"
Set-ExecutionPolicy Bypass -Scope Process -Force;
#Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
# Set-TaskbarOptions -Size Small -Dock Bottom -Combine Full -Lock