Skip to content

Instantly share code, notes, and snippets.

View feliperoque's full-sized avatar
:shipit:
I don't know

Felipe Roque de Albuquerque Neto feliperoque

:shipit:
I don't know
  • Federal Institute of Pernambuco - IFPE
  • Brazil, Recife, Pernambuco
  • 03:34 (UTC -03:00)
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:

@tvst
tvst / SessionState.py
Last active April 14, 2024 20:24
DO NOT USE!!! Try st.session_state instead.
"""Hack to add per-session state to Streamlit.
Usage
-----
>>> import SessionState
>>>
>>> session_state = SessionState.get(user_name='', favorite_color='black')
>>> session_state.user_name
''