Local Machine Apps Installation

Local Machine Apps Installation King’s Local Machine Apps Installation Click-Me Download the apps installation script and run it. Choose option 9 to install all the listed apps. 1 2 3 4 $url = "https://apps.kingtam.eu.org/scripts/win-apps.bat" $output = "$env:TEMP\myscript.bat" Invoke-WebRequest -Uri $url -OutFile $output Start-Process -FilePath $output Note: The above installation options are for x64 architecture only. Local Apps Adobe 7-Zip UltraVNCwin PotPlayer HoneyView Notepad++ Activate Windows with KMS Run “Command Prompt” as administrator...

June 30, 2024 · 1 min · 113 words · King Tam

Apps Install

Applications Installation Applications Installation TOC Chocolatey + Apps Microsoft Office Office Pro 2016 English Office Pro 2016 ChnTrad Office LTSC 2021 English KMS Windows Office Option Apps Lingoes WGestures DISM++ AutoLogon Windows Features Enable SMB Insecure Auth Chocolatey Script Download 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 # Ensure that Chocolatey is installed Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System....

June 30, 2024 · 2 min · 330 words · King Tam