Skip to content

Instantly share code, notes, and snippets.

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:

@DianaEromosele
DianaEromosele / Change "origin" of your GIT repository
Created August 7, 2016 00:31
Change "origin" of your GIT repository
$ git remote rm origin
$ git remote add origin git@github.com:aplikacjainfo/proj1.git
$ git config master.remote origin
$ git config master.merge refs/heads/master
@Aldaviva
Aldaviva / Windows 10 services.md
Last active May 6, 2024 23:55
Safety of disabling services in Windows 10

These settings apply to a normal, functioning Windows 10 Pro desktop with

  • wired Ethernet
  • Bluetooth
  • IPv6
  • no Wi-Fi
  • no touch screen

Safe to disable

|Display Name|Name|Notes|

@hkfuertes
hkfuertes / proxmox_alpine_lxc_ollama_igpu.md
Last active May 6, 2024 23:55
Alpine LXC Container with iGPU Ollama Server on Proxmox

How to setup an LXC container with AMD iGPU (Ryzen 7 5800H) passthrougth for Ollama in Proxmox

Proxmox

First we need to install the Alpine LXC, the easiest way is to use Proxmox Helper scripts: https://tteck.github.io/Proxmox/

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/alpine.sh)"

I would install in "advance" mode and be generous with the resources (8-16 cores, 16G ram, 128GB disk)

@frozenpandaman
frozenpandaman / widevine-decryption.md
Created December 26, 2023 14:47
download videos protected with widevine DRM
@DnyaneshwarWagh
DnyaneshwarWagh / README.md
Created October 11, 2023 18:48 — forked from h4ckerman69/README.md
UPDD escape

Tested with UPDD_07_01_59.dmg, but should work with newer versions as well.

Download latest version: touch-base.com (please use temporary email) 100% working download: youtube.com/watch?v=odqYsHNl6qM Please download with github.com/KristianAskk/Infinite-Storage-Glitch.

Instructions

  1. install and start UDPP (with all the steps needed for setup). Use a temporary email address while allowing internet connections until the software works in test mode.
@fedebabrauskas
fedebabrauskas / encomiendas.json
Created March 19, 2023 05:11
JSON con las empresas de encomiendas de Tres Cruces
[
{ "id": 1, "name": "Agencia Central" },
{ "id": 2, "name": "BRUNO" },
{ "id": 3, "name": "Chadre" },
{ "id": 4, "name": "CITA" },
{ "id": 5, "name": "Copay" },
{ "id": 6, "name": "COT" },
{ "id": 7, "name": "COTMI" },
{ "id": 8, "name": "CROMIN" },
{ "id": 9, "name": "Cynsa" },
@fedebabrauskas
fedebabrauskas / barrios.json
Created March 19, 2023 04:56
JSON con los barrios de Montevideo (según Wikipedia)
[
{ "id": 1, "name": "Aguada" },
{ "id": 2, "name": "Aires Puros" },
{ "id": 3, "name": "Atahualpa" },
{ "id": 4, "name": "Bañados de Carrasco" },
{ "id": 5, "name": "Barrio Sur" },
{ "id": 6, "name": "Belvedere, Paso Molino" },
{ "id": 7, "name": "Brazo Oriental" },
{ "id": 8, "name": "Buceo" },
{ "id": 9, "name": "Capurro, Bella Vista, Arroyo Seco" },
@844196
844196 / horagai
Created May 16, 2015 12:59
去ってください、そして、上手に言語を使用してください; I ngua.Useは言語です、そして、そして、見るために、それは激しく動きます; a.。シェルシェル
ぬあのようにあのようにア紫やおおお
chi枯れしぼむ・.・(小さな声)
MUR大変だった向こう脛ーこんにちは
重い。... これ ... ああ、とてもすでに今日、
それがそのようなキツいんすでも、私は好きでしょう、そして辞職するために既に来るために、なんで。何かがぶっとぅです。-
どのようにする起こるか〜ナ・トグや〜
彼は移動します -- それは迅速です...
ワイシャツすでに…ずぶぬれになります
洗面所のケースは、元気を回復します
2つのケース
@cristiroma
cristiroma / htaccess
Created March 27, 2017 08:10
.htaccess file for production
FileETag MTime Size
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault "access 1 month"
ExpiresByType text/html "access 1 month"
# CSS
ExpiresByType text/css "access 1 year"
ExpiresByType application/javascript "access 1 year"