Skip to content

Instantly share code, notes, and snippets.

@itoleck
Last active May 17, 2024 22:13
Show Gist options
  • Select an option

  • Save itoleck/e2590ee9a31054db1395a03ba5a84f6d to your computer and use it in GitHub Desktop.

Select an option

Save itoleck/e2590ee9a31054db1395a03ba5a84f6d to your computer and use it in GitHub Desktop.

Revisions

  1. itoleck revised this gist May 17, 2024. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions Download Files to install
    Original file line number Diff line number Diff line change
    @@ -15,3 +15,6 @@ Invoke-WebRequest -Uri "https://aka.ms/ssmsfullsetup" -OutFile "$env:USERPROFILE
    #Choco
    iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

    #Start11 Buttons
    Invoke-WebRequest -Uri "https://www.wincustomize.com/explore/start_menu_buttons/573/download" -OutFile "$env:USERPROFILE\Downloads\Start11Buttons.zip
    "
  2. itoleck revised this gist May 10, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Download Files to install
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Invoke-WebRequest -Uri "https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/CascadiaCode/Regular/complete/Caskaydia%20Cove%20Nerd%20Font%20Complete%20Regular.otf" -OutFile "$env:USERPROFILE\Downloads\Caskaydia Cove Regular Nerd Font Complete.otf"
    Invoke-WebRequest -Uri "https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/CascadiaCode/Regular/CaskaydiaCoveNerdFont-Regular.ttf" -OutFile "$env:USERPROFILE\Downloads\Caskaydia Cove Regular Nerd Font Complete.otf"

    #Repo for CascadiaCode Font
    #Invoke-WebRequest -Uri "https://github.com/microsoft/cascadia-code/releases/download/v2111.01/CascadiaCode-2111.01.zip" -OutFile "$env:USERPROFILE\Downloads\CascadiaCode-2111.01.zip"
  3. itoleck revised this gist Mar 25, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Download Files to install
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Invoke-WebRequest -Uri "https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/CascadiaCode/Regular/complete/Caskaydia%20Cove%20Regular%20Nerd%20Font%20Complete.otf" -OutFile "$env:USERPROFILE\Downloads\Caskaydia Cove Regular Nerd Font Complete.otf"
    Invoke-WebRequest -Uri "https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/CascadiaCode/Regular/complete/Caskaydia%20Cove%20Nerd%20Font%20Complete%20Regular.otf" -OutFile "$env:USERPROFILE\Downloads\Caskaydia Cove Regular Nerd Font Complete.otf"

    #Repo for CascadiaCode Font
    #Invoke-WebRequest -Uri "https://github.com/microsoft/cascadia-code/releases/download/v2111.01/CascadiaCode-2111.01.zip" -OutFile "$env:USERPROFILE\Downloads\CascadiaCode-2111.01.zip"
  4. itoleck revised this gist Oct 7, 2022. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Download Files to install
    Original file line number Diff line number Diff line change
    @@ -12,4 +12,6 @@ Invoke-WebRequest -Uri "https://download.sysinternals.com/files/SysinternalsSuit
    #SQL Studio
    Invoke-WebRequest -Uri "https://aka.ms/ssmsfullsetup" -OutFile "$env:USERPROFILE\Downloads\SMSS-Setup.exe"

    #Choco
    iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

  5. itoleck revised this gist May 4, 2022. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion Download Files to install
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    Invoke-WebRequest -Uri "https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/CascadiaCode/Regular/complete/Caskaydia%20Cove%20Regular%20Nerd%20Font%20Complete.otf" -OutFile "$env:USERPROFILE\Downloads\Caskaydia Cove Regular Nerd Font Complete.otf"
    -Uri "https://github.com/microsoft/cascadia-code/releases/download/v2111.01/CascadiaCode-2111.01.zip" -OutFile "$env:USERPROFILE\Downloads\CascadiaCode-2111.01.zip"

    #Repo for CascadiaCode Font
    #Invoke-WebRequest -Uri "https://github.com/microsoft/cascadia-code/releases/download/v2111.01/CascadiaCode-2111.01.zip" -OutFile "$env:USERPROFILE\Downloads\CascadiaCode-2111.01.zip"

    # 'Install' Sysinternals tools in downloads
    Invoke-WebRequest -Uri "https://download.sysinternals.com/files/SysinternalsSuite.zip" -OutFile "$env:USERPROFILE\Downloads\SysinternalsSuite.zip"
  6. itoleck revised this gist Feb 11, 2022. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions Download Files to install
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,4 @@ Invoke-WebRequest -Uri "https://download.sysinternals.com/files/SysinternalsSuit
    #SQL Studio
    Invoke-WebRequest -Uri "https://aka.ms/ssmsfullsetup" -OutFile "$env:USERPROFILE\Downloads\SMSS-Setup.exe"

    #Other Sysinternals Tools
    #Invoke-WebRequest -Uri "https://download.sysinternals.com/files/CPUSTRES.zip" -OutFile "$env:USERPROFILE\Downloads\CPUSTRES.zip"
    #Expand-Archive -Path "$env:USERPROFILE\Downloads\CPUSTRES.zip" -DestinationPath "$env:USERPROFILE\Downloads\SysinternalsSuite" -Force

  7. itoleck revised this gist Feb 11, 2022. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion Download Files to install
    Original file line number Diff line number Diff line change
    @@ -8,4 +8,8 @@ Invoke-WebRequest -Uri "https://download.sysinternals.com/files/SysinternalsSuit
    REG.exe IMPORT "$env:userprofile\downloads\SysinternalsEulas.reg"

    #SQL Studio
    Invoke-WebRequest -Uri "https://aka.ms/ssmsfullsetup" -OutFile "$env:USERPROFILE\Downloads\SMSS-Setup.exe"
    Invoke-WebRequest -Uri "https://aka.ms/ssmsfullsetup" -OutFile "$env:USERPROFILE\Downloads\SMSS-Setup.exe"

    #Other Sysinternals Tools
    #Invoke-WebRequest -Uri "https://download.sysinternals.com/files/CPUSTRES.zip" -OutFile "$env:USERPROFILE\Downloads\CPUSTRES.zip"
    #Expand-Archive -Path "$env:USERPROFILE\Downloads\CPUSTRES.zip" -DestinationPath "$env:USERPROFILE\Downloads\SysinternalsSuite" -Force
  8. itoleck revised this gist Dec 15, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Download Files to install
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    Invoke-WebRequest -Uri "https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/CascadiaCode/Regular/complete/Caskaydia%20Cove%20Regular%20Nerd%20Font%20Complete.otf" -OutFile "$env:USERPROFILE\Downloads\Caskaydia Cove Regular Nerd Font Complete.otf"
    -Uri "https://github.com/microsoft/cascadia-code/releases/download/v2111.01/CascadiaCode-2111.01.zip" -OutFile "$env:USERPROFILE\Downloads\CascadiaCode-2111.01.zip"

    # 'Install' Sysinternals tools in downloads
    Invoke-WebRequest -Uri "https://download.sysinternals.com/files/SysinternalsSuite.zip" -OutFile "$env:USERPROFILE\Downloads\SysinternalsSuite.zip"
  9. itoleck revised this gist Dec 3, 2021. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions Download Files to install
    Original file line number Diff line number Diff line change
    @@ -5,3 +5,6 @@ Invoke-WebRequest -Uri "https://download.sysinternals.com/files/SysinternalsSuit
    Expand-Archive -Path "$env:USERPROFILE\Downloads\SysinternalsSuite.zip" -DestinationPath "$env:USERPROFILE\Downloads\SysinternalsSuite" -Force
    Invoke-WebRequest -Uri "https://raw.githubusercontent.com/itoleck/VariousScripts/main/Windows/SysinternalsEulas.reg" -OutFile "$env:userprofile\downloads\SysinternalsEulas.reg"
    REG.exe IMPORT "$env:userprofile\downloads\SysinternalsEulas.reg"

    #SQL Studio
    Invoke-WebRequest -Uri "https://aka.ms/ssmsfullsetup" -OutFile "$env:USERPROFILE\Downloads\SMSS-Setup.exe"
  10. itoleck revised this gist Dec 2, 2021. 1 changed file with 0 additions and 4 deletions.
    4 changes: 0 additions & 4 deletions Download Files to install
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,3 @@ Invoke-WebRequest -Uri "https://download.sysinternals.com/files/SysinternalsSuit
    Expand-Archive -Path "$env:USERPROFILE\Downloads\SysinternalsSuite.zip" -DestinationPath "$env:USERPROFILE\Downloads\SysinternalsSuite" -Force
    Invoke-WebRequest -Uri "https://raw.githubusercontent.com/itoleck/VariousScripts/main/Windows/SysinternalsEulas.reg" -OutFile "$env:userprofile\downloads\SysinternalsEulas.reg"
    REG.exe IMPORT "$env:userprofile\downloads\SysinternalsEulas.reg"

    #SteelSeries Mouse Driver
    Invoke-WebRequest -Uri "https://steelseries.com/engine/latest/windows" -OutFile "$env:USERPROFILE\Downloads\SteelSeries.exe"

  11. itoleck revised this gist Dec 2, 2021. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion Download Files to install
    Original file line number Diff line number Diff line change
    @@ -5,4 +5,7 @@ Invoke-WebRequest -Uri "https://download.sysinternals.com/files/SysinternalsSuit
    Expand-Archive -Path "$env:USERPROFILE\Downloads\SysinternalsSuite.zip" -DestinationPath "$env:USERPROFILE\Downloads\SysinternalsSuite" -Force
    Invoke-WebRequest -Uri "https://raw.githubusercontent.com/itoleck/VariousScripts/main/Windows/SysinternalsEulas.reg" -OutFile "$env:userprofile\downloads\SysinternalsEulas.reg"
    REG.exe IMPORT "$env:userprofile\downloads\SysinternalsEulas.reg"


    #SteelSeries Mouse Driver
    Invoke-WebRequest -Uri "https://steelseries.com/engine/latest/windows" -OutFile "$env:USERPROFILE\Downloads\SteelSeries.exe"

  12. itoleck revised this gist Dec 1, 2021. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Download Files to install
    Original file line number Diff line number Diff line change
    @@ -3,5 +3,6 @@ Invoke-WebRequest -Uri "https://github.com/ryanoasis/nerd-fonts/raw/master/patch
    # 'Install' Sysinternals tools in downloads
    Invoke-WebRequest -Uri "https://download.sysinternals.com/files/SysinternalsSuite.zip" -OutFile "$env:USERPROFILE\Downloads\SysinternalsSuite.zip"
    Expand-Archive -Path "$env:USERPROFILE\Downloads\SysinternalsSuite.zip" -DestinationPath "$env:USERPROFILE\Downloads\SysinternalsSuite" -Force

    Invoke-WebRequest -Uri "https://raw.githubusercontent.com/itoleck/VariousScripts/main/Windows/SysinternalsEulas.reg" -OutFile "$env:userprofile\downloads\SysinternalsEulas.reg"
    REG.exe IMPORT "$env:userprofile\downloads\SysinternalsEulas.reg"

  13. itoleck revised this gist Dec 1, 2021. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion Download Files to install
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,7 @@
    Invoke-WebRequest -Uri "https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/CascadiaCode/Regular/complete/Caskaydia%20Cove%20Regular%20Nerd%20Font%20Complete.otf" -OutFile "$env:USERPROFILE\Downloads\Caskaydia Cove Regular Nerd Font Complete.otf"
    Invoke-WebRequest -Uri "https://download.sysinternals.com/files/SysinternalsSuite.zip" -OutFile "$env:USERPROFILE\Downloads\SysinternalsSuite.zip"

    # 'Install' Sysinternals tools in downloads
    Invoke-WebRequest -Uri "https://download.sysinternals.com/files/SysinternalsSuite.zip" -OutFile "$env:USERPROFILE\Downloads\SysinternalsSuite.zip"
    Expand-Archive -Path "$env:USERPROFILE\Downloads\SysinternalsSuite.zip" -DestinationPath "$env:USERPROFILE\Downloads\SysinternalsSuite" -Force


  14. itoleck revised this gist Nov 30, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Download Files to install
    Original file line number Diff line number Diff line change
    @@ -1 +1,2 @@
    Invoke-WebRequest -Uri "https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/CascadiaCode/Regular/complete/Caskaydia%20Cove%20Regular%20Nerd%20Font%20Complete.otf" -OutFile "$env:USERPROFILE\Downloads\Caskaydia Cove Regular Nerd Font Complete.otf"
    Invoke-WebRequest -Uri "https://download.sysinternals.com/files/SysinternalsSuite.zip" -OutFile "$env:USERPROFILE\Downloads\SysinternalsSuite.zip"
  15. itoleck created this gist Nov 10, 2021.
    1 change: 1 addition & 0 deletions Download Files to install
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    Invoke-WebRequest -Uri "https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/CascadiaCode/Regular/complete/Caskaydia%20Cove%20Regular%20Nerd%20Font%20Complete.otf" -OutFile "$env:USERPROFILE\Downloads\Caskaydia Cove Regular Nerd Font Complete.otf"