Skip to content

Instantly share code, notes, and snippets.

@yashodhank
Last active September 13, 2022 12:19
Show Gist options
  • Save yashodhank/827a9355d5bcfc015758d6c92e968752 to your computer and use it in GitHub Desktop.
Save yashodhank/827a9355d5bcfc015758d6c92e968752 to your computer and use it in GitHub Desktop.
## Yashodhan
#Set-ExecutionPolicy Unrestricted -Force
# baseline
Set-TimeZone -ID "India Standard Time"
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
#Set-ExecutionPolicy RemoteSigned -Force
# Office and communication
choco install -y whatsapp
choco install -y telegram
# choco install -y office365proplus
choco install -y teamviewer
choco install -y anydesk.install
choco install -y opera
choco install -y adblockpluschrome
choco install -y zerotier-one
# Creativity
choco install -y zoom
choco install -y fsviewer
choco install -y obs-studio --version 27.2.4
choco install -y obs-ndi
choco install -y obs-studio.portable
choco install -y streamlabs-obs
choco install -y vlc
choco install -y greenshot
choco install -y k-litecodecpackfull
choco install -y vb-cable
choco install -y 7zip
# Get-WindowsCapability -Online | where name -like Media.MediaFeaturePack* | Add-WindowsCapability -Online
# Update the graphics drivers with these scripts https://github.com/jamesstringerparsec/Cloud-GPU-Updater
#Invoke-Webrequest -Uri https://github.com/jamesstringerparsec/Cloud-GPU-Updater/archive/master.zip -OutFile graphic.zip
#Expand-Archive graphic.zip
#& ".\graphic\Cloud-GPU-Updater-master\GPUUpdaterTool.ps1"
# Todo fix this
#curl -L https://rzr.to/thx-spatial-audio-download -o THXSpatialInstaller.exe
#.\THXSpatialInstaller.exe
# Change Network ID to preffered one Kritas darshan_paperspace
zerotier-cli join a84ac5c10a6ce039
# Anydesk config
#'C:\Program Files (x86)\AnyDesk\AnyDesk.exe'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment