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 July 12, 2024 12:17
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 July 26, 2024 23:37
💻 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 +833/ -186 █████████████████▉░░░ 85.3%
YAML +67/ -73 █▋░░░░░░░░░░░░░░░░░░░ 8.2%
XML +15/ -23 ▌░░░░░░░░░░░░░░░░░░░░ 2.8%
TypeScript +2/ -14 ▍░░░░░░░░░░░░░░░░░░░░ 2.0%
Python +11/ -7 ▎░░░░░░░░░░░░░░░░░░░░ 1.7%
🌞 Morning 136 commits ███▋░░░░░░░░░░░░░░░░░ 17.8%
🌆 Daytime 246 commits ██████▊░░░░░░░░░░░░░░ 32.2%
🌃 Evening 289 commits ███████▉░░░░░░░░░░░░░ 37.8%
🌙 Night 94 commits ██▌░░░░░░░░░░░░░░░░░░ 12.3%

엑스키퍼 삭제 가이드

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

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