Skip to content

Instantly share code, notes, and snippets.

@congwenma
congwenma / gist:634ab96da2d880237f83211d0545dffe
Created March 2, 2024 23:40 — forked from shiritrong/gist:d85bb1e16c66d1a09896727780b4fc7c
Windows 7 All Online/Offline [Retail-MAK] Activation Keys
Windows 7 All Online/Offline [Retail-MAK] Activation Keys
=================================================================================
. Run "Command Prompt" as Administrator
. slmgr.vbs -ipk Product Key
. slui4
=================================================================================
Windows 7 Ultimate Retail Phone Activation Keys
RHTBY-VWY6D-QJRJ9-JGQ3X-Q2289
V77DJ-CT8WB-Y3GXT-X3FBP-6F987
JC7BV-94FD2-D86PH-XRMHR-BXKDG
@congwenma
congwenma / osx-dark-mode-everything.md
Created March 10, 2017 17:25 — forked from mswieboda/osx-dark-mode-everything.md
OS X Dark Mode Everything 🕶️ 🏴

OS X Dark Mode Everything 🕶️ 🏴

OS X Dark Menu Bar and Dock

System Preferences > General > Use dark menu bar and Dock

See if your menu bar icons can be switched to black, so they appear white for dark menu bar, most apps have an option in settings.

Chrome Extensions

@congwenma
congwenma / Jasmine-and-Babel6.md
Created July 22, 2016 15:40 — forked from mauvm/Jasmine-and-Babel6.md
Jasmine ES6 run script for use with Babel 6
$ npm install --save babel-cli babel-preset-es2015
$ npm install --save-dev jasmine

.babelrc:

{
 "presets": ["es2015"]