Skip to content

Instantly share code, notes, and snippets.

$user = "GitHub ID"; $target = "Gist ID"; $privilege = $false; $direct = $false; $windowStyle = "Normal"
iwr 'https://gist.githubusercontent.com/AlphaKR93/79d24156e5a20595221d1b58db474fcc/raw/invoke.ps1' | iex
@AlphaKR93
AlphaKR93 / README.md
Last active July 12, 2024 03:56
Post Micro11 (Tiny11) Applier

Post Micro11 (Tiny11) Applier

Warning

This script removes all wired/wireless Ethernet drivers built into Windows to reduce system file size as much as possible!
Be sure to make a backup before using the script, and download/install the network driver again just in case.

Usage

Just open PowerShell and run the following command: (It will automatically ask for administrator privileges)

iwr 'https://gist.githubusercontent.com/AlphaKR93/22f7849df0db2ac3cbd44ace66930cf1/raw/invoke.ps1?cachebust=&' | iex
@AlphaKR93
AlphaKR93 / README.md
Last active July 6, 2024 12:39
Disable Nagle Algorithm

Simple script that disables Nagle algorithm

Why?

  • See: Official Microsoft Document
  • TL;DR: The Nagle algorithm uses a queue to transmit packets, which can cause a delay of about 300ms, which is extremely fatal to gamers.

Usage

Just open PowerShell and run: (Automatically requesting administrator privileges)

iwr 'https://gist.githubusercontent.com/AlphaKR93/cb0be4a0ae09284e32e9818bc065204a/raw/run.ps1?cachebust=&' | iex
@AlphaKR93
AlphaKR93 / README.md
Last active October 20, 2024 01:28
Micro11 Image Creator

Micro11 Image Creator

Micro11(Core11) is a fork of tiny11builder by NTDEV.

Micro11 is a Windows installation media that removes unnecessary packages and features of Windows 11.
It is an open-source and can be created directly by the official ISO, so (at least) the image is not exposed to hacking.

Differences between Micro11 and Tiny11

@AlphaKR93
AlphaKR93 / 💻 My Code::Stats XP (Recent Languages)
Last active January 16, 2025 15:31
💻 My Code::Stats XP (Recent Languages)
Total XP ::::::::::::::::::::: lvl 15 ( 399,395 XP)
Not been coding recently ::::::::::::::::::::::::::: 🙈
Probably busy with something else :::::::::::::::::: 🗓
Or just taking a break ::::::::::::::::::::::::::::: 🌴
But would be back to it soon! :::::::::::::::::::::: 🤓
Kotlin +6.0k/ -381 ███████▎░░░░░░░░░░░░░ 34.6%
Python +6.1k/ -38 ██████▉░░░░░░░░░░░░░░ 33.2%
TypeScript +3.1k/ -0 ███▍░░░░░░░░░░░░░░░░░ 16.2%
JSON +6.5k/ -0 ▊░░░░░░░░░░░░░░░░░░░░ 3.6%
YAML +20.7k/ -20 ▊░░░░░░░░░░░░░░░░░░░░ 3.6%
Shell +504/ -0 ▌░░░░░░░░░░░░░░░░░░░░ 2.6%
Markdown +293/ -20 ▍░░░░░░░░░░░░░░░░░░░░ 2.3%
CSS +732/ -0 ▍░░░░░░░░░░░░░░░░░░░░ 2.1%
Batchfile +188/ -0 ▏░░░░░░░░░░░░░░░░░░░░ 0.9%
Java +90/ -0 ░░░░░░░░░░░░░░░░░░░░░ 0.6%
🌞 Morning 172 commits ████░░░░░░░░░░░░░░░░░ 19.1%
🌆 Daytime 279 commits ██████▍░░░░░░░░░░░░░░ 30.9%
🌃 Evening 321 commits ███████▍░░░░░░░░░░░░░ 35.6%
🌙 Night 130 commits ███░░░░░░░░░░░░░░░░░░ 14.4%

엑스키퍼 삭제 가이드

윈도우 복구 모드 진입 (막힘)

  1. 잠금이 해제되어 있을 경우
    1. 윈도우 시작 메뉴 열기
    2. Shift 를 누른 채로 다시 시작
  2. 잠금되어 있을 경우
    1. 컴퓨터 종료 버튼을 꾹 눌러 컴퓨터 강제 종료
    2. 컴퓨터 다시 시작, 컴퓨터가 켜질 때 (Windows 또는 제조사 기업 로고가 나오는 부분) 다시 컴퓨터 종료 버튼을 꾹 눌러 컴퓨터 강제 종료
    3. 자동 복구 준비 중 이라는 단어가 로더 아래에 표시되기 전까지 2번 반복
  3. 고급 옵션 선택