Skip to content

Instantly share code, notes, and snippets.

View simonchen's full-sized avatar

Envy Chen simonchen

View GitHub Profile

An guide how to activate Windows 11 Pro for free

Why?

Because you will get some more features like an Bitlocker and host your device as an External Desktop which can be accessed through the internet

Am i also able to switch from any other edition to Pro?

The answer is yes! You can switch from almost any edition to Pro completely for free!

Note for users with unactivated Pro edition

People which already have Pro, but not activated, can skip to this step.

Getting started

What you first need to do is open CMD (Command Prompt) as Administrator using this keyboard key:

@simonchen
simonchen / ProcessExtensions.cs
Created March 27, 2024 09:09 — forked from heri16/ProcessExtensions.cs
Powershell / C# class to start a GUI Windows Process on the desktop/session of any logged-in RDP/TS user.
using System;
using System.Runtime.InteropServices;
using Microsoft.Win32.SafeHandles;
using System.IO;
namespace heri16
{
/// <summary>
/// Static class to help Start a GUI/Console Windows Process as any user that is logged-in to an Interactive Terminal-Session (e.g. RDP).
@simonchen
simonchen / download_gofile.sh
Created February 12, 2024 19:09 — forked from shawnli87/download_gofile.sh
Bash script to download files from gofile.io
#!/bin/bash
url="$1"
#prompt for url if not provided
until [ ! -z "$url" ] ; do
read -p "url=" url
done
id=$(sed 's|.*gofile.io/d/||g' <<< "$url")
@simonchen
simonchen / ss-kcp.md
Created August 17, 2018 12:49
shadowsocks & chacha20 & kcptun Setup on Ubuntu 14.04 x86_64
  • Ubuntu 14.04 64位环境部署多端口 shadowsocks 服务端

  • 启用相对更节约资源的 CHACHA20 加密

  • 部署更快速的 kcptun 服务端

  • 在 Android 和 Windows 环境下 kcptun 客户端 的配置