Last active
March 15, 2020 18:51
-
-
Save vanyasem/bc2c9c0a6d30a735c1e8aebced9d472c to your computer and use it in GitHub Desktop.
Windows LTSC Auto-Install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@REM TODO: firebase-tools npm, Flutter, smloadr?, Impactor, TLPD | |
@REM REVISED ON 30/11/19 | |
@REM FULLY TESTED ON 30/11/19 | |
@REM This script is intended to be used on Windows LTSC 1809 | |
@echo Rename the PC, apply drive letters, move libraries, copy backups | |
@echo Configure the PC: Privacy, accessibility hotkeys (+screenshot), sleep mode, performance mode, taskbar | |
@pause | |
@REM Opens PC to This PC, not quick access | |
@powershell -Command "Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name LaunchTo -Value 1" | |
@REM Taskbar shows open windows on it's monitor | |
@powershell -Command "Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name MMTaskbarMode -Value 2" | |
@echo Install choco: | |
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin | |
@echo Install cli: | |
SET chocoCLI= ^ | |
ffmpeg ^ | |
git.install ^ | |
nodejs.install ^ | |
python3 ^ | |
sudo ^ | |
wget ^ | |
youtube-dl | |
choco upgrade %chocoCLI% -y | |
@echo Install apps: | |
SET chocoApps= ^ | |
aimp ^ | |
altdrag ^ | |
androidstudio ^ | |
ccleaner ^ | |
chromium ^ | |
crystaldiskinfo ^ | |
dashlane ^ | |
dbeaver ^ | |
defraggler ^ | |
epicgameslauncher ^ | |
equalizerapo ^ | |
firefox ^ | |
fsviewer ^ | |
geforce-experience ^ | |
gimp ^ | |
hashcheck ^ | |
insomnia-rest-api-client ^ | |
logitechgaming ^ | |
obs-studio ^ | |
origin ^ | |
ppsspp ^ | |
pycharm-community ^ | |
qbittorrent ^ | |
sourcetree ^ | |
steam ^ | |
terminus ^ | |
totalcommander ^ | |
uplay ^ | |
vlc ^ | |
volume2.install ^ | |
vccodium ^ | |
windirstat ^ | |
winrar ^ | |
xmind | |
choco upgrade %chocoApps% -y | |
@REM goggalaxy @REM Waiting for public release of GOG Galaxy 2.0 | |
@REM evga-precision-xoc @REM Outdated, EVGA Percision X1 is needed | |
@REM ipvanish @REM I assume it breaks Forza Horizon 4, though no idea honestly | |
@echo Openning apps directly in the Windows Store app: | |
@REM https://docs.microsoft.com/en-us/windows/uwp/launch-resume/launch-store-app | |
start "" ms-windows-store://pdp/?ProductId=9NZTWSQNTD0S & @REM Telegram | |
@pause | |
start "" ms-windows-store://pdp/?ProductId=9NBLGGH2JHXJ & @REM Minecraft | |
@pause | |
start "" ms-windows-store://pdp/?ProductId=9PB2MZ1ZMB1S & @REM iTunes | |
@pause | |
start "" ms-windows-store://pdp/?ProductId=9N9TNGVNDL3Q & @REM Ubuntu 18.04 | |
@pause | |
start "" ms-windows-store://pdp/?ProductId=CFQ7TTC0K5DM & @REM Office 365 Home | |
@pause | |
start "" ms-windows-store://pdp/?ProductId=9P513P4MWC71 & @REM Forza Horizon 4 | |
@pause | |
start "" ms-windows-store://pdp/?ProductId=9P7WJF0NGSJH & @REM Forza Horizon 4 Treasure Map | |
@pause | |
start "" ms-windows-store://pdp/?ProductId=9NV4BS3L1H4S & @REM QuickLook | |
@pause | |
start "" ms-windows-store://pdp/?ProductId=9PNLMKKPCLJJ & @REM "Sketch" | |
@pause | |
start "" ms-windows-store://pdp/?ProductId=9NMZLZ57R3T7 & @REM HEVC | |
@pause | |
start "" ms-windows-store://pdp/?ProductId=9PMMSR1CGPWG & @REM HEIC | |
@pause | |
start "" ms-windows-store://pdp/?ProductId=9PG2DK419DRG & @REM WEBP | |
@pause | |
start "" ms-windows-store://pdp/?ProductId=9NZKPSTSNW4P & @REM Xbox Game Bar | |
@REM Not supported on LTSC yet | |
@REM start "" ms-windows-store://pdp/?ProductId=9PKTQ5699M62 & @REM iCloud | |
@REM @pause | |
@REM start "" ms-windows-store://pdp/?ProductId=9N0DX20HK701 & @REM Windows Terminal | |
@REM @pause | |
@echo Configure Arch WSL: | |
@echo https://github.com/yuk7/ArchWSL/ | |
@pause | |
@echo Download executables: | |
wget http://dlcdnets.asus.com/pub/ASUS/mb/14Utilities/Lighting_Control_1.07.66.zip & @REM Asus Aura | |
Lighting_Control_1.07.66.zip | |
@pause | |
wget "https://eu.battle.net/download/getInstaller?os=win&installer=Battle.net-Setup.exe" -O Battle.exe & @REM Battle.NET | |
Battle.exe | |
@pause | |
wget http://rzr.to/synapse-3-pc-download -O Synapse.exe & @REM Razer Synapse | |
Synapse.exe | |
@pause | |
wget https://www.chemtable.com/files/soft-organizer-installer.exe & @REM Soft Organizer | |
soft-organizer-installer.exe | |
@pause | |
wget https://ru.steelseries.com/engine/latest/windows -O Steelseries.exe & @REM SteelSeries Engine | |
Steelseries.exe | |
@pause | |
@REM wget https://redirect.wargaming.net/WGC/Wargaming_Game_Center_Install_RU.exe & @REM Wargaming.net | |
@REM Wargaming_Game_Center_Install_RU.exe | |
@REM @pause | |
@echo Manual installs: | |
@echo Peace (link) | |
@pause | |
start "" https://downloads.sourceforge.net/project/peace-equalizer-apo-extension/PeaceSetup.exe & @REM Peace | |
@pause | |
@echo Visual Studio (link) | |
@pause | |
start "" https://visualstudio.microsoft.com/ru/vs/whatsnew/ & @REM Visual Studio | |
@pause | |
@echo Drivers: | |
@echo Open Server | |
@echo Realtek | |
@echo -- | |
@echo VS Code: | |
@echo Auto Close Tag | |
@echo Auto Rename Tag | |
@echo Color Highlight | |
@echo Dart | |
@echo ESLint | |
@echo Flutter | |
@echo Live Server | |
@echo Material Icon Theme | |
@echo npm | |
@echo Path Intellisense | |
@echo Prettier - Code formatter | |
@echo React Native Tools | |
@echo TODO Hightlight | |
@echo Todo Tree | |
@echo -- | |
@echo Chromium: | |
@echo uBlock | |
@echo Dashlane | |
@echo Обход блокировок рунета | |
@echo -- | |
@echo Components: | |
@echo Hyper-V | |
@echo Подсистема Windows для Linux | |
@REM Not supported on LTSC | |
@REM @echo Песочница Windows | |
@REM @echo Платформа низкоуровневой | |
@echo -- | |
@echo PATH: %LOCALAPPDATA%\Android\Sdk\platform-tools | |
@echo PATH: C:\Python37\Scripts | |
@echo PATH: C:\Utils\Flutter\bin | |
@echo PATH: %APPDATA%\npm | |
@echo PATH: C:\Program Files\dotnet | |
@echo JAVA_HOME: C:\Program Files\Java\jdk1.8.0_211 | |
@echo ANDROID_NDK: C:\Utils\Android\Sdk\ndk\20.0.5594570 | |
@echo ANDROID_SDK_ROOT: C:\Utils\Android\Sdk | |
@echo -- | |
@echo IP Vanish VPN | |
@echo -- | |
@echo npm: | |
@echo firebase-tools | |
@echo Custom Installers: | |
@echo MinecraftInstaller.msi | |
@pause | |
@REM MinecraftInstaller.msi & @REM Minecraft | |
@REM @pause | |
@echo GTAV_Setup_Tool.exe | |
@pause | |
GTAV_Setup_Tool.exe & @REM GTA V | |
@pause | |
@echo vegaspro15edit_dlm.exe | |
@pause | |
vegaspro15edit_dlm.exe & @REM Vegas Pro | |
@pause | |
@echo soundforge_audiostudio12_dlm.exe | |
@pause | |
soundforge_audiostudio12_dlm.exe & @REM SoundForge | |
@pause | |
@echo HitFilm_Movie_Essentials_Pack_1.0.7910.52047_x64.msi | |
@pause | |
HitFilm_Movie_Essentials_Pack_1.0.7910.52047_x64.msi & @REM HitFilm | |
@pause | |
@echo Install_M-Audio_Fast_Track_6.1.12.exe | |
@pause | |
Install_M-Audio_Fast_Track_6.1.12.exe & @REM M-Audio FastTrack | |
@pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment