Skip to content

Instantly share code, notes, and snippets.

View lamjay2704's full-sized avatar

Octocat lamjay2704

  • Washington
View GitHub Profile
@lamjay2704
lamjay2704 / Resolve-WindowsGUID.ps1
Created March 10, 2022 21:03 — forked from davehull/Resolve-WindowsGUID.ps1
Useful for resolving some Windows GUIDs to human friendly values
<#
.SYNOPSIS
Resolves many Windows GUIDs to human friendly values.
.DESCRIPTION
Resolve-WindowsGUID.ps1 takes a GUID from a Windows system and attempts
to return a human friendly value from either a static list or from a
dynamically generated list of LogProvider GUIDs. There are undoubtedly
other GUIDs in use throughout Windows that will not fall into either of
these sets. If you encounter a GUID that you can't resolve via this
@lamjay2704
lamjay2704 / INFINITY NET
Created May 10, 2022 06:44 — forked from Infinitynett/INFINITY NET
INFINITY NET
{
"Version": "1.0.2",
"ReleaseNotes": "",
"UrlUpdate": "https://gist.githubusercontent.com/Infinitynett/c9cc82eaad8fee499a78850fbdcc86ca/raw/48aa75ad722ee7f2d20379e91cd37780e5e98dd6/INFINITY%2520NET",
"Sms": "https://kiritosshxd.github.io/Conecta4g_site/UrlSms",
"EmailFeedback": "kiritosshxd5733@gmail.com",
"UrlContato": "https://t.me/kiritosshxd",
"UrlTermos": "https://kiritosshxd.github.io/Conecta4g_site/termos.html",
"CheckUser": "true",
"Udp": [
@lamjay2704
lamjay2704 / markdown-details-collapsible.md
Created June 2, 2022 13:09 — forked from pierrejoubert73/markdown-details-collapsible.md
How to add a collapsible section in markdown.

A collapsible section containing markdown

Click to expand!

Heading

  1. A numbered
  2. list
    • With some
    • Sub bullets
/*
@import url(http://fonts.googleapis.com/css?family=Raleway+Dots);
@import url(http://fonts.googleapis.com/css?family=Advent+Pro:400,200,700);
@import url(http://weloveiconfonts.com/api/?family=entypo);
*/
/* entypo */
.entypo:before {
font-family: 'entypo', sans-serif;
}