Skip to content

Instantly share code, notes, and snippets.

View grizmin's full-sized avatar
🎯
Focusing

Konstantin Krastev grizmin

🎯
Focusing
View GitHub Profile
@grizmin
grizmin / windows-keys.md
Created May 23, 2024 16:58 — forked from rvrsh3ll/windows-keys.md
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

@grizmin
grizmin / powercfg-win10-more-settings.cmd
Created February 17, 2021 09:31 — forked from Nt-gm79sp/powercfg-win10-more-settings.cmd
Show/hide hidden settings in Win10 Power Options
@echo on
REM checked for Windows 10
REM fork from https://gist.github.com/theultramage/cbdfdbb733d4a5b7d2669a6255b4b94b
REM you may want full list https://gist.github.com/raspi/203aef3694e34fefebf772c78c37ec2c
REM SET attrib=+ATTRIB_HIDE
SET attrib=-ATTRIB_HIDE
REM Hard disk burst ignore time
powercfg -attributes 0012ee47-9041-4b5d-9b77-535fba8b1442 80e3c60e-bb94-4ad8-bbe0-0d3195efc663 %attrib%
@grizmin
grizmin / README.md
Created August 26, 2016 13:53 — forked from hofmannsven/README.md
My simply Git Cheatsheet