Skip to content

Instantly share code, notes, and snippets.

View samuel-fonseca's full-sized avatar

sam samuel-fonseca

View GitHub Profile
@samuel-fonseca
samuel-fonseca / Hyper-V-Enabler.bat
Created August 12, 2020 00:38
Enable Hyper-V & Containers for Win10 Home - [Detailed Guide](https://itnext.io/install-docker-on-windows-10-home-d8e621997c1d)
pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt
for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
del hyper-v.txt
Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL
pause
@samuel-fonseca
samuel-fonseca / gist:ba8f738a8e2e3333fed2e9181a4e0eba
Created August 20, 2020 01:45 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue: