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

Linux Initialization

Linux Initialization Linux Initialization “Execute all steps with a single command.” 1 bash -c "$(wget -qLO - https://apps.kingtam.eu.org/scripts/linux-init.sh)" Compatible only with Debian or Ubuntu. Install Packages (Step by step) Install all the packages through apk 1 sudo apt update && sudo apt -y install git wget curl tree iperf3 vim tmux Adding a user named tkk as an example, enter the command to add a user, add a user directory, and specify bash as the shell....

June 30, 2024 · 4 min · 763 words · King Tam

Download and Deploy Microsoft Office

Download and Deploy Microsoft Office

June 30, 2023 · 2 min · 378 words · King Tam

Windows and Office Activation Guide (KMS)

Windows and Office Activation Guide (KMS)

June 30, 2023 · 6 min · 1071 words · King Tam

Synology DSM Customization: Unlocking the Potential of NAS

Synology DSM Customization: Unlocking the Potential of NAS

June 21, 2023 · 4 min · 827 words · King Tam

Set Git-Bash as Default Shell in Windows Terminal

Set Git-Bash as Default Shell in Windows Terminal

June 9, 2023 · 1 min · 189 words · King Tam