Skip to content

Instantly share code, notes, and snippets.

View TRB-Exe's full-sized avatar
💭
Set status

Name TRB-Exe

💭
Set status
View GitHub Profile
@TRB-Exe
TRB-Exe / windowsfastactivation.md
Last active November 17, 2024 19:43
Windows 10 fast activation from cmd

Super easy and fast activation from command prompt

Run cmd.exe with Admin permissions and enter commands for your system

windows 10/11

slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr /skms kms.digiboy.ir
slmgr /ato

Installing nvidia drivers on Arch Linux

  1. Enable multilib repository in /etc/pacman.conf
  2. sudo pacman -Syu nvidia nvidia-settings lib32-nvidia-utils for standart linux kernel. If you use other kernel like lts or zen use sudo pacman -Syu nvidia-dkms nvidia-settings lib32-nvidia-utils
  3. You need to install package from AUR optimus-manager. I recommend to use yay. Tutorial how to install is here! yay -S optimus-manager
  4. After installation you need to restart your computer.
  5. After restart open your terminal and type optimus-manager --switch nvidia. You will be logouted from your account. Log in again and you using nvidia videocard!
  6. You need to enter the command every time when you start the computer.